The author describes creating EventSourcingDB, a new open-source event store database written in Go. After struggling with existing solutions like EventStoreDB and PostgreSQL for event sourcing, they built a lightweight, HTTP-native event store focused on simplicity and developer experience.
Background
- Event Sourcing is a software pattern that stores state as a sequence of events (an "event log") rather than overwriting a current snapshot. Every change is an append-only event, making the system auditable and debuggable.
- Event Sourcing DB is an open-source database purpose-built for this pattern. It treats the event log as a first-class, queryable data structure, unlike general-purpose databases that bolt on event sourcing as an add-on.
- The title and theme reference Claude, start the reactor (from Marvel's Iron Man) — suggesting the DB can be controlled via natural-language commands given to an AI agent (Claude, Anthropic's LLM).
- The company behind Event Sourcing DB is mainly developer-focused; this blog post signals a vision where developers can interact with their event store conversationally through an LLM, lowering the barrier to using event-sourced architectures.
Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.
The article argues that Claude for Mac is an Electron app because its lead developer, Felix Rieseberg, is a former Microsoft engineer known for porting Slack to Electron and has a professional history strongly tied to the Electron framework.
Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.
Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.