The decisions you need to make… – how much context you provide
– where/what/how you summarize
– how you break up knowledge
– etc. …are a constant balance of context length, model speed and cost, use case, latency, keeping up w latest tools, and more.
AGENTS
-
Balancing Context Length, Speed, and Cost in AI Systems
By
–
-

Karpathy Building JARVIS Follows Nakajima at OpenAI
By
–
@karpathy (Building JARVIS @OpenAI) is now following @yoheinakajima
-
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?
-
Self-modifying AI agent code recursive implications
By
–
No, I mean if the code of this agent/script is being recursively modified by itself?
-
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.
-
GPT Calls as Thoughts: Building Agents with Reflection and Memory
By
–
1 GPT call is a bit like 1 thought. Stringing them together in loops creates agents that can perceive, think, and act, their goals defined in English in prompts. For feedback / learning, one path is to have a "reflect" phase that evaluates outcomes, saves rollouts to memory,
-
Is AI Really Recursively Self-Improving Its Own Code?
By
–
Is it really recursively self-improving? So not just generating code, but also modifying its own code?
-
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().
-
Agent AI Corrects Generated Programs Using Test Feedback
By
–
By patching you mean how the agent corrects the generated program? We get the feedback from the tests and feed it back to LLM, to make an intelligent decision on what needs to get fixed.