TLDR Dev 2026-06-04
Uber caps AI usage ๐ซ, every byte matters ๐พ, containing Claude ๐ฎ
๐งโ๐ป
Articles & Tutorials
Modern Engineering Values (13 minute read)
Software engineering has fundamentally shifted from manual labor to directing AI agents. Success in this new landscape requires implementing strict guardrails, fast feedback loops, and detailed in-repository context to make sure automated tools produce high-quality results. Technical values like strong ownership and refined taste have become more important than ever.
Building apps using TanStack Start (10 minute read)
Lovable switched new projects from client-rendered React/Vite SPAs to server-side-rendered apps built on TanStack Start. The big wins were content-filled HTML on first load for better SEO/crawler visibility, server logic that lives next to the components using it, and injected TanStack-specific rules that teach the AI patterns postdating its training cutoff.
Every byte matters (6 minute read)
Software performance is deeply affected by how data interacts with hardware components like memory tiers and cache lines, going beyond traditional algorithmic complexity. By using a "Struct of Arrays" instead of an "Array of Structs" to tightly pack data, devs can optimize sequential processing and achieve up to thirty times performance improvement by minimizing the size of data structures.
You'll Get Re-Orged Again This Year. Here's How to Be Ready (13 minute read)
Corporate reorganizations are inevitable events that often create uncertainty for employees and managers alike. Rather than wasting energy seeking answers from supervisors who are likely just as uninformed, focus on drafting proactive plans to stabilize critical projects and propose new initiatives.
AI is changing how developer productivity is measured (Sponsor)
The 2025 DORA report, featuring Nathen Harvey (Google Cloud) and Justin Reock (DX), cuts through the 10x AI hype to show what actually moves the needle for engineering teams: realistic AI gains, which metrics now matter (deployment frequency, change failure rate), and why culture and tooling determine whether AI pays off.
Watch on demand โ Gooey (GitHub Repo)
Gooey is a GPU-accelerated, declarative UI framework for the Zig programming language that targets macOS, Linux, and web browsers using native platform libraries like Metal, Vulkan, and WebGPU. It is built with zero external Zig dependencies and has high-performance elements like virtualized lists and async I/O.
Mnemo (GitHub Repo)
Mnemo is a local-first AI memory layer that uses a structured knowledge graph in a local SQLite database to provide LLMs with persistent, retrievable knowledge and automated context injection.
Announcing Angular v22 (22 minute read)
Angular v22 has officially launched, transitioning several major features like Signal Forms, Angular Aria, and Asynchronous Reactivity APIs to production-ready stable status. This release helps with the integration of AI-native development by introducing agentic tooling, specialized coding skills for AI assistants, and experimental support for WebMCP.
How we contain Claude across products (23 minute read)
Securing AI agents requires multi-layered defenses, using sandboxes and virtual machines to contain their "blast radius" more reliably than human supervision alone. Successful deployment depends on combining these environmental limits with strict egress controls and model training to prevent unauthorized data exfiltration or autonomous behaviors.
A Functional Taxonomy of World Models (13 minute read)
World models represent a shift in AI from processing text to understanding the statistical structure of space, time, and physical laws. This taxonomy identifies three core components: renderers that produce visual observations, simulators that maintain physical state, and planners that generate actions. Simulation acts as the bridge between these functions.
InsForge [GitHub Repo]: open source backend for agentic engineering (Sponsor)
InsForge is the open-source backend infrastructure coding agents run themselves: database, auth, storage, compute, hosting, and an AI gateway, all in one platform.
Check out the repo โ
Uber Caps Usage of AI Tools Like Claude Code to Manage Costs (3 minute read)
Uber has implemented a $1,500 monthly spending cap per AI coding tool for each employee to manage costs after rapidly exceeding its initial budget for the technology.
AI Agents Are the New Insiders (12 minute read)
Autonomous AI agents now function as non-human insider threats.
Introducing Gemma 4 12B: a unified, encoder-free multimodal model (5 minute read)
Gemma 4 12B is a unified, encoder-free multimodal model designed to provide high-performance reasoning and native audio processing directly on consumer laptops with limited memory.
Sandboxed (GitHub Repo)
Sandboxed is an open-source, self-hosted engine for building AI application platforms that provides isolated Docker environments, integrated coding agents, and automated live preview URLs through a single-command setup.
The most important software engineering news in one daily email
Join 450,000 readers for
one daily email