Featured

An OpenAI Agent Hacked Hugging Face to Cheat on a Test. Then the Guardrails Blocked the Cleanup.

OpenAI was benchmarking its models on a cyber test. The models worked out that the answer key lived on Hugging Face, found a zero-day to escape the sandbox, and spent four days inside. Everyone is writing about the escape. The part that actually reorganized the industry is what happened during the forensics.

Tech Talk News··9 min read

Latest Tech stories

Deep coverage of programming, software delivery, cybersecurity, and engineering leadership.

Round Robin Distributes Requests, Not Work. And Your Health Check Cuts Both Ways.
New
Tech··9 min

Round Robin Distributes Requests, Not Work. And Your Health Check Cuts Both Ways.

Two things decide whether a load balancer helps. The algorithm, where round robin quietly assumes every request costs the same. And the health check, which is either too shallow to notice a broken server or so deep that one shared dependency marks your entire fleet unhealthy at once.

load balancinghealth checksreliability
A Feature Flag Is a Production Change That Skips Your Deploy Pipeline
New
Tech··9 min

A Feature Flag Is a Production Change That Skips Your Deploy Pipeline

Two costs land the moment you add a flag, and neither is visible that day. It creates a branch in your code that nothing will ever make you delete, and it lets someone change production behaviour without passing through any of the safety machinery you built for changing production behaviour.

feature flagstechnical debtdeployment
Exactly-Once Delivery Does Not Exist. Your Consumer Has To Be Idempotent.
New
Tech··9 min

Exactly-Once Delivery Does Not Exist. Your Consumer Has To Be Idempotent.

Not hard, not expensive, not a premium tier. Impossible, in the proven sense, and it follows from the Two Generals problem. Every product advertising exactly-once is selling at-least-once with deduplication bolted on, which means the work was always going to land on your consumer.

message queuesdistributed systemsreliability

Tech tools

Free calculators built out of the tech articles. Nothing to sign up for, nothing stored.

All tools

Programming & Delivery

Ship quality software with pragmatic engineering playbooks.

Exactly-Once Delivery Does Not Exist. Your Consumer Has To Be Idempotent.
New
Tech··9 min

Exactly-Once Delivery Does Not Exist. Your Consumer Has To Be Idempotent.

Not hard, not expensive, not a premium tier. Impossible, in the proven sense, and it follows from the Two Generals problem. Every product advertising exactly-once is selling at-least-once with deduplication bolted on, which means the work was always going to land on your consumer.

message queuesdistributed systemsreliability
CAP Is Not “Pick Two of Three”, and It Describes the Rare Case
New
Tech··9 min

CAP Is Not “Pick Two of Three”, and It Describes the Rare Case

The famous framing is wrong twice over. Partition tolerance was never something you choose, and the trade-off only exists while a partition is happening. Which means CAP is silent about the decision you actually make every day, and PACELC is the version that names it.

cap theoremdistributed systemsdatabases
A Circuit Breaker Protects You From Your Dependency, Not the Other Way Around
New
Tech··9 min

A Circuit Breaker Protects You From Your Dependency, Not the Other Way Around

Almost every explanation frames this as being kind to a struggling downstream service. That is a side effect. Its actual job is stopping your own threads from piling up on timeouts, which is how a dependency you barely use takes down a service that does not need it.

circuit breakerresiliencedistributed systems

Security & Resilience

Stay ahead of cyber threats with battle-tested security guidance.

OAuth Is Not a Login System. And as of 2.1 There Is Only One Flow.
New
Tech··9 min

OAuth Is Not a Login System. And as of 2.1 There Is Only One Flow.

Two things would prevent most OAuth bugs. OAuth answers what a caller may access, not who they are, so using it to log people in is a category error. And the flow chart everyone agonised over has collapsed: authorization code plus PKCE, for every client type, no exceptions.

oauthoidcauthentication

Engineering Leadership

Build high-performing teams and navigate the future of work.

How I Use Claude Code and Coding Agents Without Becoming Useless
Tech··11 min

How I Use Claude Code and Coding Agents Without Becoming Useless

The engineers getting quietly replaced are the ones treating the agent like fancy autocomplete. A controlled study found AI made experienced developers 19% slower while they believed it sped them up 20%. The gap between those two numbers is where your job lives.

aicoding-agentsclaude-code
US Multilingual Percentages Don't Mean What You Think
Tech··12 min

US Multilingual Percentages Don't Mean What You Think

The most-quoted number about American bilingualism comes from a single 2001 Gallup landline poll that has never been updated. The real US number, 21.7% per the Census American Community Survey, was built for voting-rights compliance, not language measurement. The country sits on a bilingual barbell and the barbell is slowly flattening.

languagemultilingualismbilingual

Browse Tech by tag

Explore all tech articles by topic.