
Ethan Pogrebizsky
54 posts



I suspect the IDE will be making a comeback over the next 6 months as people realize that you can get away without reading every line of code, but you better be reading every line of markdown Surprised more IDEs haven't focused on being the absolute best place to edit markdown









@nummanali tmux grids are awesome, but i feel a need to have a proper "agent command center" IDE for teams of them, which I could maximize per monitor. E.g. I want to see/hide toggle them, see if any are idle, pop open related tools (e.g. terminal), stats (usage), etc.

This is a way, WAY bigger deal than you think.




find every inefficiency in your Claude workflow with one prompt it finds where you're wasting time, where your prompts could be sharper, what patterns are slowing you down. copy the prompt below (bookmark to save it for later): ----- Scrape all of my Claude session on this computer. Analyze my usage patterns and give me a breakdown of: - What I do most frequently - What should become skills (reusable workflows/knowledge) - What should become plugins (standalone tools) - What should become agents (autonomous subagents) - What belongs in CLAUDE. md (project-level instructions) ---- takes 2 minutes to run. saves hours of inefficient back and forth.




/loop 5m make sure this PR passes CI While loops for agents have dropped! code.claude.com/docs/en/schedu…



Released today: /loop /loop is a powerful new way to schedule recurring tasks, for up to 3 days at a time eg. “/loop babysit all my PRs. Auto-fix build issues and when comments come in, use a worktree agent to fix them” eg. “/loop every morning use the Slack MCP to give me a summary of top posts I was tagged in” Let us know what you think!



Ghostty 1.3 is going to have a preview of AppleScript support. All windows, tabs, splits, terminals are exposed via AppleScript. For macOS users, this satisfies some of the most common requests: broadcast commands, automatic layouts, jump to working directory, etc. PR here: github.com/ghostty-org/gh… I also think this is an incredibly important feature to ship early/now so agentic tools like Claude and Codex can take advantage of a scriptable Ghostty on macOS. I still plan on a generic cross-platform scripting/plugin API (two separate things), but integrating with native features like AppleScript is entirely in scope of the Ghostty mission and like our Shortcuts integration it importantly lets you connect multiple sources since AppleScript can control multiple applications from one script. Note I normally don't ship features so down to the wire with a release, but this one is very isolated in its impact and I'm going to explicit document it in the release notes and website as a preview since I fully expect we're going to iterate a lot on the objects and commands exposed. From a security perspective, Apple already prompts for permission to control different applications so we're covered, but there is a master kill switch you can put in the config, too.






