Live data from Hacker News

Nobody knows how to build with AI yet

worksonmymachine.substack.com

31–40 of 432 posts

Re: Nobody knows how to build with AI yet

#31
I like to use it to generate python and react Ui components with tailwind css

And also to help me troubleshoot my old yacht, it taught me to be an amateur marine electrician

I do not let it into my entire codebase tho. Keep the context small and if I dont get what I want in one or two prompt I dont use it

Re: Nobody knows how to build with AI yet

#32

My theory on AI is it's the next iteration of google search, a better more conversational, base layer over all the information that exists on the internet. Of course some people will lose jobs just like what happened to several industries when search became ubiquitous. (newspapers, phone books, encyclopedias, travel agents) But IMHO this isn't the existential crisis people think it is. It's just a tool. Smart, clever…

> Search has just become Chat

I think chat-like LLM interfacing is not the most efficient way. There has to be a smarter way.

Re: Nobody knows how to build with AI yet

#33

Reading articles like this feels like being in a different reality. I don't work like this, I don't want to work like this and maybe most importantly I don't want to work with somebody who works like this. Also I am scared that any library that I am using through the myriad of dependencies is written like this. On the other hand... if I look at this as some alternate universe where I don't need to directly or indirec…

But you also can't not swim with the tide. If you drove a horse-buggy 100 years ago, it was probably worth your while to keep your eye on whether motor-cars went anywhere.

I was super skeptical about a year ago. Copilot was making nice predictions, that was it. This agent stuff is truly impressive.

Re: Nobody knows how to build with AI yet

#34

Reading articles like this feels like being in a different reality. I don't work like this, I don't want to work like this and maybe most importantly I don't want to work with somebody who works like this. Also I am scared that any library that I am using through the myriad of dependencies is written like this. On the other hand... if I look at this as some alternate universe where I don't need to directly or indirec…

> in a different reality.

It is. And one reality is getting bigger each day and the other is shrinking.

Re: Nobody knows how to build with AI yet

#35

My theory on AI is it's the next iteration of google search, a better more conversational, base layer over all the information that exists on the internet. Of course some people will lose jobs just like what happened to several industries when search became ubiquitous. (newspapers, phone books, encyclopedias, travel agents) But IMHO this isn't the existential crisis people think it is. It's just a tool. Smart, clever…

Google doesn’t have to change search. It already returns AI generated crap before anything useful.

Re: Nobody knows how to build with AI yet

#36

My theory on AI is it's the next iteration of google search, a better more conversational, base layer over all the information that exists on the internet. Of course some people will lose jobs just like what happened to several industries when search became ubiquitous. (newspapers, phone books, encyclopedias, travel agents) But IMHO this isn't the existential crisis people think it is. It's just a tool. Smart, clever…

> Search has just become Chat I think chat-like LLM interfacing is not the most efficient way. There has to be a smarter way.

There’s an efficient way to serve the results, and there’s an efficient way for a human to consume them, and I find LLMs to be much more efficient in terms of cognitive work done to explore and understand something than a google search. The next thing will have to beat that level of personal mental effort, and I can’t imagine what that next step would look like yet.

Re: Nobody knows how to build with AI yet

#37

Reading articles like this feels like being in a different reality. I don't work like this, I don't want to work like this and maybe most importantly I don't want to work with somebody who works like this. Also I am scared that any library that I am using through the myriad of dependencies is written like this. On the other hand... if I look at this as some alternate universe where I don't need to directly or indirec…

>I don't work like this, I don't want to work like this and maybe most importantly I don't want to work with somebody who works like this.

It suggests you've had very positive life experiences, that you trust human developers so much more than computers.

Re: Nobody knows how to build with AI yet

#39
post #4

That time dilation feels a bit like what METR reported: https://metr.org/blog/2025-07-10-early-2025-ai-experienced-o... Developers believe they complete tasks 25% faster with AI but when measured they are 19% slower when using AI.

It depends on how the AI is used; there's a huge difference in productivity between a structured workflow with repeated automated feedback to the AI, and just ad-hoc prompting. For instance, Gemini 2.5 coding up a spec-compliant HTTP2.0 server in two weeks: https://outervationai.substack.com/p/building-a-100-llm-writ... . 15k lines of code and 30k lines of tests; no human coder could produce something like that so fa…

It's cool that it made something that works, but that code is pretty bad. Trial and error is not the way to develop something like that.

Re: Nobody knows how to build with AI yet

#40

My theory on AI is it's the next iteration of google search, a better more conversational, base layer over all the information that exists on the internet. Of course some people will lose jobs just like what happened to several industries when search became ubiquitous. (newspapers, phone books, encyclopedias, travel agents) But IMHO this isn't the existential crisis people think it is. It's just a tool. Smart, clever…

Google doesn’t have to change search. It already returns AI generated crap before anything useful.

To be fair, Google also returns a lot of useless crap that wasn't generated by AI.
Post reply on HN