Skip to content
ceaksan

ai

QUERY = 'contents'; CATEGORY = 'ai' // 25 rows

developer-tools

Pre-injection vs MCP Tool Loop: Context Strategies for AI Coding Agents

GrapeRoot injects context before the model starts, CodeGraphContext uses MCP tool loops. Same repo, same model, same prompts. One comes out 31% cheaper. Where's the architectural difference? Benchmark data and comparison with my own system.

2/21/2026
ai

An AI agent loop cost someone $187 in 10 minutes. Here's what monitoring tools won't tell you.

AI agents in production have a systemic blind spot: we can trace everything but understand nothing. Current observability tools are flight recorders, not collision avoidance systems.

2/19/2026
developer-tools

Which Files Do You Actually Read? Developer Interaction Tracking

Do you know which files you looked at most during a week of work? Which searches returned zero results? Using Claude Code hooks to collect interaction data and trace analytics to reveal patterns, I tracked my own workflow. The data was surprising.

2/17/2026
developer-tools

Context Engineering for AI Coding Agents: From Static Documents to a Living Ecosystem

CLAUDE.md and architecture.md are not enough. A four-layer context engineering ecosystem combining semantic code search, knowledge base, decision governance, and learning loops. Based on real project experience.

2/15/2026
developer-tools

Claude Code Context Management: Three Different Approaches

Claude Code's context window fills up fast. claude-context-mode, claude-context, and dnomia-knowledge solve this problem in different ways. Architectural decisions, trade-offs, and real-world comparison.

2/13/2026
ai

Domain-Specific Prompt Optimization: The Knowledge Anchor Approach

How do LLMs retrieve knowledge, why do generic prompts fail, and how do knowledge anchors solve this? Structured prompting formats, domain-specific optimization steps, and the practical Prompt Forge approach.

2/9/2026
developer-tools

Decision Gate v2: Multi-AI Spec Tribunal

Is a single AI's evaluation sufficient? An open-source Claude Code skill that runs the Decision Gate framework with multiple independent AIs in adversarial mode: /court. Add Gemini and Kimi as jurors, prevent rubber-stamping.

1/29/2026
ai

Why AI Agents Break Files: Practical Strategies and Tests

I benchmarked 5 file editing approaches used by AI coding agents across 20 scenarios. Sequential Edit, Atomic Write, Bottom-up Edit, Script Generation, and Unified Diff, which works when?

1/25/2026
ai

Why LLMs Fail at Turkish Characters: A Deterministic Fix with Claude Code

Large language models systematically drop Turkish diacritics (ç, ğ, ı, ö, ş, ü) during long-form content generation. The development process behind a zero-token-cost Claude Code plugin that solves this.

1/17/2026
ai

RAG Chunking: Strategies, Limitations, and Decision Map

A comprehensive guide to text chunking strategies in RAG systems. 12 different approaches, limitations, multilingual support, and a scenario-based decision table.

1/15/2026