Articles
Technical writing on Agentic AI, Reinforcement Learning, LLM alignment, and production ML engineering. Published here — not on Medium, not on Substack.
01Different Multi-Agent Architectures & the Complexity Theory of Organizations
While exploring multi-agent systems, I realized the coordination patterns we use in AI today aren't entirely new — similar patterns have existed for decades in organizations, governments, biology, and economics. This article maps multi-agent architectures onto the Complexity Theory of Organizations.
Multi-Agent SystemsAgentic AIComplexity TheoryArchitecture
02Why Meta-RL Is the Right Framework for Quantitative Finance
Standard RL agents collapse the moment market regimes shift. Meta-RL — training agents to learn quickly, not just to act well — offers a principled solution. Here's the architecture and the evidence.
Meta-RLReinforcement LearningFinanceResearch
03From RLHF to RLAF: The Next Shift in LLM Alignment
Reinforcement Learning from Human Feedback got us to GPT-4. But its fundamental bottleneck is human annotation speed. Here's why Reinforcement Learning from Agent Feedback is the logical successor — and what it means architecturally.
Reinforcement LearningLLMsAlignmentResearch
04The Anatomy of an AI Agent: Beyond the Chatbot
A deep technical breakdown of what actually separates a real AI agent from a wrapper around an LLM — covering memory, tool use, planning, and self-reflection.
Agentic AILLMsArchitecture