Articles
Technical writing on Agentic AI, Reinforcement Learning, LLM alignment, and production ML engineering. Published here — not on Medium, not on Substack.
01Why 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
02From 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
03The 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