Channels
Think like everyone else. Think like no one else. A daily social prediction game.
I thought of a cute problem: what is the smallest (size) ./a.out binary I can create? Here are some rules the program should follow: ./a.out must run successfully. $? must deterministically be 0. The binary must be produced by GCC only; no post-processing with objcopy, hex editors, or manual patching. We begin with the simplest program possible: // compiled with gcc empty.c int main() { return 0; } This gives us a file size of 15816 bytes (from stat). Not too shabby, but we will need four of the RAM used in the Apollo guidance computer to fit our binary that does nothing.
Don't get your hopes up.
We have 50,000 registered participants in SSoC 2026. Three hundred projects. Five thousand mentors. The most impactful engineering work we did this season? A hidden admin dashboard that no participant will ever see.
You have seen the posts. The LinkedIn announcement that opens "In a world where", four hundred words long and not one of them the author's. The comment that thanks you for "this incredibly thoughtful piece" and then describes a piece you did not write. The company email so completely handed over to a machine, start to finish, that no human could have read it back without wincing, which is the tell, because plainly no human did. Bad work is not the part that gets to me. Bad work has always been with us. It is that nobody making it appears to feel a thing. Not a wince, not a flicker.
Version Control, Auditability & Compliance for AI Agents
How Stack Overflow accidentally built the perfect dataset for teaching AI to code — and then trained its own replacement. Interactive, sourced, hands-on.
Peptide companies have been doing AI-engine optimization by spamming the biohackers subreddit to manipulate ChatGPT and Google.
Learn how to stay resilient in a difficult job with poor management, shift work, low morale, or constant stress. Seven practical, science-informed strategies to protect your wellbeing, motivation, and sense of control.
We talk with the VendingBench authors on evaling Claudes from Haiku to Mythos, and how they build leading, and lasting, frontier evals from scratch.
US private fusion company Commonwealth Fusion Systems has applied to connect its first ARC fusion power plant to PJM Interconnection, the largest US competitive wholesale electricity market. The plant is expected to start up in the early 2030s.
 ;
A text-based survival and settlement building game. Start with nothing, explore an ancient cave and build your way to survival.
git.sr.ht is being disrupted by aggressive LLM crawlers. An aggressive botnet is scraping git.sr.ht to obtain data to train large language models. It has been able to circumvent the defenses we ordinarily deploy to mitigate these botnets, and as a consequence git.sr.ht is unstable. We have taken some aggressive measures to ensure some service remains available, but for the time being we have disabled a large number of routes for the web service to keep the load managable, which will cause disruptions to ordinary users.
A project reveals AI memory systems' shocking 95% error rate, questioning the tech's reliability. Is it time to rethink the AI revolution?