(no title)
khendron | 8 months ago
I want a pairing partner where I can write a little, they write a little, I write a little, they write a little. You know, an actual collaboration.
khendron | 8 months ago
I want a pairing partner where I can write a little, they write a little, I write a little, they write a little. You know, an actual collaboration.
icedchai|8 months ago
dkersten|8 months ago
(Zed with Claude 4)
Macha|8 months ago
Of course this does artificially inflate the "accept rate" which the AI companies use to claim that it's writing good code, rather than being a "sigh, I'll fix this myself" moment.
searls|8 months ago
psadri|8 months ago
dragonfax|8 months ago
lodovic|8 months ago
carpo|8 months ago
mock-possum|8 months ago
unknown|8 months ago
[deleted]
lomase|8 months ago
Never had any trouble.... and then they lived together happy forever.
tobyhinloopen|8 months ago
If you want an LLM to do something, you have to explain it. Keep a few prompt docs around to load every conversation.
artursapek|8 months ago
Pair programming requires communicating both ways. A human would also lose context if you silently changed their stuff.
haneul|8 months ago
I infrequently tab complete. I type out 80-90% of what is suggested, with some modifications. It does help I can maintain 170 wpm indefinitely on the low-medium end.
Keeping up with the output isn’t much an issue at the moment given the limited typing speed of opus and o3 max. Having gained more familiarity with the workflow, the reading feels easier. Felt too fast at first for sure.
My hot take is that if GitHub copilot is your window into llms, you’re getting the motel experience.
catlifeonmars|8 months ago
I’ve long suspected this; I lean heavily on tab completion from copilot to speed up my coding. Unsurprisingly, it fails to read my mind a large portion of the time.
Thing is, mind reading tab completion is what I actually want in my tooling. It is easier for me to communicate via code rather than prose, and I find the experience of pausing and using natural language to be jarring and distracting.
Writing the code feels like a much more direct form of communicating my intent (in this case to the compiler/interpreter). Maybe I’m just weird; and to be honest I’m afraid to give up my “code first” communication style for programming.
Edit: I think the reason why I find the conversational approach so difficult is that I tend to think as I code. I have fairly strong ADHD and coding gives me appropriate amount of stimulation to do design work.
pbhjpbhj|8 months ago