AI Tutorials
Practical AI development tutorials
Articles
From One Agent to a Team: Understanding Codex Subagentsβ10
Learn how Codex subagents work and how to use them effectively, with a hands-on case study for defining and delegating specialist tasks.
How to Get Reliable Structured Data Out of an LLMβ10
Reliable structured data from LLMs requires enforced schemas, validation, and smart retry loops to prevent JSON parsing failures.
Connecting My LangGraph AI Agent to Postgresβ9
Learn how to connect a LangGraph AI agent to Postgres for state persistence. Step-by-step guide with testing via Docker and hosted Postgres.
Why Claude Code Time Estimates Are Poorβ9
Discover why Claude Code struggles with time estimates and learn practical strategies to improve communication with LLM programming tools.
From Mixtral to Kimi K3: The Evolution of Mixture-of-Experts Modelsβ8
From Mixtral to Kimi K3, explore Mixture-of-Experts evolution from 8 to 896 experts per layer, compression, and stability for trillions of parameters.
The Sigmoid Function: From 'e' to Neural Networksβ9
Learn how the sigmoid function maps inputs to probabilities, its derivation from odds, and its role in neural networks.
I Trained Six Models for Fraud Detection, and the Best One Isn't in Productionβ9
Trained six fraud detection models; the best-performing one was never deployed. Discover why evaluation metrics don't always translate to production success.
Agentic AI Is Rewriting the Analytics StackβBut One Skill Remains Untouchableβ9
Agentic AI accelerates analytics, but humans remain irreplaceable for judgment, trust, and original thought.
How to Work with AI Coding Agentsβ10
Learn practical tips for working with AI coding agents to produce better code, maintain control, and streamline your development workflow.
Stop Giving Your AI Agent a Search Box: Embrace Typed Tools, Hard Bounds, and an Impassable Gateβ9
Explore why fixed RAG pipelines fail multi-step queries and how typed tools, hard bounds, and an impassable gate improve AI agent reliability.
