January 24, 2026
The Claude Code / Ralph Wiggum moment is exciting for a lot of reasons. One of them is that all of us building AI systems that are just a little bit beyond the capabilities of just prompting a SOTA model now have a shared set of baseline ideas we're building on. Plus an overlapping set of open questions!
- An agent is an LLM in a loop. (Plus a bunch of tooling integration and domain-specific optimization.)
- Context management is a critical job. (Lots of ways to think about this.)
- You almost certainly need multiple agents/models/processors/loops/whatever. (Lots of ways to think about this, too.)
- At some point you'll need to persist state somehow.
- Authentication/authorization for agents is an unsolved problem.
- There aren't any mature patterns yet for human-in-the-loop UX.
What else?
I have a lot of interesting hard engineering challenges ahead for the product I’m building
> intelligent, non blocking compaction
> breaking up context amongst sub agents
> latency
Just like security there’s a big gap between POC and agent that works
Excited to tackle 😁
