#AI that can generate it's own functions for the tool call

1 messages · Page 1 of 1 (latest)

brittle geyser
#

Hi all, I'm thinking of combining the ability of how some AI models are good at code generation with tool call.
maybe call exec or eval on the model-generated code.
I'm not sure about how to approach this, any pointers or recommendations would be appreciated, or if anyone is willing to collaborate on this, feel free to drop a message below.

thick notch
#

Hi, interested to talk/project about this topic. Have you had a look at SynaLinks as a possible framework?

raven otter
#

You can also do stuff like have the LLM post their code to github first, if you want to check their work (good idea).

Also just saw this this morning: https://x.com/skirano/status/1867240426207433173

Introducing Claude Engineer V3 🚀

The first self-improving assistant capable of not just running tools, but creating them on the fly whenever needed!

Want a web scraping tool? Just ask Claude, and it will build one for you.

toxic kraken
brittle geyser
#

I think we should build upon Anthropic's work (their idea is similar to mine), but mine is different in the sense I don't need to save something on files and read the tool directly from the generated code and executed in real time (or add a popup menu to request a validation right after)
hope this explains further the workflow.

#

As to why python is exactly, it's because i can run eval on string, not sure how js does that, but i think support for js would be nice down the line.
rn i need :

  • funding (for compute resources, and possibly some API tokens to validate other provider's baselines against ours)
  • some other people to help with building the pipeline and or building the thing
brittle geyser
toxic kraken
#

so do you mean making agents in runtime between conversation or just something created by ai and registered before conversation?

#

give your most hard use cases and lets check how it's possible

brittle geyser
#

give your most hard use cases and lets check how it's possible
we're still planning how to make this work (we have no prototype nor a stable planning, i want to organize this with some folks and start working on this) which is why i'm reaching in this channel

#

we have nothing yet, no js no python no plan, just an idea

#

(well some plans)

#

if you have some suggestions about modeling this (ofc modeling is always done in python as per the standard), which is why i said js will come later

#

if you have some knowledge about python and have some suggestion about how tackle how the AI will create things that will run himself feel free to share them

toxic kraken
#

i mean it's like code interpreter, how much it's different in your mind ?

#

the good point is storing and using useful functions for later