Tech

Thoughts, breakdowns, and deep dives on the technical world.

Essay · Computer Science

The Elegance of Alpha-Beta Pruning

How a deceptively simple optimization turns an exponential search problem into something a chess engine can actually solve in real time — and what it reveals about the nature of game trees.

Read More

Analysis · AI & ML

When Machine Learning Fails Quietly

The most dangerous ML failures aren't crashes — they're silent degradations. Exploring the evaluation gaps that let broken models ship to production undetected.

Read More

News · AI & Identity

World ID Wants to Put a Human Behind Every AI Agent

As AI agents flood the web, identity startup World is launching a "proof of human" kit so bots can prove they're acting on behalf of a real person — using iris scans.

Read More

News · Security

Invisible Unicode Code Is Being Used to Hide Malware in GitHub Packages

Attackers are embedding malicious payloads in npm packages using Unicode characters invisible to the human eye — and to most code review tools. 151 packages hit GitHub in two weeks.

Read More

Research · Machine Learning

Think First, Diffuse Fast: Supercharging Diffusion LLMs with Autoregressive Plans

A new training-free method prepends a short plan from an AR model to a diffusion language model — boosting GSM8K accuracy by 11.6 points and matching LLaMA 3.1 8B performance.

Read More

Research · AI & Law

Who's to Blame When AI Causes Harm? New Study Probes Human Intuitions

arXiv researchers find that people assign more causal blame to AI as its autonomy increases — but consistently rate humans as more causal than machines doing the same action, even when both cause identical outcomes.

Read More