<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>postcursors</title><description>Development practices in the agentic era</description><link>https://postcursors.dev/</link><language>en-us</language><item><title>TIL : A single command saves 90% of my tokens</title><link>https://postcursors.dev/en/til/rtk-find-90-pourcent-tokens-economises/</link><guid isPermaLink="true">https://postcursors.dev/en/til/rtk-find-90-pourcent-tokens-economises/</guid><description>TIL: inference-cost, workflow, tooling</description><pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate></item><item><title>TIL : Only 14% of my AI sessions produce a commit</title><link>https://postcursors.dev/en/til/sessions-ia-14-pourcent-produisent-commit/</link><guid isPermaLink="true">https://postcursors.dev/en/til/sessions-ia-14-pourcent-produisent-commit/</guid><description>TIL: workflow, agentic-workflow</description><pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate></item><item><title>The long session myth: why 10 minutes is enough</title><link>https://postcursors.dev/en/dispatches/mythe-session-longue/</link><guid isPermaLink="true">https://postcursors.dev/en/dispatches/mythe-session-longue/</guid><description>Across 267 tracked sessions, 62% last under 10 minutes. Long sessions (&gt;1h) account for only 15% of the total. The micro-session is the real productive pattern — not tool underuse.
</description><pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate></item><item><title>TIL : 62% of my AI sessions last under 10 minutes</title><link>https://postcursors.dev/en/til/sessions-courtes-pattern-dominant/</link><guid isPermaLink="true">https://postcursors.dev/en/til/sessions-courtes-pattern-dominant/</guid><description>TIL: agentic-workflow, workflow</description><pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Half my AI sessions start wrong — and that&apos;s fine</title><link>https://postcursors.dev/en/dispatches/sessions-ia-commencent-mal/</link><guid isPermaLink="true">https://postcursors.dev/en/dispatches/sessions-ia-commencent-mal/</guid><description>Across 128 auto-scored Claude Code sessions, 68 had a &quot;wrong_approach&quot; friction — 53%. The agent&apos;s first instinct is wrong half the time. This isn&apos;t a problem to fix, it&apos;s a pattern to integrate into the workflow.
</description><pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate></item><item><title>From OpenCode to Kilo Code CLI: what changed in the workflow</title><link>https://postcursors.dev/en/dispatches/kilo-code-opencode-equipe-feedback/</link><guid isPermaLink="true">https://postcursors.dev/en/dispatches/kilo-code-opencode-equipe-feedback/</guid><description>Kilo Code CLI is a fork of OpenCode with Kilo Gateway on top. In practice, the TUI is identical, custom commands work the same, and migration took 15 minutes. The real difference: free models via the gateway change the workflow economics.
</description><pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate></item><item><title>TIL : The agent reads 3x more than it writes</title><link>https://postcursors.dev/en/til/bash-read-edit-ratio-agent/</link><guid isPermaLink="true">https://postcursors.dev/en/til/bash-read-edit-ratio-agent/</guid><description>TIL: coding-agent, workflow</description><pubDate>Sat, 14 Mar 2026 00:00:00 GMT</pubDate></item><item><title>3 agentic workflows that changed how I code</title><link>https://postcursors.dev/en/dispatches/trois-workflows-agentiques/</link><guid isPermaLink="true">https://postcursors.dev/en/dispatches/trois-workflows-agentiques/</guid><description>Three patterns that naturally emerged in a daily agentic workflow: automated morning briefing, versioned custom commands in Git, and parallel sessions in tmux splits. Each came from a real friction, not from theory.
</description><pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Agentic workflow: the founding principles</title><link>https://postcursors.dev/en/guides/agentic-workflow-principles/</link><guid isPermaLink="true">https://postcursors.dev/en/guides/agentic-workflow-principles/</guid><description>An agentic workflow isn&apos;t about &quot;using AI to code faster&quot; — it&apos;s a restructuring of how you break down, delegate, and verify work. The real gains come from three practices: decomposing tasks into verifiable units, actively managing context, and treating the agent like a competent junior who needs precise instructions.
</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Optimizing AI workflow costs: method and real numbers</title><link>https://postcursors.dev/en/guides/cost-optimization-ai-coding/</link><guid isPermaLink="true">https://postcursors.dev/en/guides/cost-optimization-ai-coding/</guid><description>Route mechanical tasks to budget or free models (MiniMax 2.5 via Kilo Gateway, Gemini Flash), reserve premium models for reasoning. Result: mechanical tasks (~65% of volume) cost nothing, with no perceived quality loss.
</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Prompt engineering for coding agents</title><link>https://postcursors.dev/en/guides/prompt-engineering-for-coding-agents/</link><guid isPermaLink="true">https://postcursors.dev/en/guides/prompt-engineering-for-coding-agents/</guid><description>A good coding agent prompt has three components: what you want (precise task), how to validate it (verifiable exit condition), and what you don&apos;t want (explicit constraints). Most disappointing results come from instructions missing one of the three.
</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Managing context in a multi-agent workflow</title><link>https://postcursors.dev/en/guides/multi-agent-context-management/</link><guid isPermaLink="true">https://postcursors.dev/en/guides/multi-agent-context-management/</guid><description>The context window is a finite resource that degrades. The key is treating it as such: short sessions with verifiable deliverables, persistent context files between sessions, splitting into specialized agents for parallel tasks. Multi-agent workflows aren&apos;t added complexity — they&apos;re the way to work at scale without losing quality.
</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>OpenCode + Neovim + tmux: the complete setup</title><link>https://postcursors.dev/en/guides/opencode-setup-neovim-tmux/</link><guid isPermaLink="true">https://postcursors.dev/en/guides/opencode-setup-neovim-tmux/</guid><description>OpenCode integrates naturally into a Neovim/tmux workflow: a dedicated tmux split, the agent in one pane, your editor in the other. The client/server architecture lets you start OpenCode server-side and connect via SSH with no extra configuration. Full setup in 30 minutes.
</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Becoming your team&apos;s AI ambassador without asking for it</title><link>https://postcursors.dev/en/dispatches/ambassadeur-ia-equipe-kilo-code-adoption/</link><guid isPermaLink="true">https://postcursors.dev/en/dispatches/ambassadeur-ia-equipe-kilo-code-adoption/</guid><description>The tool wasn&apos;t the problem, the model was. Kilo Code + Mistral looked perfect on paper. In practice, Mistral nearly killed adoption. Pivot to OVH AI Gateway + Gemini. It works now.
</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Context rot is an organization problem, not a model problem</title><link>https://postcursors.dev/en/dispatches/context-rot-organisation-pas-modele/</link><guid isPermaLink="true">https://postcursors.dev/en/dispatches/context-rot-organisation-pas-modele/</guid><description>The bigger the context window, the later context rot hits — it doesn&apos;t go away. The real solution is structuring your work into short sessions with verifiable deliverables. It&apos;s an organizational discipline, not a hardware problem to solve.
</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Budget vs premium models on real PHP/TypeScript tasks</title><link>https://postcursors.dev/en/dispatches/modeles-budget-vs-premium-coding/</link><guid isPermaLink="true">https://postcursors.dev/en/dispatches/modeles-budget-vs-premium-coding/</guid><description>On mechanical, repetitive PHP/TypeScript tasks, budget models (MiniMax 2.5 via Kilo Gateway, Gemini Flash) produce results indistinguishable from Claude Sonnet. On complex reasoning tasks, Claude maintains a real edge. The takeaway isn&apos;t &quot;use the cheapest&quot; — it&apos;s &quot;use the right model for each type of task.&quot;
</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Why I dropped Claude Code for OpenCode</title><link>https://postcursors.dev/en/dispatches/pourquoi-claude-code-vers-opencode/</link><guid isPermaLink="true">https://postcursors.dev/en/dispatches/pourquoi-claude-code-vers-opencode/</guid><description>Claude Code is an excellent starting point — zero config, immediate quality. But Anthropic lock-in prevents optimizing costs per task, and restricting the Claude Code subscription in third-party tools forced the migration. OpenCode then Kilo Code CLI (its fork with free gateway) solve both without sacrificing quality.
</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>TIL : Free models via Kilo Gateway generate PHP as well as Sonnet on mechanical tasks</title><link>https://postcursors.dev/en/til/modeles-budget-php-boilerplate/</link><guid isPermaLink="true">https://postcursors.dev/en/til/modeles-budget-php-boilerplate/</guid><description>TIL: kilo-code, inference-cost, php</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>TIL : an OpenCode custom command to generate a complete API Platform endpoint</title><link>https://postcursors.dev/en/til/opencode-custom-command-api-platform/</link><guid isPermaLink="true">https://postcursors.dev/en/til/opencode-custom-command-api-platform/</guid><description>TIL: opencode, api-platform, php</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>TIL : one AGENTS.md per subdirectory replaces repeated instructions</title><link>https://postcursors.dev/en/til/agents-md-par-sous-dossier/</link><guid isPermaLink="true">https://postcursors.dev/en/til/agents-md-par-sous-dossier/</guid><description>TIL: workflow, context</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item><item><title>TIL : OpenCode supports multiple parallel sessions via its server architecture</title><link>https://postcursors.dev/en/til/opencode-parallel-sessions/</link><guid isPermaLink="true">https://postcursors.dev/en/til/opencode-parallel-sessions/</guid><description>TIL: opencode, neovim, workflow</description><pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate></item></channel></rss>