Software Brain

Not everyone want their workflows automated like many software developers do.

Software Brain (Decoder / The Verge)

The West Forgot How to Make Things

Ukraine taught us that peace does not last, so letting weapon-building skills atrophy during peace time has a cost.

Will the loss of operational knowledge in software development present similar challenges once the current generation of senior engineers retire (along with their pre-AI taste and implicit knowledge from building things manually)?

The West Forgot How to Make Things

Free models via NVIDIA Build

Copilot can run with BYO models, given they have an OpenAI-compatible endpoint. NVIDIA Build offers several larger open-weight models you can use for free.

From the models I have poked at, GLM-4.7 can code (set to retire soon though), but in practice I ended up running GLM-4.6 (aka BigPickle), which is currently free in OpenCode (and a lot faster). Still, having a rotating buffet of hosted models to experiment with is handy.

I’ve been running some of the biggest open-weight LLMs for free on Nvidia Cloud NVIDIA Build model catalog

Reduced RAG

Interesting perspective: Frontload metadata extraction (potentially via LLM, e.g. sentiment analysis), capture it, query it deterministically, then feed results into the LLM for (nondeterministic but heavily grounded) synthesis.

Reduced RAG

Codegen as compiler

Interesting framing: instead of reviewing every line of generated code, build the surrounding apparatus so the output is constrained and verified, like we do with compilers.

I think that analogy is directionally useful, but only up to a point. Compilers are largely deterministic, or at least rules-based, whereas LLMs are not. So the “trust the process, not the artifact” idea is good, but the process probably needs to be much more defensive than the compiler metaphor suggests.

Codegen as Compiler

.NET agent skills

Nice to see the .NET team publishing a real skills, this is more solid than dnx ilspycmd. There is a dashboard, plugins, and concrete task coverage around things like MSBuild, NuGet, diagnostics and upgrades. Sometimes I worry about context pollution from too many skills though…

dotnet/skills

Coding is dead, but it still smells

Adam Tornhill argues that manual coding is shrinking, but software complexity is not, so the need for builders may well expand rather than contract. “After more than 30 years as a programmer, I no longer code manually. Sometime in October 2025 I went 100% agentic, and I’m not planning on going back.” - my journey has been similar. I worry about skill atrophy, but debugging gnarly issues deep in the code keeps me sharp (I hope!).

Coding Is Dead, but It Still Smells

Passkey sync, sharing and recovery

When I first read it, I thought they were using secure multiparty computation - Passkeys seem to be a great use case for that?

Mark Russinovich on passkey sharing Engineering secure passkey sync in Microsoft Password Manager

Pretext

This is one of those projects that makes the web feel a bit magical again - somebody looked at an annoying primitive and decided to rebuild it properly. I do not do a lot of frontend work, but I remember struggling with Masonry back in the day…

pretext

Chatbots: unsafe at any speed

Non-deterministic systems are hard to make 100% safe, but there are degrees of wrong :-)

Chatbots: Unsafe at Any Speed

More agent sandboxing: Docker Sandbox / sbx

More movement in coding agent sandboxing, which is good. Andrew Lock walks through running agents inside Docker’s sandbox / microVM setup so you can be a bit less terrified when enabling the more autonomous modes.

Running AI agents safely in a microVM using Docker Sandbox

Aspire as runtime for coding agents

This is a genuinely interesting direction: instead of feeding agents ever more markdown context, give them a runtime for the code that can actually manage processes, ports, env vars, logs and feedback loops.

Agentic Dev Aspirations

Building-block economy

Mitchell Hashimoto argues that the winning move is increasingly to build reusable building blocks rather than polished monolith products. That rings true in an agentic world where composition cost keeps dropping.

Building Block Economy

Cybersecurity in the age of instant software

Bruce Schneier sketching what security might look like once software becomes far more disposable and on-demand. Most people seem to agree that frontier models is a long-time benefit for the blue team, but short-term the red team must be having a field day

Cybersecurity in the Age of Instant Software

Quantization

Only skimmed this one, but quantization is an important concept if you want to run large open-weight at reasonable speed on consumer hardware (that much I do know). Some people claim that even “small” models like Qwen3.6-27B-UD-Q6 perform close to frontier-levels, and it would be interesting to try out at various levels of quantization

Quantization