Tip: I very often use AI for inspiration. In this case, I ended up keeping a lot (not all) of the UI code it made, but I will very often prompt an agent, throw away everything it did, and redo it myself (manually!). I find the "zero to one" stage of creation very difficult and time consuming and AI is excellent at being my muse. This right here is the single biggest win for coding agents. I see and directionally agre…
> This is the part where I simply don't understand the objections people have to coding agents Because I have a coworker who is pushing slop at unsustainable levels, and proclaiming to management how much more productive he is. It’s now even more of a risk to my career to speak up about how awful his PRs are to review (and I’m not the only one on the team who wishes to speak up). The internet is rife with people who…
Vibing a non-trivial Ghostty feature
21–30 of 160 posts
Re: Vibing a non-trivial Ghostty feature
#22It’s not that I don’t know how to implement something, it’s that the agent can do so much of the tedious searching and trial and error that accompanies this ui framework code.
Notice that Mitchell maintains understanding of all the code through the session. It’s because he already understands what he needs to do. This is a far cry from the definition of “vibe coding” I think a lot of people are riding on. There’s no shortcut to becoming an expert.
Loving Ghostty!
Re: Vibing a non-trivial Ghostty feature
#23I really respect Mitchell's response to the OpenAI accident, even if it is seen in positive light for ghostty. Can't think of any software vendor that actively tries to eliminate nag / annoyances (thinking specifically of MS Auto Update), so this is welcome. Also this article shows responsible use of AI when programming; I don't think it fits the original definition of vibe coding that caused hysterics.
Re: Vibing a non-trivial Ghostty feature
#24Re: Vibing a non-trivial Ghostty feature
#25Re: Vibing a non-trivial Ghostty feature
#26Earlier quoted context omitted.
> This is the part where I simply don't understand the objections people have to coding agents Because I have a coworker who is pushing slop at unsustainable levels, and proclaiming to management how much more productive he is. It’s now even more of a risk to my career to speak up about how awful his PRs are to review (and I’m not the only one on the team who wishes to speak up). The internet is rife with people who…
Maybe it's possible to use AI to help review the PRs and claim it's the AI making the PR's hyperproductive?
Done right you should get mostly reasonable code out of the "execution focused peer".
Re: Vibing a non-trivial Ghostty feature
#27Earlier quoted context omitted.
> This is the part where I simply don't understand the objections people have to coding agents Because I have a coworker who is pushing slop at unsustainable levels, and proclaiming to management how much more productive he is. It’s now even more of a risk to my career to speak up about how awful his PRs are to review (and I’m not the only one on the team who wishes to speak up). The internet is rife with people who…
Not sure what to tell you, if there's a problem you have to speak up.
Also, update your resume and get some applications out so you’re not just a victim.
Re: Vibing a non-trivial Ghostty feature
#28Re: Vibing a non-trivial Ghostty feature
#29Earlier quoted context omitted.
My understanding of your argument is: Because agents are good on this one specific axis (which I agree with and use fwiw), there’s no reason to object to them as a whole My argument is: The juice isn’t worth the squeeze. The small win (among others) is not worth the amounts of slop devs now have to deal with.
Sounds like a very poorly managed team.
The ones who spend more time developing their agentic coding as a skillset have gotten much better results.
In our team people are also more willing to respond to feedback because nitpicks and requests to restructure/rearchitect are evaluated on merit instead of how time-consuming or boring they would have been to take on.
Re: Vibing a non-trivial Ghostty feature
#30Tip: I very often use AI for inspiration. In this case, I ended up keeping a lot (not all) of the UI code it made, but I will very often prompt an agent, throw away everything it did, and redo it myself (manually!). I find the "zero to one" stage of creation very difficult and time consuming and AI is excellent at being my muse. This right here is the single biggest win for coding agents. I see and directionally agre…
That's what's valuable to you. For me the zero to one part is the most rewarding and fun part, because that's when the possibilities are near endless, and you get to create something truly original and new. I feel I'd lose a lot of that if I let an AI model prime me into one direction.