June 5, 2026
Report summary
6 stories cleared the bar, led by (untitled), (untitled), and (untitled).
Worth attention
(untitled)
Google released Gemma 4 12B, an open-weight multimodal model that handles text, images, audio, and video without a separate encoder. At 12B parameters it's runnable on consumer hardware. Directly relevant if you're running local models via Ollama — expect it on ollama.com shortly.
(untitled)
Uber blew through its 2026 AI tool budget in four months and is now capping Claude Code usage. Simon Willison notes this isn't surprising given budgets were set before agentic coding tools took off. A concrete cost signal: even large companies are finding AI tool spend hard to predict. Worth watching as a solo dev using these tools daily.
(untitled)
Elixir 1.20 ships gradual typing — a major milestone for the language. Types are now checked at compile time with full inference, bringing Elixir closer to languages like TypeScript in developer experience while keeping its dynamic roots. Notable open source release even if you're not an Elixir user.
(untitled)
Builder tested multiple LLMs against a deliberately vulnerable app to see which could find and exploit real security bugs. Practical, reproducible security research with cost data. Relevant to anyone shipping web apps and wondering whether AI-powered security testing is viable.
(untitled)
Vercel CLI now supports `vercel curl --trace` to generate OpenTelemetry traces for any request. Useful debugging tool if you're on Vercel — trace a specific request end-to-end from your terminal.
(untitled)
HuggingFace blog on wiring MCP tools into a physical robot (Reachy Mini). Shows MCP expanding beyond chat and coding into robotics/hardware. Interesting signal for the MCP ecosystem.
Original markdown
# Morning memo — 2026-06-05 **Source failures:** None observed. ## Worth attention - **Gemma 4 12B: A unified, encoder-free multimodal model** — https://blog.google/innovation-and-ai/technology/developers-tools/introducing-gemma-4-12b/ Google released Gemma 4 12B, an open-weight multimodal model that handles text, images, audio, and video without a separate encoder. At 12B parameters it's runnable on consumer hardware. Directly relevant if you're running local models via Ollama — expect it on ollama.com shortly. - **Uber Caps Usage of AI Tools Like Claude Code to Manage Costs** — https://simonwillison.net/2026/Jun/3/uber-caps-usage/#atom-everything Uber blew through its 2026 AI tool budget in four months and is now capping Claude Code usage. Simon Willison notes this isn't surprising given budgets were set before agentic coding tools took off. A concrete cost signal: even large companies are finding AI tool spend hard to predict. Worth watching as a solo dev using these tools daily. - **Elixir v1.20: Now a gradually typed language** — https://elixir-lang.org/blog/2026/06/03/elixir-v1-20-0-released/ Elixir 1.20 ships gradual typing — a major milestone for the language. Types are now checked at compile time with full inference, bringing Elixir closer to languages like TypeScript in developer experience while keeping its dynamic roots. Notable open source release even if you're not an Elixir user. - **I built a vulnerable app and spent $1,500 seeing if LLMs could hack it** — https://kasra.blog/blog/i-spent-1500-seeing-if-llms-could-hack-my-app/ Builder tested multiple LLMs against a deliberately vulnerable app to see which could find and exploit real security bugs. Practical, reproducible security research with cost data. Relevant to anyone shipping web apps and wondering whether AI-powered security testing is viable. - **Trace any Vercel request from the CLI** — https://vercel.com/changelog/trace-any-vercel-request-from-the-cli Vercel CLI now supports `vercel curl --trace` to generate OpenTelemetry traces for any request. Useful debugging tool if you're on Vercel — trace a specific request end-to-end from your terminal. - **Adding MCP Tools to Reachy Mini** — https://huggingface.co/blog/adding-mcp-tools-to-reachy-mini HuggingFace blog on wiring MCP tools into a physical robot (Reachy Mini). Shows MCP expanding beyond chat and coding into robotics/hardware. Interesting signal for the MCP ecosystem.