Artificial Quirks

Artificial Quirks

Industry notes on agent systems, evaluation, and production Agentic AI for architects and platform leads—quirks included.

This site

Artificial Quirks is a working notebook on how agent systems actually behave in production—not demos, not vendor decks.

The industry is shipping recursive loops, multi-model fleets, and “just add RAG” stacks at high speed. The interesting problems are quieter: which knobs actually move cost, when a prettier metric hides a failed job, and how to keep classical software discipline when the runtime is a language model.

What you’ll find here

  • Agent runtime design — cell budgets, history working sets, strategy presets instead of model-name ifs.
  • Evaluation that measures the job — completion and artefacts alongside cells/turn and token burn.
  • Industry notes — architecture trade-offs for GenAI platforms, risk vectors, and operational honesty (ledgers, HITL, exhaustion reasons).
  • Math-flavoured systems thinking — when quantitative tools (filters, portfolios, RL) meet messy agent telemetry.

How to read the site

Start with Current series for the recursive language-model loop notes. Use Blog for the full archive. Services is optional advisory; About is credentials—not the product of the site.

Claims stay labeled: observation, inference, provisional. Numbers come with horizons, stop conditions, and limits.

Current series

Recursive language-model loops: three notes on cells, history, and named strategies.

  1. 1
    When Smaller Cells Make Agents Worse

    Prompt-only “smaller cells” improved aesthetics and missed completion under a short step budget.

  2. 2
    RLM Is Not Automatically Token-Efficient

    History policy plateaus input tokens; cheaper runs still need deliverable checks.

  3. 3
    Strategies, Not Model Ifs

    Named YAML strategies beat model-id branches in the agent runtime.

All posts

Topics

Work with us

Optional advisory: agent runtime reviews, evaluation design, and GenAI platform architecture under real operational constraints.

Recent posts

Blog archive