← Back to Portfolio

Technical Articles

A curated series exploring agentic AI, cognitive systems architecture, and advanced engineering practices. These articles document research and implementation patterns developed through deep engagement with AI-augmented software development.

The Paradigm Shift
AI Systems Architecture

The Paradigm Shift

Beyond Autocomplete: How Terminal-Native Agentic AI Fundamentally Transforms the Senior Engineer's Workspace

The transition from IDE autocomplete to agentic terminal workflows enables senior engineers to operate purely at the architectural abstraction layer, delegating implementation to capable AI systems.

January 5, 2026

~12 min read

Read →
Cognitive Shortcuts
Cognitive Systems Design

Cognitive Shortcuts

How Declarative Interfaces Reduce Decision Fatigue in AI-Augmented Development

Slash commands and encoded prompt patterns transform cognitive burden by abstracting imperative instruction sequences into declarative, composable outcomes.

January 18, 2026

~10 min read

Read →
Context Management Hygiene
Engineering Systems

Context Management Hygiene

Maintaining Inference Quality Through Hierarchical Memory and Aggressive Context Boundaries

Strategic use of CLAUDE.md files as persistent memory anchors combined with deliberate context window management preserves model reasoning quality across extended sessions.

February 1, 2026

~11 min read

Read →
Extended Working Memory
AI Architecture Integration

Extended Working Memory

Model Context Protocol as External Cognition: Bridging Ephemeral and Persistent State

MCP integrations act as extended cognitive substrates, offloading information retrieval and state management from the model's token budget to specialized external services.

February 14, 2026

~11 min read

Read →
Headless Automation
DevOps Automation

Headless Automation

Zero Cognitive Overhead: Embedding LLMs in CI/CD Pipelines for Autonomous Code Maintenance

LLM-powered CI/CD semantically resolves code quality flags, dependency updates, and breaking-change refactors without human intervention or local build cycles.

February 27, 2026

~10 min read

Read →
Multi-Agent Orchestration
Agent Systems Design

Multi-Agent Orchestration

Ensemble Methods in Software Architecture: How Parallel Agent Synthesis Improves Design Quality

Borrowing ensemble methods from machine learning, running multiple independent agents in parallel and synthesizing their outputs produces superior architectural decisions.

March 10, 2026

~12 min read

Read →
Parallel Cognitive Processes
Workflow DevTools

Parallel Cognitive Processes

Distributed Cognition via Git Worktrees: How One Engineer Becomes a Force Multiplier

Git worktrees combined with multiple AI instances enable parallel execution across authentication, database, and frontend streams simultaneously, amplifying individual engineer capacity.

March 22, 2026

~11 min read

Read →
Progressive Token Budgets
Model Optimization Economics

Progressive Token Budgets

The Non-Linearity of Extended Thinking: When and How to Allocate Deep Compute for Complex Problems

Dynamically scaling reasoning token allocations improves first-pass success rates on complex architectural and debugging problems while maintaining cost efficiency.

April 3, 2026

~12 min read

Read →
Structured RPI Workflows
Methodology Process

Structured RPI Workflows

Research → Plan → Implement: A Three-Phase State Machine for Eliminating AI-Driven Development Errors

A strict three-phase workflow (Research with no code, Plan as documentation, Implement with deliberate action) reduces error rates and preserves deep-work flow states.

April 13, 2026

~11 min read

Read →
The Trust Gradient
Safety Governance

The Trust Gradient

Supervision Theory in Multi-Agent Systems: Calibrating Autonomy to Risk and Stakeholder Confidence

AI delegation should follow a risk-calibrated trust gradient: high supervision for security and architectural decisions, low supervision for documentation and styling.

April 22, 2026

~10 min read

Read →
The Efficiency Trilemma
AI Systems Sustainability

The Efficiency Trilemma

Accuracy, Speed, and Energy in Small Language Models: Why the Most Accurate SLM Is Rarely the Right Choice for Production

Benchmarking 15 SLMs across correctness, computation, and energy consumption reveals that the most accurate model consumes 2.6× more energy than the most efficient — and the rankings shift dramatically across hardware.

April 28, 2026

~11 min read

Read →
Three Context Management Patterns for Agentic CLI Skills
Agent Systems Architecture

Three Context Management Patterns for Agentic CLI Skills

Context forking, dynamic injection, and sub-agent delegation — the practices that separate production-ready skill builders from token-hungry workflows.

Context forking isolates noisy skill sessions, dynamic injection pre-loads live project data before the agent reads the first token, and sub-agent delegation backgrounds long-running tasks — together forming the foundation of efficient agentic skill design.

May 12, 2026

~8 min read

Read →
The Agentic OS
Agent Systems Architecture

The Agentic OS

Why your workflow architecture — not the latest CLI agent — is the only competitive advantage that compounds beyond the hype cycle.

CLI agents and IDEs are interchangeable components; the proprietary asset is the orchestration layer you own — skill systems, dynamic context engineering, and end-to-end workflow automation that survives every tooling release.

May 15, 2026

~9 min read

Read →
The Augmentation Trap
AI & Education Cognitive Systems

The Augmentation Trap

Why universities are scaling AI faster than they are scaling the judgment their degrees were created to cultivate.

Adoption is racing ahead of evidence and procurement is racing ahead of pedagogy — 2025–2026 research on cognitive offloading, homogenization, and policy fragmentation, plus a five-question checklist for university leaders before the next contract is signed.

May 16, 2026

~11 min read

Read →
Sovereign Dialect Adaptation
Architecture AI Systems

Sovereign Dialect Adaptation

An architecting blueprint for in-house small-language-model specialization under data-sovereignty constraints.

A three-tier ladder — pipeline validation, production specialization, research benchmark — that converts uncertainty into evidence before authorizing the next tranche of spend, with sovereign data, evaluation, and compute as the load-bearing spine.

May 18, 2026

~13 min read

Read →
The Self-Allocating Mind
Frontier AI Reasoning

The Self-Allocating Mind

Why the next step toward general intelligence is not a bigger model, but one that decides for itself how hard to think on each problem.

Reasoning effort became a dial in May 2026. The real leap comes when the model sets that dial itself, matching deep thinking to hard problems and almost none to easy ones. That is metacognition, and it is the clearest bridge yet toward AGI.

May 31, 2026

~9 min read

Read →
The Discovery Threshold
Frontier AI Discovery

The Discovery Threshold

The real test of general intelligence is not a benchmark score. It is the ability to produce verifiable new knowledge that no human supplied.

When an AI disproved an 80-year-old math conjecture and humans confirmed it, the strategic question changed. The advantage now goes to leaders who find where verification is cheap and point these systems at problems competitors cannot simply buy.

May 31, 2026

~9 min read

Read →
The Orchestrated Mind
Agent Systems Architecture

The Orchestrated Mind

Why general intelligence will emerge from coordinated fleets of specialized agents, not from one ever-larger model.

The leading labs now describe a coordinator delegating to specialists rather than one model grinding alone. Intelligence at the level that runs the world is already an orchestrated property, and the durable advantage is owning the workflow, not the model.

May 31, 2026

~9 min read

Read →
The Friction Advantage
Learning Science AI Strategy

The Friction Advantage

Why the smoothest path to knowledge is usually the one where you learn the least, and how to make AI work against that instinct.

Cognitive science settled it decades ago: self-testing and struggle build durable knowledge, fluent summaries do not. Use AI to quiz you, not spoon-feed you, and protect the friction where learning actually happens.

June 1, 2026

~6 min read

Read →