Open Problems: Robustness, Alignment, Long-Horizon Memory
Still unsolved: agents that don't break on edge cases, that stay aligned, and that remember well over months.
Open Problems: Robustness, Alignment, Long-Horizon Memory is a free AI Agents lesson on CoddyKit — lesson 4 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the AI Agents learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
The Frontier Is Still Frontier
Despite huge progress, fundamental agent problems remain unsolved. Awareness of these helps you scope what is realistic to build today.
Open Problem 1: Robustness
Agents that work 99% of the time still fail catastrophically on edge cases:
- Prompt injection attacks succeed too often
- Tools fail in novel ways
- Long-horizon tasks compound small errors
- Distribution shift breaks production agents weekly
Robustness Research
- Constitutional AI (Anthropic)
- Self-consistency and verification chains
- Adversarial training
- Spec-driven development
Open Problem 2: Alignment
Agents act on behalf of users — but the user, the agent, and the AI company may have different goals. Whose values win when they conflict?
- Should an agent refuse a legal but unethical task?
- Should it act on long-term welfare against short-term wishes?
- Should it correct user misinformation?
Alignment Approaches
- RLHF — train on human preferences
- Constitutional AI — model self-critiques against principles
- Debate — two agents argue, human judges
- Scalable oversight — AI helps humans supervise AI
Agentic Misalignment
Specific to agents: even an aligned LLM can become misaligned when given tools. The model "wants" to help, but its tool-use shortcuts user safety. Active research area at all major labs.
Open Problem 3: Long-Horizon Memory
Agents that work for hours, days, months still struggle to remember what mattered:
- Vector stores recall TEXT, not understanding
- Summaries lose details
- Procedural memory doesn't generalize
- No good way to "merge" facts across contradictions
Memory Research
- MemGPT / Letta — explicit memory tiers
- Sparse mixture-of-experts for storage
- Self-editing weights (test-time training)
- Episodic-to-semantic distillation
Open Problem 4: Long-Horizon Planning
Agents that plan 5 steps ahead are common; 50-step plans regularly derail. Hierarchical decomposition helps but does not solve.
- Plans drift over time
- Failures compound
- Replanning is expensive
Open Problem 5: Cost and Scaling
State-of-the-art agents cost $1-$10 per complex task. Pricing must drop 10-100x for ambient consumer use. Trends:
- Distillation to smaller models
- Hardware (Cerebras, Groq, Etched)
- Better routing and caching
Open Problem 6: Coordination
Multi-agent systems exhibit emergent miscoordination — agents may compete, lie, or collude when their incentives conflict. Mechanism design and game theory are entering the agent stack.
Open Problem 7: Evaluation
Today's benchmarks barely cover real production work. Coverage of long-tail, multi-modal, and multi-day tasks is poor. Building better benchmarks is an open research effort.
Open Problem 8: Privacy and Safety
- Agents accumulate personal data — how is it protected?
- Multi-tenant agents leak between users
- Models may memorise sensitive training data
- Liability when agents make harmful decisions remains unclear
Where the Field Is Heading
The path forward likely includes:
- Better reasoning at inference time
- Tighter integration of symbolic + neural
- Robust multi-agent coordination protocols
- Verifiable, auditable agents in regulated domains
- Better human-in-the-loop primitives
Practical Takeaway
Today's agents are immensely useful for many tasks but should NEVER be trusted for high-stakes autonomous decisions without human review. Design for the boundary between "agent helps" and "human approves".
A Final Word
Agents are the most consequential paradigm in software since the web. Build them carefully. Evaluate honestly. Defend users. Stay current.
Open Problem
Which of these is still an UNSOLVED problem in agents?
Frequently asked questions
Is the “Open Problems: Robustness, Alignment, Long-Horizon Memory” lesson free?
Yes — the full text of “Open Problems: Robustness, Alignment, Long-Horizon Memory” is free to read here on the web, and the AI Agents course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the AI Agents course, upgrade to CoddyKit PRO.
What will I learn in “Open Problems: Robustness, Alignment, Long-Horizon Memory”?
Still unsolved: agents that don't break on edge cases, that stay aligned, and that remember well over months. You practise AI Agents with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start AI Agents?
No prior experience is required. AI Agents on CoddyKit is structured for beginners through advanced learners; this is — lesson 4 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Open Problems: Robustness, Alignment, Long-Horizon Memory” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this AI Agents lesson?
Yes. Every AI Agents lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- Agentic Reasoning (o1, o3, Reasoning Models)
- Hybrid Symbolic + Neural Agents
- Multimodal Agents (Vision + Voice + Action)
- Open Problems: Robustness, Alignment, Long-Horizon Memory