← 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 →