Claude-Code

7. Jun 2026

Graphify and MemPalace: Two Answers to Claude Code's Memory Problem

Within a few weeks, two open-source tools have set out to solve Claude Code's memory problem. But they don't solve the same problem — Graphify builds a code graph, MemPalace stores the conversation.
llm · claude-code · project
28. May 2026

Claude Opus 4.8: The Honesty Jump and Dynamic Workflows

Anthropic has released Claude Opus 4.8: same price as 4.7, a clear jump in coding and reasoning, a measurably lower tendency to let its own code flaws slip by, and dynamic workflows with hundreds of parallel subagents.
claude-code · AI · coding
23. May 2026

Three Sources, One Truth — Validating the byhaushalt Parser Against PDF and STMFH Diagram

Bonus article of the series — how the byhaushalt demo parser holds up against two independent sources: the official EPL PDFs from the Bavarian finance ministry and the interactive budget diagram at stmfh.bayern.de. Σ revenues and Σ expenses match the PDF Σ to the cent; the residual difference against STMFH is data-vintage-related.
agentic-coding · claude-code · byhaushalt · llm
23. May 2026

From Branch to Live URL — Worktree PR Workflow and Codeberg Pages Deploy

Article 10 of the series — how a Vite SPA in the repo becomes a live site on a custom subdomain. Branch protection for solo projects, a Bash script that fills the pages branch via git worktree, custom domain via DNS CNAME plus .domains file, HTTPS via Let's Encrypt. And why CI deliberately gets its own follow-up article.
agentic-coding · claude-code · byhaushalt · llm
18. May 2026

Hooks — Tests as a Gate in the Background

Article 9 of the series — three hooks for byhaushalt: PostToolUse formats after every edit, PreToolUse blocks commits with debug leftovers, Stop runs fast tests but only for changed layers. Why an overly aggressive Stop hook does more harm than good, and why Playwright belongs in CI, not in a hook.
agentic-coding · claude-code · byhaushalt · llm
17. May 2026

End-to-End with Playwright MCP — Tests That Claude Writes Itself

Article 8 of the series — Markdown spec as E2E test contract: Claude reads the user flow, explores live in the browser via Playwright MCP, finds robust selectors, and writes the Playwright test. Three specs, three tests, three baseline screenshots.
agentic-coding · claude-code · byhaushalt · llm
16. May 2026

MCP Servers — Documentation Lookup in the Editor

Article 7 of the series — two MCP servers, one project configuration: Context7 fetches current library documentation directly into the editor before Claude has to guess. Plus a shadcn/ui migration and a chart-builder skill that calls Context7 deliberately.
agentic-coding · claude-code · byhaushalt · llm
16. May 2026

Worktrees — Building Three Visualizations in Parallel

Article 6 of the series — three worktree branches, three visualizations over the same data model. Treemap, sunburst, and Sankey compared side by side rather than guessed at sequentially. Plus: why the decision in the end was not against two losers, but in favor of a switcher.
agentic-coding · claude-code · byhaushalt · llm
13. May 2026

Subagent-Driven Development — Building a Data Model in Parallel

Article 5 of the series — v0.4 delivers three JSON files, not a data model. A plan file with three tasks and parallel subagents builds schema, normalization, and property-based tests. Plus: what format inconsistency teaches about parallelization.
agentic-coding · claude-code · byhaushalt · llm
12. May 2026

Slash Commands — Automating Repetition Away

Article 4 of the series — three slash commands make the parser repeatable: /parse-epl for any Einzelplan, /check-totals with built-in pytest, /diff-vs-gesamt for comparison against the full budget. Plus: what xfail reveals about parser gaps.
agentic-coding · claude-code · byhaushalt · llm
11. May 2026

Writing Custom Skills — PDF Parser Skill with pytest TDD

Article 3 of the series — the first parser code for byhaushalt takes shape via TDD: a custom skill with trigger description, uv setup, six tests before implementation, and how the sum consistency test catches hallucinations in PDF parsing.
agentic-coding · claude-code · byhaushalt · llm
10. May 2026

Explore Before You Build — Plan Mode with Subagents

Article 2 of the series — before byhaushalt sees its first parser code, Claude Code maps the PDF structure of the Bavarian budget plans. Plan Mode, Explore subagent, and Architecture Decision Records as tools for exploring before implementing.
agentic-coding · claude-code · byhaushalt · llm
10. May 2026

CLAUDE.md as a Briefing

Article 1 of the series — we install Claude Code, set up the byhaushalt repo, write the first memory file, and pin down what the agent has to follow in every session. Plus: permissions, source data, the first day.
agentic-coding · claude-code · byhaushalt · llm
9. May 2026

What Agentic Coding Actually Means

Prologue · Series: Agentic Coding with Claude Code. Anyone reading tech newsletters, conference keynotes, and tool landing pages this year runs into two terms sold with identical promises: Vibe Coding and Agentic Coding. The future of programming, they say.
agentic-coding · claude-code · llm · coding · byhaushalt
3. May 2026

When the Safety-First AI Lab Leaves the Front Door Open

Claude Desktop registers a Native Messaging bridge in seven browser directories without asking — even in browsers that aren't installed. What it means technically, why it violates the ePrivacy Directive, and why Anthropic of all companies is squandering trust here.
llm · claude-code · privacy
24. Apr 2026

GPT-5.5 Reality Check: Benchmarks, Pricing, and What OpenAI Isn't Telling Us

An independent look at GPT-5.5, released April 23, 2026. What the numbers really say, where Claude Opus 4.7 still leads, and why the pricing trajectory should worry developers.
llm · claude-code