@codetaur Yea I've been wondering. Every time I try claude code it's not as good as codex but there's way more hype for it. Almost no one talks about codex
@thomaschattwill 1) Living an extreme billionaire life style is probably actually a ton of work (like running an org)
2) being around normal people has its own charm
3) he's not that creative, which is fine most people aren't
Just my theory
AI coding has actually increased my enjoyment and satisfaction with my craft.
It's not just that I am purely results oriented (though I don't see that as a bad thing), but rather that the aspects of programming that I most enjoy, are accelerated and amplified in this new paradigm.
People are not distinguishing between "vibe coding" and "vibe engineering". I read every line of code. I design the architecture, the classes, the functions.
The result is that I can build the EXACT same system I would have written by hand, at 10-20x speed.
As I'm building I often desire to continuously refactor. Building tests your assumptions and sometimes you discover that what you REALLY want would require some substantial refactoring.
Traditionally, there would be a massive pull to ignore these more optimal paths in favor of expediency. I can only code for about ~8hrs a day; so you start calculating in your head, "is it worth disassembling this right now and delaying forward progress?".
With vibe engineering, this tradeoff largely disappears. As soon a better path presents itself (pattern / data structure / architecture) I implement it!
The code is, more or less, always in the state I want it in. If it isn't, it's usually just minutes away.
This workflow maintains everything I love about coding. The complex interplay of algorithms, design, data structures. The satisfaction of finding powerful abstractions and using them to build really valuable things that delight users.
I fully recognize that there may be programmers for whom the nuts and bolts of language and syntax provides a sense of mastery. And I feel sorry for them that the market forces are going to devalue this.
But it should also be recognized that this is not a universal. I love vibe engineering because I love design, architecture and algorthims. And I love building products that delight people. There's probably others like me out there.