I like davinci, he’s my homie (also I’ve heard mix reaction in 3.5 and 4 for these types of tasks). Would love to see others try w the chat api!
@yoheinakajima
-
Baby AGI Open-Sourced Version Released
By
–
And here you go! Open-sourced a paired down version I’m cheekily calling “Baby AGI”. Repo in thread:
-
VC Founder Seeking AI Agent Projects and Startup Pitches
By
–
Also, for those of you don’t know, I run a VC firm by day and would love to hear what you’re building! (Repo name is a cheeky nickname based on reaction to original agent. I am not claiming this is AGI.)
-
OpenAI API Automation Risks: Cost Control Safeguards
By
–
Warning: This will run forever and eat up your OpenAI bill. Just make sure not to do that, ever. Personally I’m using a free Repl and not using “Always On”, which seems to work as a back stop (I did forget to turn off once, this stopped it).
-
Making Code Readable: Developer Best Practices Guide
By
–
I struggle to read others’ code (not a great dev I know), so I tried to make this as easy to understand as possible. Any suggestions are welcome!
-

Autonomous Agent Framework Simplified Without Complexity
By
–
This is based on the autonomous agent I shared last week, same set up. I removed all complexity (
@Langchain
, @Zapier NLA) so people can add those back in the way they see fit. -
Baby AGI: Open-Source Task-Driven Autonomous Agent Released
By
–
Let it be free! Open-sourcing “Baby AGI”, a paired down version of the “Task-Driven Autonomous Agent” at 105 lines of code. Three task agents (execution, creation, prioritization) work in harmony… forever.
-
32k Context Length: Exploring AI Capabilities and Risks
By
–
If I know anything about us, once we have 32k context length… we’ll think of reasons we need more. But yes, definitely risks w this – tho still a worthy exploration as we better understand these tools.
-

LLM Compression Techniques and Practical Implementation
By
–
Oh nice! I took a couple stabs at “LLM compression” as I’d call this, but to no avail. Need to try this.