Browsing Tag
devtools
17 posts
The Evolving Agent: How Jean2 Learns Across Sessions
I’ve been coding with AI agents for about two years. Every major one. Cursor, Copilot, Codex, OpenCode. They’re…
Clioloop: The Open-Source AI Agent That Thinks in Teams
The Problem Most AI assistants give you one model’s answer. If it’s wrong, you catch it or you…
Hyperpb Parser Matches Generated Code Speed
This week’s tooling news splits cleanly between performance and compliance: a Go Protobuf parser that closes the gap…
Your agents are isolated. Your shared state isn’t.
I ran three agents on a deploy, each in its own isolated git worktree. None of them could…
Long-running agents need more than memory
Anthropic’s managed-agent harness solves one hard problem: continuity. Progress logs, feature lists, git checkpoints, and startup scripts give…
nylas init — Guided setup wizard for first-time Nylas CLI users
First time with the Nylas CLI? nylas init is where everything starts. The nylas init command walks you…
5 Markdown Files That Tame Non-Deterministic AI in Your Engineering Org
Your AI Coding Agent Has No Memory. These 5 Files Fix That. Picture this: two developers on the…
Your Claude Code Settings Will Die With Your Machine
I’ve been using Claude Code heavily for a few months. Skills, custom rules, MCP configs, memories across a…
I rewrote my Cursor linter into a full diagnostic tool (and added auto-fix)
cursor-lint started as a thing I built because my own .mdc rules kept silently breaking. Missing frontmatter, bad…
Building a Fully Automated SonarCloud Pipeline Using Claude’s MCP
Day X of solving real-world problems with Claude Code I wanted SonarCloud code quality reports without constantly switching…