
Ben Holmes
@BHolmesDev • 46,541 subscribers
The Whiteboard Guy @warpdotdev
Shorts
Videos

I never use planning mode in Codex. GPT 5.5 loves to research, so I just have a conversation and reach a pseudo-plan in chat. Then, I let it implement, maybe with a /fork beforehand to keep that plan as a revisit-able point. Probably the biggest switch coming from Claude Code
Ben Holmes156,737 views • 3 months ago

I was getting really annoyed with TipTap + Prosemirror, so I decided to give Slate a try. ...Man, where has this library been my whole life 🥹 This bulleted list demo took me weeks to get half-working in TipTap. In slate, it took a couple hours (with Codex's help)
Ben Holmes57,702 views • 4 months ago

Claude and Codex have a /goal skill now. But for goals to work, you need good acceptance criteria. A good process using Matt Pocock's skills: - Use /grill-with-docs to scope out the feature - Use /to-issues to turn your conversation into actionable goals as GitHub issues
Ben Holmes39,550 views • 2 months ago

LLMs have finally stopped recommending React. Nature is healing 🧡
Ben Holmes96,405 views • 9 months ago

Everyone: GitHub Desktop is better! No, VS Code! Me: ...I just use `git add -p`. Walks you through each change, hunk for hunk, and lets you accept with `y`. It’s like a mini code review before you commit. Pair that with dandavison/delta, and you get syntax highlighting too 👀
Ben Holmes116,773 views • 1 year ago

...Am I the only one hand-rolling my PR review agent? It's so easy to do: - Write a /pr-review skill with the formatting you want - Add a GitHub workflow that runs your agent of choice, ideally a different model from your primary agent to find gaps in thinking Done!
Ben Holmes14,322 views • 1 month ago

I made a state management library for React. It's called simple store. Goal: make Zustand way simpler ⭐ - Stores are like atom() in Jotai, so types are inferred - You can select nested values, and use *them* as stores too To understand that last point, watch to the end! 👀
Ben Holmes79,866 views • 9 months ago