Articles

Writing as long-form product evidence.

These articles collect product retrospectives, architecture research, and Agent product thinking beyond the project case study.

14 articles

Jun 09, 2026

Product Boundaries Of Multi-Agent Parallelism

Default multi-agent parallelism is losing its appeal. The valuable direction is controlled parallelism built on task isolation, context governance, permission control, and result verification.

  • Agent
  • Product architecture
  • Context governance

Jun 08, 2026

In The AI Era, Judgment Is Scarcer Than Execution

As AI accelerates code, documentation, design, and execution, the product bottleneck moves from who can do the work to who can define the problem, manage complexity, review results, and own delivery.

  • AI
  • Product judgment
  • AI PM

Jun 08, 2026

Comparing Agent Abstraction Models From OpenHands

Using OpenHands Action / Observation as a baseline to compare ReAct, LangGraph, AutoGen, Claude Code, smolagents, and SWE-agent across abstraction boundaries and product tradeoffs.

  • Agent
  • OpenHands
  • Architecture

Jun 08, 2026

Codex Context Governance Engineering

From Agent Loop, AGENTS.md, Skills, Sandbox, Approvals, Hooks, and Compaction, this article examines how code agents govern what the model should see each round.

  • Agent
  • Codex
  • Context engineering

Jun 07, 2026

Cache-Aware Agent Context Rendering

The final step from Task Context to LLM input must balance context governance, tool-call ordering, prompt cache hit rate, prefill latency, and audit boundaries.

  • Agent
  • Context engineering
  • Prompt cache

Jun 07, 2026

LLM Provider Integration In Mainstream Agent Apps (2026)

Mainstream Agent products have mostly achieved multi-model access. Competition is shifting from provider count to file layers, capabilities, citations, usage, and tool-calling governance.

  • Agent
  • LLM provider
  • Product research

Jun 07, 2026

Hermes Agent Architecture And Context Governance Research

A look at Hermes Prompt Assembly, Context Engine, Context Compressor, Memory Provider, and Session Search as Agent context governance evolves into an auditable system capability.

  • Agent
  • Context engineering
  • Architecture