cd/sources/earendil-auto-discoveredΒ· homeβ€Ί sourcesβ€Ί Earendil (auto-discovered)
cat /sources/earendil-auto-discovered.feed | wc -l β†’ 4

Earendil (auto-discovered)

articles 4 domain earendil.com β†’ feed RSS
06:30
2026-08-13
earendil.com
large-language-models

How Compaction Works in Pi

Pi, a coding agent from pi.dev, implements compaction to manage LLM context window limits by summarizing older conversation content while preserving recent messages. Compaction triggers automatically …

23:00
2026-08-03
earendil.com
developer-tools

Pi, Minimal and Performant

Pi, a minimal coding harness from earendil-works, outperformed Claude Code and Codex at lower cost in Databricks' benchmark of coding agents on its multi-million line codebase, and Shopify built its p…

22:00
2026-07-29
earendil.com
ai-infrastructure

The Session You Cannot Take With You

Inference APIs are increasingly returning provider-bound state that makes AI sessions non-portable, according to a critical analysis by Earendil. Features like encrypted content and server-side storag…

18:04
2026-07-23
earendil.com
large-language-models

Prompt Caching In Agents

Prompt caching, which reuses computed attention states from previous LLM requests, is critical for making coding agents economically viable but remains fragile to changes in tool definitions, model sw…