Reading up on ripgrep
4 deep · digging since mar 12
- How I Rebuilt My Development Workstation for Agentic Work
The author rebuilt their development workstation around terminal-native tools like WezTerm, tmux, and Neovim to support agentic workflows with parallel human-agent collaboration across Git worktrees.
- How We Improved Agentic Search
Ranking search results to surface definitions before tests and vendor code improves first-query retrieval and helps coding agents find the right files sooner, while raw speed gains alone barely reduce end-to-end runtime.
- Fast regex search: indexing text for agent tools
Cursor is building local indexes for regular expression search to reduce agent wait times from 15-second ripgrep runs in large monorepos.