Sindre
Sindre12mo ago

OpenAI DevDay, Opening Keynote

Watched OpenAI DevDay Keynote now. (https://www.youtube.com/watch?v=U9mJuUkhUzk) Impressive stuff. Have some thoughts about how it can be used in windmill
OpenAI
YouTube
OpenAI DevDay, Opening Keynote
Join us for the opening keynote from OpenAI DevDay — OpenAI’s first developer conference. We’re gathering developers from around the world for an in-person day of programming to learn about the latest AI advancements and explore what lies ahead.
1 Reply
Sindre
Sindre12mo ago
The first things that come to my mind is to work more on flows as a concept and not step by step. Meaning I would like to describe my changes to the AI, and the AI can then manipulate all steps in the flow. Also The AI should know about all my scripts so it can reuse that do stuff. I think that will be much easier to implement now that there is persistent threads. Then you can just feed it the list and update it. I also think that each step should be able to take the data (or structure) of the input arguments so that it what data it get's and can work with that.