TLDR Dev 2026-03-05
Google Workspace CLI 🛠, indexing large codebases 🗄, Wordpress MD support 🖋
Securely indexing large codebases (6 minute read)
Semantic search improves agent performance, but indexing large codebases traditionally takes hours. Cursor addresses this by reusing existing codebase indexes from teammates, using the high similarity often found within an organization's repositories. This secure reuse is enabled by similarity hashes to identify the best index to copy, and Merkle tree-based "content proofs" which make sure users only access code they already possess.
Making Firefox's right-click not suck with about:config (5 minute read)
Firefox's default right-click context menu has 26 options, which can feel cluttered. However, editing the `about:config` settings allows one to disable a large number of these unwanted buttons, such as "Ask an AI Chatbot" or "Copy Text From Image." While these changes reduce the menu to 15 items, several buttons are not removable, like "Bookmark Link" and "Email Image".
Life's too short to hand-write API types: OpenAPI-driven React (23 minute read)
The common problem of React frontend types drifting out of sync with backend APIs can be fixed by a "contract-first" approach. This means making the OpenAPI specification the single source of truth for generating TypeScript types, API clients, and validation schemas automatically using tools like Hey API.
Beyond town halls: Communication strategies for modern leaders (Sponsor)
Atlassian's free webinar shows how modern leaders are using Loom to communicate with their distributed teams more authentically and consistently. Learn how async video helps reinforce strategy, build trust, and reduce turnover by keeping people aligned and informed between live touch points. Covers leadership updates, cross-timezone communication, and change management, plus a free leadership guide for attendees.
Save a spot. CodebuffAI (GitHub Repo)
CodebuffAI is an open-source AI coding assistant that edits codebases with AI. It operates through a multi-agent system, coordinating specialized agents for tasks like file picking, planning, editing, and reviewing to achieve better context understanding and accuracy.
Google Workspace CLI (GitHub Repo)
The Google Workspace CLI provides a unified tool for interacting with all Google Workspace APIs, including Drive, Gmail, and Calendar. Designed for both human users and AI agents, it dynamically builds its command surface by reading Google's Discovery Service, automatically incorporating new API endpoints and methods. For humans, it has features like tab-completion and easy API calls, while for AI agents, it provides structured JSON output and over 100 pre-built agent skills.
Building Next.js for an agentic future (5 minute read)
Vercel has dedicated the past year to improving Next.js's support for AI agents, as these agents previously struggled to "see" browser-side errors and internal framework state. They initially experimented with Vector, an in-browser agent, but sunset it, integrating its core insights on structured visibility and framework-specific knowledge directly into Next.js. This led to the Next.js MCP server instead, which turned out to be a better way for AI agent integration.
Something is afoot in the land of Qwen (5 minute read)
Alibaba's Qwen AI team is experiencing turmoil following the unexpected resignation of its lead researcher, Junyang Lin, reportedly due to an internal reorganization. This departure triggered a wave of resignations from several other key Qwen team members, including core leaders responsible for various model developments. Alibaba's CEO held an emergency meeting as a result.
The most important software engineering news in one daily email
Join 450,000 readers for
one daily email