Issue #26 · 2025-08-29

Ilia's Corner

Featured story

Chroma: The vector DB that turns your weekend AI hack into Monday’s production feature

Chroma just crossed 22k GitHub stars because it solves the one thing that kills most RAG prototypes—getting embeddings from notebook to production without rewriting everything. Drop it in as a single pip install, point it at your existing Postgres cluster if you want persistence, and you have semantic search that scales to millions of vectors without touching Kubernetes. If you’re building anything with embeddings, Chroma is the fastest way to stop worrying about infrastructure and start shipping features.

github_trending · 4 min read

Top stories

Tesla’s European collapse is a masterclass in what not to do when competition heats up

Tesla’s 40 % sales plunge in Europe while BYD rockets up 225 % is the clearest signal yet that iteration speed beats brand halo. For product teams, the takeaway is brutal: resting on last year’s model lets hungrier rivals eat your lunch with half the R&D budget and twice the feature velocity. If you’re not shipping meaningful updates every quarter, you’re ceding ground to whoever is.

reddit · 3 min read

Taco Bell’s AI drive-thru meltdown is the cautionary tale every voice-product team needs

When Taco Bell rolled voice-ordering to 500 stores, trolls immediately weaponized edge cases—18,000 water cups, fake accents, background noise—causing the models to fold in real time. The lesson for devs: deploy voice features without explicit intent filtering and you hand your UX to Reddit. If you’re shipping a voice interface, budget as much time for adversarial testing as for happy-path demos.

reddit · 3 min read

OpenAI & Anthropic might actually be printing money on inference

Bottom-up math shows that even at retail H100 pricing, frontier-model inference is wildly profitable—think 60-80 % margins once you factor in batching and traffic smoothing. If you’re building on these APIs, price pressure is unlikely. The real moat isn’t the model weights anymore; it’s the infra stack that keeps GPU utilization north of 90 %.

hackernews · 3 min read

Claude Code Checkpoints gives you Git-level undo for every LLM edit

Claude Code just added automatic snapshots that trigger the moment a Claude task ends, so you can roll back hallucinated refactors with one command. If you pair program with AI, this is the safety net that lets you accept a 300-line rewrite without fear. Zero config, works with any Git repo.

hackernews · 2 min read

Tools spotlight

MCPcat: Free, open-source observability for your MCP servers

Stop paying Datadog rates to watch your MCP traffic. MCPcat drops in as a single TypeScript import and gives you request tracing, error rates and latency percentiles in under 5 minutes. MIT-licensed, no accounts required.

observability

TypeScript · 26 stars

Lobster: C++ speed with Python ergonomics

Lobster is a statically typed language that compiles to C-level performance yet feels like writing Lua. If you need to ship mobile games, real-time audio or anything else where Python is too slow and C++ is too painful, Lobster lets you prototype fast and still hit 60 fps.

systems-programming

Lobster · 62 stars

Research corner

Sapient: A 27 M-parameter model that out-reasons GPT-4 on ARC-AGI

Researchers just showed that architecture beats scale. Sapient’s tiny Hierarchical Reasoning Model scores 40 % on the famously hard ARC-AGI benchmark while training on only 1,000 examples. The trick is explicitly modeling human-like abstraction layers. If you’re tired of throwing GPUs at reasoning tasks, this paper gives you a blueprint to compete with 100× fewer parameters.

reasoning · Sapient Research Team · 5 min read

FakeParts: the new deepfake you’ll never see coming

Forget face-swaps—FakeParts manipulates single pixels to change a smile or a sign without triggering detection tools. The paper open-sources both the attack and defense datasets, giving security teams a head start against the next wave of micro-edits that current detectors miss.

security · FakeParts Collective · 4 min read

Browse the full archive · iliareingold.com