May 15, 2026 • 4 min readAI Tech in One SentenceFifteen core AI concepts — from machine learning to agentic AI — each defined in a single sentence, ordered to build on each other into a mental model.
Apr 19, 2026 • 6 min readEvery Schema Is a WorldviewSUMO tried to encode all of reality into first-order logic. Its directory listing is a philosophical argument most AI engineers have never encountered.
Mar 25, 2026 • 4 min readBroken English Is Better Prompt EngineeringA 2025 study found Polish outperforms English in long-context LLM tasks. Ukrainian grammar instincts explain why — and how anyone can prompt better.
Mar 18, 2026 • 7 min readWhy Your LLM Asks Questions (And Why You Should Too)How RLHF trains models to seek clarification instead of guessing — and a four-agent pipeline that brings the same discipline to your own requirements.
Mar 16, 2026 • 4 min readContext Engineering: The Skill That Actually MattersContext engineering — not prompt engineering — is where the real leverage lives. The discipline of deciding what goes into the context window, and why.
Feb 28, 2026 • 3 min readBeyond the Chat Window: UX on Steroids with LLMsChat is the laziest AI integration. The real opportunity is components that remember users and act on context they've already provided.
Feb 22, 2026 • 10 min readFixing Agent Amnesia With Federated MemoryA-MEM's Zettelkasten-inspired approach to agent memory, and why software projects need federated memory with cross-domain linking — not one big vector database.
Feb 20, 2026 • 5 min readWhat Is AI-Native?AI-native is more than a buzzword. It marks a real architectural shift where AI becomes the foundation, not a feature bolted on.
Feb 10, 2026 • 5 min readThe AI Knows Your Client's Phone Number (And So Does Everyone Else)RAG pipelines leak PII through prompt injection. A substitution layer swaps real data for realistic fakes before it reaches the LLM, neutralising the attack.
Feb 09, 2026 • 5 min readA CRM That Knows What It Doesn't KnowProbabilistic lead scoring with Pyro replaces brittle point systems with honest uncertainty, email fatigue modelling, and self-improving predictions.
Feb 07, 2026 • 3 min readCan AI Create Its Own Programming Language?What would a programming language designed for AI look like? The thought experiment reveals deep unsolved problems and points to probabilistic programming.
Jan 28, 2026 • 3 min readBuilding a Graph-Based Intent Modelling ToolA proof-of-concept tool for graph-based system modelling — defining system behaviour, validating it structurally, and generating tests from the intent.