“I've learned a lot about using a tool like this but the biggest result is that development has lost its joy. There were no challenges, there were no puzzles, no hurdles to overcome. The biggest lesson is that software development is now about the destination not the journey, the journey is for the agent. If that's the case then the joy now has to be thinking about what is possible. I have built features into this site that I never would have on my own.”
I really appreciate these words. I am not a professional developer, and my code to this point has been limited to VBA and writing excel formulas (if that’s even coding).
I’ve recently started work on a full-blown Mac App. I’ve had the idea for years, but never the expertise. It’s not something I’d ever pay someone for either, mainly because it would be expensive and I don’t know if there’s a market for it. But I got a Pro subscription, fired up Xcode and got to work. Within minutes I had a proof of concept. Less than a month later, and I’ve got what I consider to be a nearly finished app with more features than I’d ever considered.
In the interim, I’ve also vibe-coded up two quick single-page web tools to my (and my wife’s) specifications. Things that I could describe, but would have taken me so much time to learn and build that I just wouldn’t have bothered.
I have two issues with AI coding. The first is how giant trillion dollar companies are profiting off the accumulated labour of mostly open source developers who mostly offered their work for free. Open source had this pattern too but there was a kind of give and take that is not present here. The other is the atrophying of my own skills. That’s one of the reasons I don’t use it for my side projects since it’s become a requirement in my day job and I don’t want to forget how to code.
This creates a grey area for things like a personal blog. If you’re not trying to maintain skills, yeah I wish we could avoid supporting these companies, but I can’t be a hypocrite seeing as I have to use them for work, and I use my provided account as a personal tutor to learn cool stuff.
I always feel bad and guilty when coding with ai support or with an agent. This is the new way and things can be done that seemed impossible but I always have a bad feeling
I always feel bad and guilty when coding with emacs, giving me such an unfair advantage over people using vi. This is the old way and things can be done that seemed impossible but I always have a bad feeling for vi users.
Your mission is not to build software, it's to share your collection of cool typewriters with the world. And your AI built website helps you do that! It shares your YT channel, and now I know a bit more about typewriters. Thank you for building your site with AI and for building your collection with passion. Do you have a typewriter room somewhere?
I think you missed the message of the post -- sure, the typewriters are ostensibly the objective of the website, but there was a separate, interesting challenge that he enjoyed for, you know, human reasons: it's fun to learn new things and apply what you learned. In this case, it's software development, but it could easily be learning how to fix a car, how to cook a certain cuisine, how to play an instrument.
Sure, the mission is the end goal: having a fixed car, a completed meal, a sonata you can rehearse. These are all good for you, the viewer, to admire. But that's not where the enjoyment comes from for the creator. It's completely empty satisfaction.
the real risk with an ai built personal blog isn't getting hacked, it's what happens when something breaks and you have no mental model of the code to even know where to look
By construction, a personal blog is very likely to break unexpectedly compared to other types of vibecoded projects because a) the scope is very narrow and b) there is only one user.
Lol fixing a bug in a simple personal blog is WAY above the paygrade of latest Claude/OAI models.
It will literally one shot fix any bug that is ever found in such simple application.
The agent is your mental model. As someone who held pride in his ability to dive into unknown codebases and quickly figure out how they tick, Agents just do it more efficiently. Even if I have to follow up on what the agent finds, it's so much faster and efficient to have an agent in the mix.
I recently redesigned my own blog (https://minimaxir.com) during some experiments into how well modern LLMs can be conditioned into not outputting the stereotypical telltale designs of web vibecoded slop; it worked well enough (although more difficult than expected) and "how to design a website using agents that doesn't look like an agent made it" might be a fun topic for a blog post as there were a few gotchas.
The main reason I did the redesign is because my blog was running Hugo + PaperMod theme, which is becoming too popular and it makes blogs no longer stand out. There were also a few features/shortcodes I wanted added (better video support, better sidenote support, etc) that give me more tools for blogging.
You know how we used to have little badges on sites like "built with react" or occasionally Wysiwyg editors?
Why not just have that at the bottom for whatever agent you used. That would give a good picture of the state of the art of agents and tooling and devs could show off their set up in a standard way.
> To be clear, none of the content, but the site engine itself is all AI built.
Feels a bit odd to apologise for this. I mean the only downside is you might get hacked if you don't understand your code or what it might be missing, but it's a personal blog, so I don't really see what real damage this would do or why you'd have to apologise for trying something out, whatever tools you use.
If you'd used AI to generate the content that would be a different matter, and is what people complain about as it is killing the internet. Instagram for example is now completely infested with AI generated slop, posting huge dollops of slop under videos that nobody ever reads.
> I don't really see what damage this would do or why you'd have to apologise.
FTFA:
> I didn't learn these libraries. Hell I barely know which libraries I've built on top of! Open source development used to run on attribution, how can I attribute what I barely know I've consumed?! Why would those developers continue to work on these projects when they now go even more unappreciated than they used to be?! I assume many have stopped.
> And those are just the libraries. The code it is generating is synthesized from being trained on code they have sucked out of the public (and perhaps not so public) internet. Code like my own from my own Github page and many many others, all without attribution or compensation. I could have paid someone to build it, freelance software development used to be a thing, but I didn't. I bet that market is pretty dry these days.
Your question seems disengenuous, and it’s not clear you read the post. But I would reckon many of us are having very similar experiences with how our daily activities are shaking out. The author’s story likely resonates with many devs here, who lament the loss of what many of them found interesting or compelling about the work they did.
“I've learned a lot about using a tool like this but the biggest result is that development has lost its joy. There were no challenges, there were no puzzles, no hurdles to overcome. The biggest lesson is that software development is now about the destination not the journey, the journey is for the agent. If that's the case then the joy now has to be thinking about what is possible. I have built features into this site that I never would have on my own.”
I really appreciate these words. I am not a professional developer, and my code to this point has been limited to VBA and writing excel formulas (if that’s even coding).
I’ve recently started work on a full-blown Mac App. I’ve had the idea for years, but never the expertise. It’s not something I’d ever pay someone for either, mainly because it would be expensive and I don’t know if there’s a market for it. But I got a Pro subscription, fired up Xcode and got to work. Within minutes I had a proof of concept. Less than a month later, and I’ve got what I consider to be a nearly finished app with more features than I’d ever considered.
In the interim, I’ve also vibe-coded up two quick single-page web tools to my (and my wife’s) specifications. Things that I could describe, but would have taken me so much time to learn and build that I just wouldn’t have bothered.
I have two issues with AI coding. The first is how giant trillion dollar companies are profiting off the accumulated labour of mostly open source developers who mostly offered their work for free. Open source had this pattern too but there was a kind of give and take that is not present here. The other is the atrophying of my own skills. That’s one of the reasons I don’t use it for my side projects since it’s become a requirement in my day job and I don’t want to forget how to code.
This creates a grey area for things like a personal blog. If you’re not trying to maintain skills, yeah I wish we could avoid supporting these companies, but I can’t be a hypocrite seeing as I have to use them for work, and I use my provided account as a personal tutor to learn cool stuff.
I always feel bad and guilty when coding with ai support or with an agent. This is the new way and things can be done that seemed impossible but I always have a bad feeling
I always feel bad and guilty when coding with emacs, giving me such an unfair advantage over people using vi. This is the old way and things can be done that seemed impossible but I always have a bad feeling for vi users.
And, bit by bit, humans start to lose.
Your mission is not to build software, it's to share your collection of cool typewriters with the world. And your AI built website helps you do that! It shares your YT channel, and now I know a bit more about typewriters. Thank you for building your site with AI and for building your collection with passion. Do you have a typewriter room somewhere?
I think you missed the message of the post -- sure, the typewriters are ostensibly the objective of the website, but there was a separate, interesting challenge that he enjoyed for, you know, human reasons: it's fun to learn new things and apply what you learned. In this case, it's software development, but it could easily be learning how to fix a car, how to cook a certain cuisine, how to play an instrument.
Sure, the mission is the end goal: having a fixed car, a completed meal, a sonata you can rehearse. These are all good for you, the viewer, to admire. But that's not where the enjoyment comes from for the creator. It's completely empty satisfaction.
the real risk with an ai built personal blog isn't getting hacked, it's what happens when something breaks and you have no mental model of the code to even know where to look
By construction, a personal blog is very likely to break unexpectedly compared to other types of vibecoded projects because a) the scope is very narrow and b) there is only one user.
Lol fixing a bug in a simple personal blog is WAY above the paygrade of latest Claude/OAI models. It will literally one shot fix any bug that is ever found in such simple application.
The agent is your mental model. As someone who held pride in his ability to dive into unknown codebases and quickly figure out how they tick, Agents just do it more efficiently. Even if I have to follow up on what the agent finds, it's so much faster and efficient to have an agent in the mix.
aka the purpose of 'Ask' mode. These new tools require one to 'Think Different'
I recently redesigned my own blog (https://minimaxir.com) during some experiments into how well modern LLMs can be conditioned into not outputting the stereotypical telltale designs of web vibecoded slop; it worked well enough (although more difficult than expected) and "how to design a website using agents that doesn't look like an agent made it" might be a fun topic for a blog post as there were a few gotchas.
The main reason I did the redesign is because my blog was running Hugo + PaperMod theme, which is becoming too popular and it makes blogs no longer stand out. There were also a few features/shortcodes I wanted added (better video support, better sidenote support, etc) that give me more tools for blogging.
I forgive you.
Thanks for your perspective on things!
You know how we used to have little badges on sites like "built with react" or occasionally Wysiwyg editors?
Why not just have that at the bottom for whatever agent you used. That would give a good picture of the state of the art of agents and tooling and devs could show off their set up in a standard way.
> To be clear, none of the content, but the site engine itself is all AI built.
Feels a bit odd to apologise for this. I mean the only downside is you might get hacked if you don't understand your code or what it might be missing, but it's a personal blog, so I don't really see what real damage this would do or why you'd have to apologise for trying something out, whatever tools you use.
If you'd used AI to generate the content that would be a different matter, and is what people complain about as it is killing the internet. Instagram for example is now completely infested with AI generated slop, posting huge dollops of slop under videos that nobody ever reads.
> I don't really see what damage this would do or why you'd have to apologise.
FTFA:
> I didn't learn these libraries. Hell I barely know which libraries I've built on top of! Open source development used to run on attribution, how can I attribute what I barely know I've consumed?! Why would those developers continue to work on these projects when they now go even more unappreciated than they used to be?! I assume many have stopped.
> And those are just the libraries. The code it is generating is synthesized from being trained on code they have sucked out of the public (and perhaps not so public) internet. Code like my own from my own Github page and many many others, all without attribution or compensation. I could have paid someone to build it, freelance software development used to be a thing, but I didn't. I bet that market is pretty dry these days.
Why is that on HN at all?
Your question seems disengenuous, and it’s not clear you read the post. But I would reckon many of us are having very similar experiences with how our daily activities are shaking out. The author’s story likely resonates with many devs here, who lament the loss of what many of them found interesting or compelling about the work they did.