Field Notes from a Solo Builder — Shipping the Beloved Claude Code Buddy Into the Wild - Part III
Friday's launch felt good. We posted on LinkedIn, Reddit, the GitHub community threads. The repo was already appearing in Google's AI Overview — organ…
Latest Team Management news from Tech News
Friday's launch felt good. We posted on LinkedIn, Reddit, the GitHub community threads. The repo was already appearing in Google's AI Overview — organ…
On March 18, I logged into my work computer and saw a thread already going. Cursor had made a change that hit our team directly. We were still on a le…
You've heard of MCP (Model Context Protocol). You've maybe even configured one server in Claude Code or Cursor. But the ecosystem has quietly grown fr…
We all do it. Typing the same commands every day, continuously asking Google or a colleague on Slack for the 100th time how that one specific command …
In every dev team I've worked in, the same 2-3 people did all the PR reviews while everyone else stayed quiet. PRs sat unreviewed for days, senior dev…
Linor Repo Report runs six independent analysis engines against any GitHub repo and produces a structural diagnosis: Bus factor risk, churn and instab…
The first time you type /office-hours into Claude Code with GStack installed, something strange happens. The AI stops acting like a helpful coding ass…
Your AI Coding Agent Has No Memory. These 5 Files Fix That. Picture this: two developers on the same team, same repo, same AI coding assistant. One ge…
I was halfway through writing this post when I decided to fact-check myself. Opened ~/.claude/settings.json , expecting three or four hooks I'd forgot…
Essential DevTools Every Go Developer Should Know Go ships with a powerful standard toolchain that many developers underestimate. Beyond writing code,…
You Lost Two Days Last Month and Didn't Even Notice New MacBook. Fresh Linux server. A reinstall you've been putting off. You open Terminal and start …
The context-switch tax If you juggle multiple projects across different clients and stacks, you know the tax. You switch from the billing API to the n…
Full-Proof: Distillery 0.4.0 and the Agent Memory Problem !!! note "Release summary" Distillery 0.4.0 shipped April 19, 2026. It's the release where t…
Part 3 of the AI Coding Tools Deep Dive . Parts 1 and 2 covered every tool and how to run them free. This one asks the question nobody's asking. I've …
I've been shipping features with Claude Code for months now. The velocity is incredible — what used to take days takes an afternoon. But something kep…
Here's a workflow problem that isn't dramatic but adds up: you finish a focused two-hour refactor, stage the changes, and then sit there staring at th…
The MCP ecosystem is moving fast. New gateways, registries, and orchestration layers are popping up every week. But most of them solve only one piece …
When a trust examination asks how the outside world learns about outages and degradation, the answer should read like your runbooks—not like a one-off…
Every developer has faced the dilemma: you want AI to help analyze your code, but shipping proprietary source code to a cloud API feels wrong. What if…
Debugging is not about finding the bug. It is about finding the bug fast. The actual fix is usually one line. Maybe two. The problem is everything bef…
You don't learn how developers think by reading docs. You learn by shipping something, watching it fail, and shipping it again. I've been building 2nd…
We've all been there. You just spent three intense days crafting a highly optimized, beautifully architected new feature. The code is elegant. The tes…