AI Engineering · for senior software engineers
Where senior engineers learn to build with AI — at the depth the job actually demands.
56 guides · real Python · no toy examplesBrowse all guides →
Software Architecture
Agent Orchestration Patterns: A 2026 Guide
The five agent orchestration patterns (supervisor, hierarchical, sequential, parallel, swarm), why the supervisor wins in 2026, what multi-agent really costs, and when a single agent was the right call all along.
NKNavmeet Kaur · Jun 26, 2026 · 5 min
Latest
AI Engineering
Pydantic BaseModel: A Primer for AI Agent Developers (2026)
Sukhveer Kaur · Jun 25, 2026 · 3 min
AI Engineering
Python Decorators: A Primer for Reading AI Agent Code (2026)
Sukhveer Kaur · Jun 22, 2026 · 3 min
AI Engineering
AI Agent vs Workflow: What's the Actual Difference? (2026)
Sukhveer Kaur · Jun 22, 2026 · 5 min
AI Engineering
Which AI Agent Framework Should You Use in 2026?
Sukhveer Kaur · Jun 21, 2026 · 8 min
// Choose your path
Two Python-agent series. They’re not a choice — they’re a sequence.
Start with Foundations if you’re new — build an agent by hand, no framework. Move to Production once the basics click. Pick by where you are right now.
1Level 1Foundations — build it by hand
→2Level 2Production — ship a real one
★ Start here
01Beginner · Foundations
AI Agents from Scratch in Python
Build a working agent with nothing but Python and one LLM call — no frameworks, so you actually understand the loop.
Start here if you…
are new to agents, or want to know how one actually works before reaching for a framework.
- Length
- 6 parts (00–05)
- Approach
- Pure Python + a raw LLM call
- Prereq
- Can read basic Python (Part 0 teaches it)
- You'll build
- Your own agent loop — tools, reasoning, memory — by hand
02Intermediate · Production
Agentic AI in Python: Zero to Production
Take a real agent all the way to a deployed, observable service using LangGraph — state, tools, memory, and shipping.
Start here if you…
already get the basics (or finished Level 1) and want to ship something production-grade.
- Length
- 7 parts (01–07)
- Approach
- LangGraph + deploy & observability
- Prereq
- Comfortable with agent fundamentals
- You'll build
- A real agentic app, deployed as an observable service
AI Engineering · flagship
Build it, in real Python
Beginner · 3 minPydantic BaseModel: A Primer for AI Agent Developers (2026)Sukhveer Kaur · Jun 25, 2026Guide · 5 minWhat Is RAG in AI? A Practical Developer's Guide (2026)Sukhveer Kaur · Jun 25, 2026Beginner · 3 minPython Decorators: A Primer for Reading AI Agent Code (2026)Sukhveer Kaur · Jun 22, 2026Beginner · 5 minAI Agent vs Workflow: What's the Actual Difference? (2026)Sukhveer Kaur · Jun 22, 2026Beginner · 4 minAsync and Await in Python: A Primer for AI Agent Code (2026)Sukhveer Kaur · Jun 22, 2026Beginner · 4 minDocker for Python: A Primer for Shipping AI Agents (2026)Sukhveer Kaur · Jun 22, 2026
Software Architecture
Design systems that hold up
Guide · 5 minAgent Orchestration Patterns: A 2026 GuideThe five agent orchestration patterns (supervisor, hierarchical, sequential, parallel, swarm), why the supervisor wins in 2026, what multi-agent really costs, and when a single agent was the right call all along.Navmeet Kaur · Jun 26, 2026Guide · 5 minAI Agent Memory Architecture: A 2026 GuideAI agent memory is the storage tier behind the context window. The three long-term types (episodic, semantic, procedural), the write-recall-forget lifecycle, where it breaks, and when an agent needs no memory at all.Navmeet Kaur · Jun 25, 2026Comparison · 5 minAI Agents vs Microservices: An Architect's Guide (2026)An agent is not a smarter microservice — it's a different runtime contract. The four guarantees you rely on, the six differences that matter, and a clear rule for when a plain service still wins.Navmeet Kaur · Jun 25, 2026Guide · 4 minContext Engineering Architecture: A 2026 GuideContext engineering treats the model's window as RAM you assemble on a budget, not a prompt you write. The sources that fill it, the pipeline that builds it, where it breaks, and when a plain prompt is enough.Navmeet Kaur · Jun 25, 2026
Tech Career Growth
Grow in the AI era
One email when something good ships
New guides across every category. No digest spam, unsubscribe anytime.