GeistHaus
log in · sign up

How we built our multi-agent research system

anthropic.com

On the the engineering challenges and lessons learned from building Claude's Research system

19 pages link to this URL
16 Agent Patterns: An Agent Engineering Primer

Any sufficiently advanced technology is indistinguishable from magic. — Arthur C. Clarke What are AI agents? Simon Willison crowdsourced a lot of definitions that focus on: 1) Using AI to take action on the user’s behalf in the real world (i.e. what the agent does) 2) Using AI to control a loop or complex flow (i.e. how the agent does it). An AI agent takes a sequence of actions based on an AI-determined control flow. Agents use prompts as the CPU of a Turing machine that can manage state, memory, I/O, and control flow. The agent can access the Internet and tools to perform compute tasks, retrieve info, take actions via APIs, and use the outputs to determine next steps in a loop or complex control flow. Maybe even control a browser or computer. In this post, we’ll try to develop a roadmap of agent concepts and patterns to learn, and resources to learn them.

0 inbound links article en
AI Coding: Managing Context

Managing your coding agent's context is super important - a bloated context window will erode the quality of your agent's work over time. Learn some new techniques for trimming irrelevant details from your conversation history while retaining what matters.

0 inbound links article en
2025: The Year Agentic AI Got Real (What Comes Next)

If 2024 was the year of AI experimentation, 2025 was the year of industrialization. The speculative boom around generative AI has rapidly matured into the fa...

0 inbound links article en Agentic AIEnterprise AIMCPAgent SkillsAI AgentsAI InfrastructureMulti-Agent SystemsAI GovernanceOpen Standards2025 Review
Context Rot: Why LLMs Degrade as Context Grows (Complete Guide) | Morph

Context rot is the measurable performance degradation LLMs experience as input length increases. Chroma tested 18 frontier models and found every one gets...

1 inbound link article en Engineering context rotcontext rot llmwhat is context rotcontext rot coding agentcontext window degradationlost in the middle llmlost in the middleattention dilutionattention dilution llmLLM performance degradationcontext rot coding agentsdistractor interferencecontext isolationsubagent architecturecontext engineeringcontext window optimizationcoding agent contextLLM long contextcontext rot preventioncontext rot fixcontext rot solutionneedle in a haystack llmcontext window managementllm context managementwarpgrepflashcompactcontextperformancethatmoretokensworseresearchmodelsthandegradationisntopuseverylengthattentioneachmodeldoesntjustclaudecodefastapply
You must just do things

Software modularized nouns. AI modularizes verbs. Enabling is over. It's time to do.

0 inbound links article en posts blogdeveloperpersonal
Orchestrating AI Agents: A Subagent Architecture

50% cost reduction with subagent architecture for AI coding. Capable models for planning, fast models for building. Real metrics from Goose.

1 inbound link article en ai-engineeringarchitecturegooseimplementation-guide CC BY 4.0
Simon Willison on gpt

124 posts tagged ‘gpt’. The GPT series of Large Language Models from OpenAI.

0 inbound links website en OpenAIgenerative-ai 1785llms 1751ai 2016openai 418gpt-3 67gpt-4 43gpt-5 30prompt-engineering 190chatgpt 196llm-release 199
Simon Willison on prompt-engineering

190 posts tagged ‘prompt-engineering’. The subtle art and craft of effectively prompting and building software on top of LLMs.

0 inbound links website en generative-ai 1785llms 1751ai 2016openai 418anthropic 282claude 275prompt-injection 147system-prompts 54ai-assisted-programming 381gpt 124