TLDR Dev 2026-06-18
Agentic coding for all 🏟, converse more 🗣, building AI-native startups 🛠
How We Made Cloud Browsers 3x Cheaper and Faster (17 minute read)
Browser Use's cloud browsers have been optimized to start quickly, remain isolated, and maintain low costs, now operating at $0.02 per hour with sessions starting in under a second. This was done by using Firecracker for lightweight virtual machines while implementing a control plane for dynamic scaling.
Making budget models punch above their weight with a smart harness (18 minute read)
Dirge is a highly efficient coding harness developed in Rust that improves budget model performance while still having a minimal memory footprint. Unlike traditional harnesses that focus solely on model capabilities, Dirge's supportive framework, with features like error correction, session continuity, and a memory management system help optimize model quality across different contexts.
Agentic coding and persistent returns to expertise (25 minute read)
A clear division of labor exists in agentic coding where humans make the majority of planning decisions while the AI handles technical execution. Success in these tasks depends more on the user's domain expertise than their formal programming skills, allowing professionals in various non-technical fields to get results comparable to those of software engineers. Recent trends show a shift toward complex, end-to-end agentic work and a measurable increase in the estimated economic value of the tasks being completed.
But yak shaving is fun (8 minute read)
Yak shaving refers to the process of engaging in a series of tangential tasks that divert from the original goal, showing how building projects from scratch can lead to unexpected challenges, discoveries, and joy.
The Dialogue Dividend (6 minute read)
Conversations with others often lead to greater problem-solving and understanding than solitary thinking can provide as they introduce a feedback loop that refines thoughts in real-time.
Why does everyone want outcome-based pricing, but only 3.8% of AI companies ship it? (Sponsor)
Lore (GitHub Repo)
Lore is an open source version control system designed for scalability, particularly for projects with large binary assets like games. It has a centralized, content-addressed architecture that allows for efficient data storage and retrieval, with an emphasis on immutable revisions and low-overhead branching.
Introducing eve (12 minute read)
eve is an open-source agent framework that makes building, running, and scaling agents easier by providing built-in production capabilities like durable execution, sandboxed computing, and human-in-the-loop approvals. With a clear structure, agents can be defined through a directory of files that dictate their components, actions, and connections.
Building TREX: Code execution and artifact generation for AI code review (9 minute read)
TREX is a code review tool that integrates code execution with AI-driven testing to identify bugs that may not be apparent in static analysis alone. It uses a multi-agent architecture, where a Greptile reviewer orchestrates specialized TREX agents that run tests in isolated environments, providing artifacts such as screenshots and logs to verify findings.
Brain the Size of a Planet: Are LLMs Thonking too Hard? (26 minute read)
An analysis of various LLMs in triaging security vulnerabilities showed that a council of four LLMs achieved an impressive 86.2% unanimous agreement on findings, while lower reasoning efforts consistently performed poorly. Although higher reasoning generally correlated with better results, there were exceptions where models struggled with complex tasks.
Image compression (35 minute read)
Image compression techniques, including lossy and lossless methods, exploit characteristics of human visual perception to reduce file sizes. Formats like JPEG use a combination of chroma subsampling, discrete cosine transforms, and quantization for compression without noticeable quality loss, while GIF uses indexed color palettes and Lempel-Ziv-Welch algorithms to store limited color data.
The most important software engineering news in one daily email
Join 450,000 readers for
one daily email