AI Engineering & Projects
Architecture design documents, open projects, and AI systems research.

How I Work With AI in Software Development
AI coding is not about delegating software engineering to a prompt. It is about shifting focus from typing syntax to heavy specification, code reading, compounding skill layers, and rapid feedback loops.

Context Layer #1: Why Your Agent Fails
At their core, AI agents are just LLM loops wrapped in context and tools. Discover why the context layer is the true bottleneck of agent performance, and why context quality matters more than unconstrained planning.

Context Layer #2: Evals, Evals, Evals
Before writing custom data pipelines or context abstractions, you must answer one core question: How do you measure what is effective? Discover the 4 tiers of agent evaluation and benchmark-driven context engineering.

Context Layer #3: The 4 Layer Architecture Blueprint
Learn how to structure a Context Layer into four functional layers around a real-world CRM scenario: Raw Data, Analytical Data, Preprocessed Signals, and Semantic High-Level Memory.

Context Layer #4: Ingesting Raw Operational Data
Build Layer 1 with reliable ingestion, domain modeling, and dedicated indexes that unify operational data for AI Agents.

What Is an Agent, What Are Workflows, and Why 90% of 'Agents' Are Workflows
Everyone is racing to build autonomous AI agents. But letting an LLM decide every micro-action is expensive, slow, and unreliable. Here is why the most effective AI systems are workflows, not agents.
