[:: LAMBWIRE ::]

Is AI about craft not speed?

This has potential to be a driving theme of the current LLM-driven revolution. It’s not that the craft of writing will cease to exist because of AI. It’s the nature and process of writing that has changed. You spend less time typing at a keyboard. I imagine this has similar parallels to when people went from typewriters to word processors. You spend more time on the craft of communicating then on the frustrations of pounding out perfect strokes on a typewriter.

This Is How the Every Editorial Team Uses AI ↪
Source: Every · By Every Staff · Published: 2026-02-23

Did engineering managers catch the luckiest of breaks?

Are EMs actually the ones poised to benefit the most from agentic coding? This article makes the case they have all the right skills for the coming AI age after honing their craft managing teams of engineers. Exchange engineers for Claude, Claude, and Claude and it turns out their job is the same.

Coming off a few years of flipping between tech lead and management, I have to agree. Trusting agents with coding is no big deal after you’ve had experience handing the reigns over to your team. What’s more important is the process they (agents or humans) follow. Force agents to jump through the same engineering design hoops (design, plan, implement, review) and the results are impressively good.

Why Your CTO Might Start Coding Again ↪
Source: Dancing with Robots · By Dave Griffith · Published: 2026-12-08

The Tragedy of the Agentic Commons

This article feels like its just laid the groundwork for justifying many of the agentic apps being built. As someone building an app hinging on using “messy text” as the primary input I find this research encouraging.

The Tragedy of the Agentic Commons ↪
Source: Strange Loop Canon · By Rohit Krishnan and Alex Imas · Published: 2026-01-20

Thoughts on Using Linux Instead of Windows

I’m severely tempted to put Windows in the rearview mirror and switch to Linux too. Unfortunately, my Windows install exists purely for playing the one type of game Steam’s Proton can’t run: MMO FPSes like Battlefield.

I spent a year on Linux and forgot to miss Windows ↪
Source: TheVerge · By Stevie Bonifield · Published: 2026-01-15

Adding Ackee Analytics (Because I Was Curious)

My Hugo blog is barely a month old, but I already wondered whether anyone besides bots ever stops by. I didn’t want heavyweight or cookie tracking pop ups, so I spun up Ackee —open‑source, cookie‑free, and small enough to ignore until I need the numbers.

What Actually Happened

Ackee went up on the same box that serves the blog—Node, Mongo, nothing exotic.

Read more →

Keeping It Simple: Automating Hugo with Gitea

So What?
Because life is short and repetitive tasks are dull, here’s a straightforward setup to automatically update my Hugo-based website every time I push changes to Gitea. No glamor, just practical efficiency.


I’ve been using Hugo for this site—it’s simple, fast, and gets out of the way. Gitea hosts my Git repos because it does exactly what’s needed without fuss. Combining these two tools to automate deployments just made sense.

Read more →