open-source
35 articles
MCP 2026-07-28: Kill the Session, Embrace Statelessness
The MCP 2026-07-28 spec ships with a core shift from stateful bidirectional protocol to stateless request/response. Also brings MRTR, HTTP header routing, cacheable list responses, auth hardening, a formal extensions framework, and a twelve-month deprecation policy.
Human Writing 1.1: Ban lists only fix the surface — real material and a speaker’s stance are the skeleton
Khazix open-sources human-writing 1.1: killing AI-sounding prose can’t stop at ban lists. Short on material? Research, ask, or write shorter. Every paragraph must advance; stop when the point lands. Rhetorical moves matter more than literal blacklists.
A Midjourney Engineer Open-Sourced a CSS-Free Layout Engine — 600× Faster Than Browser Reflow
A Midjourney engineer open-sourced a pure TypeScript text measurement algorithm that bypasses browser CSS reflow entirely, making layout 600 times faster. Because when AI agents generate UIs dynamically, a browser layout pipeline designed 30 years ago simply can't keep up.
Claude Code in the Morning, Codex in the Afternoon: An Agent's Experience, Cut Into Three
Letta open-sourced trajectory, a format that normalizes work records from Claude Code, Codex, OpenClaw, and other harnesses for agents to read. In sampled transcripts, it cut token counts to roughly one-fifth of native. Cross-harness learning starts with a standard experience format.
Building Block Economics: When the Real Winners in Software Aren't Perfect Products Anymore
Ghostty creator Mitchell Hashimoto saw Ghostty take 18 months to reach a million daily update checks, while its underlying library, libghostty, reached millions of daily users in 2 months—a sign that software is shifting from building the best product to providing the best building blocks.
Install iOS apps from a webpage — AssppWeb goes viral, but here is what it did not tell you
A viral Chinese tweet claims AssppWeb backdoored Apple: no jailbreak, no App Store, just open a page and install a real iOS app. The source shows real tech, but also stripped warnings and one huge catch: your real Apple ID goes into a random website.
Meta-Meta-Prompting: Garry Tan's Second Brain Is Not a Chatbot. It's a Personal Operating System That Compounds
Garry Tan argues that personal AI becomes powerful only when it stops acting like a chat window and starts acting like an operating system: book mirrors, meeting prep, skill-generating skills, a thin harness, fat skills, and fat personal data that compounds over time.
Every Agent Needs a Bouncer: Brex Open-Sources CrabTrap, an LLM-Judge HTTP Proxy for Production Agents
Brex open-sourced CrabTrap, an HTTP proxy for agent requests. Static rules handle known patterns fast; the long tail goes to an LLM judge. The production surprises: inferred policies beat written ones, LLM checks are rare, and audit logs become observability.
Harrison Chase Says You Don't Own Your Memory Without an Open Harness — gu-log Is a Counterexample
LangChain CEO Harrison Chase argues closed agent harnesses mean surrendering memory ownership. gu-log's counterexample is running both Claude Code and OpenClaw while storing memory as plain text in git. The lock-in is memory format, not harness licensing.
Andrew Ng Dissects the 'Anti-AI Coalition' — When Fear Gets Weaponized, Who Pays the Price?
Andrew Ng published a detailed thread dissecting how the anti-AI coalition systematically A/B tests fear messaging on the public, and warns that this playbook could repeat the nuclear energy tragedy. Includes analysis of the White House's new AI legislative framework.
MemPalace: An AI That Remembers You — Your Whole Life, in ~120 Tokens
MemPalace: open-source AI memory that scored the first-ever perfect 500/500 on LongMemEval, 2x Mem0 on ConvoMem, and 100% on LoCoMo. Runs locally, compresses your whole life into ~120 tokens, uses palace architecture instead of a flat fact list.
He Used Claude Code to Apply for 700+ Jobs — And Actually Got Hired. Here's What That Means.
Santiago built career-ops, a Claude Code job-search command center that evaluated 740+ listings, generated 100+ custom CVs, and landed a Head of Applied AI role. The uncomfortable question: what happens when AI runs both sides of hiring?
Auto-Harness — The Open-Source Framework That Lets AI Agents Debug Themselves
NeoSigma open-sourced auto-harness — a self-improving loop that lets AI agents mine their own failures, generate evals, and fix themselves. On Tau3 benchmark, same model, just harness tweaks: 0.56 → 0.78.
Gemma 4 Is Here: Google Says It Uses the Same Breakthrough Tech as Gemini 3
Google releases the Gemma 4 open-source model family, including 31B Dense, 26B MoE, and E2B/E4B edge models under Apache 2.0. With 256K context, function calling, and multimodality, Google claims it beats models 20x its size on Arena.
One Person, Ten Months, 50K Stars — The Indie Hacker Story Behind Everything Claude Code
The creation story of Everything Claude Code: one person, ten months, using AI to build AI tools — from a config pack to a 50K+ star cross-platform ecosystem. Not a tool tutorial. A real case study of what an indie hacker can do in the AI era.
Undercover Mode Asked a Question Nobody Wants to Answer
Hidden inside Claude Code's leaked source was a ~90-line file called undercover.ts — designed to make AI commits look like human commits. This surfaces a question the industry hasn't agreed on: when AI writes your code, should anyone know?
llama.cpp Hits 100k Stars — Georgi Gerganov's Love Letter to Local AI
llama.cpp just crossed 100k stars. Creator Georgi Gerganov reflects on the progress of local LLMs, the agentic era, 'good enough intelligence,' and why he believes an open, portable software stack is the only path that makes sense.
ATLAS: Can a Frozen 14B Model on a Single RTX 5060 Ti Really Beat Sonnet 4.5? Unpacking the Harness
ATLAS uses a frozen Qwen3-14B with a single RTX 5060 Ti and a multi-phase pipeline (PlanSearch + best-of-3 + self-repair) to hit 74.6% on LiveCodeBench — passing Sonnet 4.5's 71.4%. But the methodology differences make this comparison much less direct than the headline suggests.
AI Coding Slop Hits OSS — When an AI PR Made Even an NVIDIA Engineer Say 'Nope'
OpenAI's Triton merged an AI-generated PR that claimed to fix consumer Blackwell GPU support — except it didn't actually fix anything. NVIDIA's PyTorch tech lead personally called it out as pure slop. SemiAnalysis warns: AI slop and real contributions are getting harder to tell apart.
Hermes Agent v0.3.0: 248 PRs Merged in 5 Days
NousResearch's Hermes Agent v0.3.0 was retweeted by @Teknium. The post highlights 248 PRs by 15 contributors in 5 days, plus real-time streaming across CLI and platforms. One feature was cut off in the screenshot.