jesseduffield
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
My colleague and I have found AI is consistently falling short on the following things. I'd be interested to know whether this is a prompting issue or a model issue (we use claude 4.7): - comments being too verbose, and…
- Always bet on text (2014) (graydon2.dreamwidth.org)
- AI Tinkerbell (jesseduffield.com)
- ChatGPT 6 Is a Jerk (jesseduffield.com)
- AI is stupid, just like me (jesseduffield.com)
- The Future of Redwood Launches Today (community.redwoodjs.com)
- 1M Lazygit downloads, one embarrassment at a time (jesseduffield.com)
- I want my AI to get mad (jesseduffield.com)
- Add More Kafkas (jesseduffield.com)
- If you're out of ideas, build Memeware (jesseduffield.com)
- Don't Let Go (of compile-time knowledge) (jesseduffield.com)
- Lazygit creator interviews DHH (creator of Rails) (jesseduffield.com)
- Stop selling me trichotomies! (jesseduffield.com)
- Life Without the Front Page (jesseduffield.com)
- Lazygit creator interviews 'Uncle' Bob Martin (jesseduffield.com)
- Should open source developers get paid? (blog.codacy.com)
- Hard vs. Soft Line Wrap (martin-ueding.de)
- Lazygit Turns 5: Musings on Git, TUIs, and open source (jesseduffield.com)
-
Reading online I've seen a couple ways that people use git worktrees. One is to create one worktree per branch, where the worktree path is based on the branch name. Another is to have a limited set of worktrees that are…