Yeah I’m working on a version that stripped out Langchain as default execution agent. Mostly for making debugging easier.
AUTOMATION
-
Relevant Context Management for Autonomous Agents
By
–
The thread broke, but here's a simple example of how "relevant context" (most relevant tasks from past) can be provided to current task. Allowing the autonomous agent to continue generating novel ideas and next steps – that wouldn't fit within a context window.
-
Custom Python Loop Implementation for Three Agents
By
–
Yeah I took it out for this version. It’s now just a custom Python loop w the three agents.
-
Alternatives to Langchain and ZapierNLA for AI Integration
By
–
I’ve tried Langchain and ZapierNLA, any other suggestions?
-
AutoGPTs Will Organize into Specialized Autonomous Organizations
By
–
All of that is just one agent/thread. People coalesce into organizations so they can specialize and parallelize work towards shared goals. Imo this is likely to happen to AutoGPTs and for the same reasons, strung into AutoOrgs, with AutoCEO, AutoCFO, AutoICs, etc.
-
AutoGPTs: The Next Frontier of Prompt Engineering and AI Systems
By
–
Next frontier of prompt engineering imo: "AutoGPTs" . 1 GPT call is just like 1 instruction on a computer. They can be strung together into programs. Use prompt to define I/O device and tool specs, define the cognitive loop, page data in and out of context window, .run(). https://t.co/EKy84pa5bB
— Andrej Karpathy (@karpathy) 2 avril 2023Next frontier of prompt engineering imo: "AutoGPTs" . 1 GPT call is just like 1 instruction on a computer. They can be strung together into programs. Use prompt to define I/O device and tool specs, define the cognitive loop, page data in and out of context window, .run().
-
BMW Transforms into Robot in 30 Seconds
By
–
All it takes is 30 seconds (just 30 seconds!) for this BMW🚘 to become a transformer! This is amazing.pic.twitter.com/XTrG2c0U5b #Robot #IoT #AI #Sundayvibes @BMW #SundayMorning #selfdriving #SmartCity #İstanbul
— Sean Gardner (@2morrowknight) 2 avril 2023All it takes is 30 seconds (just 30 seconds!) for this BMW to become a transformer! This is amazing. #Robot #IoT #AI #Sundayvibes @BMW #SundayMorning #selfdriving #SmartCity #İstanbul
-
Building Perpetual Agents: Autonomous AI Systems Design
By
–
Why do you think I’m building a perpetual agent 🙂
-
Cleaning Up Perpetual Agent Architecture
By
–
Cleaning up my perpetual agent 🙂 https://t.co/DsF3Q3LMLR
— Yohei (@yoheinakajima) 2 avril 2023Cleaning up my perpetual agent 🙂
-
Task Serialization and Parallel Execution for Process Optimization
By
–
You’re right. I need to create task serialization so we know what needs to be done before the next, which then allows for parallel tasks to be run. And then some milestones, and more reflection…