DEV Community

Cover image for Clinejection Strikes, Agents Multiply, Node.js Slims Down
Adam
Adam

Posted on

Clinejection Strikes, Agents Multiply, Node.js Slims Down

Gergely Orosz surveyed 900+ engineers and the verdict for 2026 is in: Claude Code dominates, staff+ engineers are the biggest AI adopters, and leaders are considerably more optimistic about AI than the engineers who actually have to work with it every day. Shocking, we know.

On the agents front: Manuel Schipper runs 4–8 parallel coding agents with nothing but tmux and Markdown specs — just bash aliases, slash commands, and the confidence of someone who refuses to overcomplicate things. Meanwhile, Addy Osmani wrote the missing manual for AI agent specs, and Superset packages the whole idea into one IDE where you can command an army of Claude Code and Codex agents simultaneously.

Also in this issue: Ankit Jain declares that code reviews are next on AI's hit list — human-written code fell in 2025, code reviews fall in 2026. Matheus Lima raises the uncomfortable point that nobody gets promoted for simplicity, which explains a lot about why engineering teams keep suffering quietly. Matteo Collina reveals a V8 trick that cuts Node.js memory in half (your production servers will thank you), and a poisoned npm package disguised as Cline silently compromised 4,000 developer machines via a malicious GitHub issue title — the kind of supply chain attack that makes you want to audit everything. Patreon spent seven years migrating 11,000 files to TypeScript, which is either inspiring or terrifying depending on where you are in your own migration.

Tools rounding out the week: Google's official Workspace CLI puts Drive, Gmail, Calendar, Sheets, Docs, and Chat under one command, VMPrint generates bit-perfect PDFs in pure TypeScript (no headless Chrome required!), and 8bitcn/ui brings shadcn/ui into the 8-bit pixel art era for those who want accessible components with retro personality.

Enjoy!

Signup here for the newsletter to get the weekly digest right into your inbox.

Find the 12 highlighted links of weeklyfoo #127:


AI Tooling for Software Engineers in 2026

by Gergely Orosz, Elin Nilsson

Claude Code dominates tool usage, leaders are more positive about AI than engineers, staff+ engineers are the biggest users of AI agents, and more. Exclusive data and analysis from 900+ respondents

🚀 Read it!, ai, report


How I run 4–8 parallel coding agents with tmux and Markdown specs

by Manuel Schipper

I’ve been running parallel coding agents with a lightweight setup for a few months now with tmux, Markdown files, bash aliases, and six slash commands.

📰 Good to know, engineering, ai


How to write a good spec for AI agents

by Addy Osmani

How to structure, plan, and iterate for high-performance coding agents

📰 Good to know, ai, engineering


How to Kill the Code Review

by Ankit Jain

Human-written code died in 2025. Code reviews will die in 2026.

📰 Good to know, ai, engineering, quality


Nobody Gets Promoted for Simplicity

by Matheus Lima

I think there’s something quietly screwing up a lot of engineering teams.

📰 Good to know, engineering, leadership


We cut Node.js' Memory in half

by Matteo Collina

V8, the C++ engine under the proverbial hood of JavaScript, includes a feature many Node.js developers aren’t familiar with.

📰 Good to know, nodejs, performance


A GitHub Issue Title Compromised 4,000 Developer Machines

by Grith AI

On February 17, 2026, someone published cline@2.3.0 to npm.

📰 Good to know, cline, npm, security


Seven Years to TypeScript

by Patreon

Migrating 11,000 Files at Patreon

📰 Good to know, typescript, migration


Superset

by superset.sh

IDE for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine

🧰 Tools, agents, ai, terminal


Google Workspace CLI

by Google

One command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service.

🧰 Tools, google, cli


VMPrint

by Cosmic Iron

A pure-JS, tiny typesetting engine with bit-perfect PDF output on everything—from Cloudflare Workers to the browser. No more Headless Chrome to just print text. AND -- try the static demos on the home page below and see for yourself.

🧰 Tools, typescript, pdf


8bitcn/ui

by OrcDev

A set of retro-designed, accessible components and a code distribution platform. Open Source. Open Code.

🧰 Tools, ui, retro


Want to read more? Check out the full article here.

To sign up for the weekly newsletter, visit weeklyfoo.com.

Top comments (0)