AI Engineering • Research • Architecture

AI Engineering & Projects

Architecture design documents, open projects, and AI systems research.

Featured Subjects
Context Layer
7 posts

Context Layer

Updated today
View full subject
How I Work With AI in Software Development
8/6/202611 min read

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.

Read Architecture Design Doc
Context Layer #1: Why Your Agent Fails
8/1/20266 min read

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.

Read Architecture Design Doc
Context Layer #2: Evals, Evals, Evals
8/1/20268 min read

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.

Read Architecture Design Doc
Context Layer #3: The 4 Layer Architecture Blueprint
8/1/20268 min read

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.

Read Architecture Design Doc
Context Layer #4: Ingesting Raw Operational Data
8/1/20269 min read

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.

Read Architecture Design Doc
What Is an Agent, What Are Workflows, and Why 90% of 'Agents' Are Workflows
7/29/20266 min read

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.

Read Architecture Design Doc
Building NehorAI: How to Build an AI Bot That Actually Feels Human
3/15/20268 min read

Building NehorAI: How to Build an AI Bot That Actually Feels Human

The story of building a Hebrew language AI assistant on Cloudflare Workers: how to get real time data, make it talk like a real person, and keep latency under control.

Read Architecture Design Doc