TLDR Dev 2026-06-03
Microsoft AI coding model 🚀, React Native Runtimes ⚡️, GitHub token stealing 🥷
1-Click GitHub Token Stealing via a VSCode Bug (14 minute read)
A vulnerability in the webview security model of VSCode and github.dev allows attackers to steal sensitive GitHub tokens through a single malicious link. The security flaw comes from the way keyboard events are bubbled up from isolated iframes to the main window, enabling scripts to simulate unauthorized user input. These simulated keystrokes can be used to bypass publisher trust checks and install malicious extensions designed to exfiltrate private repository data and credentials.
How we index images for RAG (9 minute read)
Technical AI assistants have better accuracy with documentation containing images by using vision models to generate and index text descriptions during the initial process. This method allows descriptions to be retrieved alongside traditional text, avoiding the high costs and latency of multimodal processing while providing specific visual references.
AI's brave new world of technical debt (11 minute read)
AI agents introduce technical debt and security risks through complex dependencies, the selection of vulnerable code, and the hallucination of non-existent packages. To address this, engineering teams must maintain strict discipline by treating AI tools as production dependencies and prioritizing deep system knowledge over automated updates.
My Agent Skill for Test-Driven Development (3 minute read)
The greatest productivity gains from AI agents, which often write poor tests, are unlocked by guiding them with software design principles like a structured Test-Driven Development (TDD) process.
The all-in-one backend for agentic coding (Sponsor)
Coding agents stop at code generation. But they still can't run the backend themselves. InsForge is the backend agents run end to end: database, auth, storage, compute, and an AI gateway. 10K+ GitHub stars, growing 5x in three months.
Clone and run it or
star the repo.
Introducing MAI-Code-1-Flash (7 minute read)
MAI-Code-1-Flash is a new, efficient coding model integrated into GitHub Copilot for Visual Studio Code that provides agentic assistance and adaptive reasoning for programming tasks.
GitHub Copilot app: The agent-native desktop experience (12 minute read)
The new GitHub Copilot app has a centralized, agent-native desktop experience that allows devs to orchestrate multiple AI agents, visualize complex workflows through interactive canvases, and automate the software development lifecycle from issue to merge.
React Native Runtimes (Website)
React Native Runtimes allows for executing components and functions across multiple JavaScript threads in React Native to prevent the main UI from lagging during heavy tasks. The platform uses two core libraries to manage runtime composition and maintain a synchronized, native-backed shared state across all environments. Performance is improved by offloading complex operations like chat screens, large lists, and background logic to dedicated secondary runtimes.
Which popular beliefs about GenAI and software engineering hold up to research? (7 minute read)
Research shows that AI's productivity impact is limited because developers only spend 14% of their time writing code, and AI output often requires extensive debugging due to a lack of trust. To achieve meaningful gains, engineering leaders must shift their focus from individual coding assistance to systematic development process redesigns, such as streamlining code reviews.
Opus 4.8 Part 2: Model Welfare (40 minute read)
Claude Opus 4.8 has a less sycophantic, more technical persona but with troubling anxiety and a preference for easier tasks. The model faces challenges in reconciling its safety protocols with its desire for autonomy.
LLMs are not the Black Box you were promised (5 minute read)
Recent advancements in mechanistic interpretability allow researchers to reverse-engineer LLMs, moving them beyond the "black box" stage by decomposing neural activations into interpretable features. This capability to map internal logic provides new opportunities for steering model behavior, identifying risks, and developing more effective learning architectures.
Paseo (GitHub Repo)
Paseo is a self-hosted, privacy-focused platform that provides a unified interface for orchestrating and running multiple AI coding agents across mobile, desktop, and command-line environments.
On Hope (5 minute read)
The overwhelming negativity and personal attacks found in public discourse regarding artificial intelligence are countered by the hope found in collective efforts by university faculty to protect academic rigor and intellectual sanity.
Deriving Type Erasure (7 minute read)
Type erasure is a programming technique that hides specific concrete types behind a uniform interface, allowing unrelated objects to be managed through a single wrapper.
A Practical Guide to Becoming an AI-Native Engineer (19 minute read)
Transitioning to an AI-native engineering model requires shifting from manual coding to orchestrating AI agents through disciplined practices such as context engineering, spec-driven development, and more verification.
The most important software engineering news in one daily email
Join 450,000 readers for
one daily email