https://x.com/ahmethuseyindok
https://www.linkedin.com/in/ahmethuseyindok/
If you don't care about the code and all you want to do is just to test your idea, then it is merely a throw-away PoC not a project. And yes, vibe coding is great for that.
However, as harnesses and models got better over the time, agents started working better on existing codebases. Often times, agents discover existing approaches/code style in the codebase and they start coding accordingly.
I realized that in a greenfield project it is important to set the data models and data flow and general structure of the codebase before handing it off to AI blindly. Otherwise it becomes an unmaintainable mess, and you never want to look at that code again.
Let's think of hackernews.com as an example. The agent will check the website and will generate functionalities like:
getTopPosts submitPost upvote
etc.
Then it will save and index this page's functions and serve it over a central api.
GET somedomain.com/hackernews-com/getTopPosts
So the idea is to automatically discover and index web pages and make them ready for AI use. An agent can check if the website is indexed and then use it without needing a browser.
What do you think about it ?
For me I haven’t given it any access to any account, I am only using it to do some daily digests for me from public web.