Reading up on VS Code
19 deep · digging since nov 19, 25
- Iterating faster with TypeScript 7
The VS Code team incrementally adopted TypeScript 7, a Go port of the compiler, achieving 4–7× speedups in builds and editor tooling.
- What are git worktrees, and why should I use them? - The GitHub Blog
Git worktrees let developers work on multiple branches simultaneously without stashing or context-switching, with each branch in its own folder.
- API for Cursor - Cursor Composer in Any Coding Agent
API for Cursor is an open-source macOS app that exposes Cursor's Composer as a local OpenAI-compatible API for use in any coding agent.
- {{IW4QaZoc2}}
Perplexity open-sources Bumblebee, a read-only scanner that checks developer machines for risky packages, extensions, and AI tool configs during supply-chain incidents.
- My Thoughts on AI, Part 2: Agent Setup, Workflow, and Tools
The author details his personal AI development setup and workflow using OpenCode agent, CodeNomad GUI, Opus 4.6 model, and a structured orchestrator-subtask methodology.
- Zed 1.0 | Hacker News
Zed 1.0 launches with mixed feedback: praised for performance but criticized for missing features, Linux issues, and lack of accessibility support.
- How OpenAI Codex Works - ByteByteGo Newsletter
OpenAI's Codex agent relies on an orchestration layer handling prompt assembly, context management, and a custom protocol for multi-surface support.
- Continue local sessions from any device with Remote Control - Claude Code Docs (via @noahzweben)
Claude Code's Remote Control lets users steer a locally-running coding session from any device via claude.ai or the mobile app, with full local filesystem access and outbound-only HTTPS security.
- AI Made Writing Code Easier. It Made Being an Engineer Harder
AI coding tools have shifted the engineer's role from writing code to supervising AI output, making the job harder by removing the craft and automation requires engineers to take on higher-level responsibilities.
- The Coding Agent Is Dead - Amp
Amp is killing its editor extensions for VS Code and Cursor to move to a CLI-only product, arguing new AI models no longer need the hand-holding.
- Unlocking the Codex harness: how we built the App Server
OpenAI introduced the Codex App Server, a bidirectional JSON-RPC protocol that exposes the full Codex agent harness for embedding in IDEs, web apps, and terminal clients.
- GitHub - pierceboggan/primer: Get your repo ready for AI.
AgentRC is an experimental Microsoft tool that measures a repository's AI-readiness and generates contextual instruction files for coding agents.
- After two years of vibecoding, I'm back to writing by hand [video]
After two years of AI-assisted 'vibecoding', a developer explains why he's returning to writing code by hand, emphasizing responsibility and code quality.
- Building docfind: Fast Client-Side Search with Rust and WebAssembly
Docfind uses Rust, WebAssembly, and FSTs to create a compact client-side search engine that runs entirely in the browser, with Copilot accelerating development.
- Craft software that makes people feel something
Software should be crafted to evoke emotion, prioritizing user delight and personal satisfaction over conventional metrics of success.
- Icons in Menus Everywhere – Send Help
A Hacker News discussion challenges the trend of adding icons to every menu item, arguing that inconsistent or abstract icons create visual noise and reduce scannability compared to selective icon use.
- Google Antigravity
Google announced Antigravity, an agentic development platform that extends its AI IDE with multi-agent workspace management, CLI, and SDK.
- Google Antigravity
Google released Antigravity, an agentic IDE and VS Code fork with three surfaces—agent dashboard, editor, and browser extension—for building apps with Gemini models.