Live data from Hacker News

Is it a bubble?

oaktreecapital.com

491–500 of 605 posts

Re: Is it a bubble?

#491
post #471

Earlier quoted context omitted.

Works perfectly fine for me. Did you do that stupid HN thing where you failed to read the entire comment and then went off to try it on faulty hardware?

No I did that HN thing where I went to an LLM, set temp to 0, pasted your comments in and got widely different outputs every single time I did so

Was the seed set to the same value everytime?

Re: Is it a bubble?

#492

The post script was pretty sobering. It's kind of the first time in my life that I've been actively hoping for a technology to out right not deliver on its promise. This is a pretty depressing place to be, because most emerging technologies provide us with exciting new possibilities whereas this technology seems only exciting for management stressed about payroll. It's true that the technology currently works as an e…

> It's kind of the first time in my life that I've been actively hoping for a technology to out right not deliver on its promise. Same here, and I think it's because I feel like a craftsman. I thoroughly enjoy the process of thinking deeply about what I will build, breaking down the work into related chunks, and of course writing the code itself. It's like magic when it all comes together. Sometimes I can't even beli…

> I never knew there was an entire subclass of people in my field who don't want to write code.

Some people don't enjoy writing code and went into software development only because it's a well paid and a stable job. Now this trade is under the thread and they are happy to switch to prompting LLMs. I do like to code so use LLMs less then many my colleagues.

Though I don't expect to see many from this crowd in HM, instead I expect here to see entrepreneurs who need a product to sell and don't care if it is written by humans or by LLMs.

Re: Is it a bubble?

#493
post #457

Earlier quoted context omitted.

>We were talking about a system that takes a typed description of what you want as input and outputs code. There is plenty of software, even with well-defined inputs and outputs, which do not do that. You are trying to assert an equivalence between compilers and AI systems that simply does not exist. Sure, you could abuse the English language to try to elevate "vibecoding" to the level of "software engineering", and…

> You are trying to assert an equivalence between compilers and AI systems that simply does not exist. The equivalence is between typing out what you want and having a machine produce code from that and compilers. Call that "AI systems" instead of "compilers" if you want, but "AI systems" lacks precision, so I think we can eventually come to agree that compiler is more precise. Even if we don't, it is what I chose to…

You can't just leave it, huh?

>The equivalence is between typing out what you want and having a machine produce code from that and compilers. Call that "AI systems" instead of "compilers" if you want, but "AI systems" lacks precision, so I think we can eventually come to agree that compiler is more precise.

You are trying to assert this equivalence to ultimately assert a similar equivalence between vibecoding and software engineering. I'm not going to accept that. The analogy is about as bizarre as calling a compiler a search program. You could indeed call it that: You tell it what you are looking for, and it does something to find the matching output out of infinitely many possible outputs. But this is just as strained of an analogy. The mechanics of how each of these things works is sufficiently complex and distinct as to deserve dedicated terminology. Nothing is gained by drawing these connections, that is unless you are going to commit fraud.

>Even if we don't, it is what I chose to call it. Therefore, that's what it means in the context of my comments. That is how English works. I am surprised this is news to you.

It is not. I said it works that way in multiple comments to you. This type of shit is, as I said, exactly why natural language is a bad category of input for writing software.

>I know you like silly semantic debates, so is talking past everyone really a conversation? The dictionary definition indicates that there needs to be an exchange, not just taking turns writing out gobbledygook.

First you want to manipulate the definition of "software developer" to elevate vibecoding (the socially and industrially acceptable definition) to the same level. When I disagree with you in a series of comments, you want to redefine "conversation" to mean something else and also call my thoroughly explained rationale "gobbledygook". What you're writing isn't exactly gobbledygook, though I could easily call it that and move on. What it is is simply an incorrect argument in favor of destroying the meanings of certain well-established words. You are simply wrong from multiple angles: historical, logical, and social. We are all dumber for having heard it. You LOSE!

Re: Is it a bubble?

#494
post #277

Earlier quoted context omitted.

Yeah but what was wrong with the previous implementation that it had to be redone?

And why would I need to log in to test my internet speed?

Its not anything was wrong with it. It was more an excersize in adding utilities and features to see how far and fast it can go with a few prompts. And what if you want historical speed tests for the year? Need to store that data some where. If anything its futile in either regard, but one just feels more fun.

Re: Is it a bubble?

#495
post #56

Earlier quoted context omitted.

The line right after this is much worse: > Coding performed by AI is at a world-class level, something that wasn’t so just a year ago. Wow, finance people certainly don't understand programming.

World class? Then what am I? I frequently work with Copilot and Claude Sonnet, and it can be useful, but trusting it to write code for anything moderately complicated is a bad idea. I am impressed by its ability to generate and analyse code, but its code almost never works the first time, unless it's trivial boilerplate stuff, and its analysis is wrong half the time. It's very useful if you have the knowledge and exp…

Because people who can’t code but now can have zero understanding of the ‘path to production quality code’

Of course it is mind blowing for them.

Re: Is it a bubble?

#496
TL;DR is "I don't know" with a dash of "Innovative tech usually creates bubbles and I think we can all agree that AI is a fucking revelation"

Re: Is it a bubble?

#497
post #457

Earlier quoted context omitted.

> You are trying to assert an equivalence between compilers and AI systems that simply does not exist. The equivalence is between typing out what you want and having a machine produce code from that and compilers. Call that "AI systems" instead of "compilers" if you want, but "AI systems" lacks precision, so I think we can eventually come to agree that compiler is more precise. Even if we don't, it is what I chose to…

You can't just leave it, huh? >The equivalence is between typing out what you want and having a machine produce code from that and compilers. Call that "AI systems" instead of "compilers" if you want, but "AI systems" lacks precision, so I think we can eventually come to agree that compiler is more precise. You are trying to assert this equivalence to ultimately assert a similar equivalence between vibecoding and sof…

[deleted]

Re: Is it a bubble?

#498
post #326

Earlier quoted context omitted.

Wow, reading these comments and I feel like I've entered a parallel reality. My job involves implementing research ML and I use it literally all the time, very fascinating to see how many have such strong negative reactions. As long as you are good at reviewing code, spec-ing carefully, and make atomic changes - why would you not be using this basically all the time?

Because carefully spec-ing to the level an llm needs, and ultra carefully checking the output is easily slower and more tiring than just doing it yourself. Kinda like having a child "help" you cook basically. But for the child you do it because they actually learn. llms do not learn in that sense.

not at all true for the latest generation of models in my experience. they are overly verbose but except for the simplest simplest changes it is faster to ask first

Re: Is it a bubble?

#499
post #381

Earlier quoted context omitted.

Wow, reading these comments and I feel like I've entered a parallel reality. My job involves implementing research ML and I use it literally all the time, very fascinating to see how many have such strong negative reactions. As long as you are good at reviewing code, spec-ing carefully, and make atomic changes - why would you not be using this basically all the time?

It's one of the failure modes of online forums. Everyone piles on and you get an unrealistic opinion sample. I'm not exactly trying to shove AI into everything, I'm weary of over hyping and mostly conservative in my technology choices. Still, I get a lot out of LLMs and agents for coding tasks.

i have trouble understanding how a forum of supposedly serious coders can be so detached from reality, but I do know that this is one of HN’s pathologies

Re: Is it a bubble?

#500
post #381

Earlier quoted context omitted.

It's one of the failure modes of online forums. Everyone piles on and you get an unrealistic opinion sample. I'm not exactly trying to shove AI into everything, I'm weary of over hyping and mostly conservative in my technology choices. Still, I get a lot out of LLMs and agents for coding tasks.

i have trouble understanding how a forum of supposedly serious coders can be so detached from reality, but I do know that this is one of HN’s pathologies

I think it's more of a thread-bound dynamic rather than HN as a whole. If the thread starts positive you get "AGI tomorrow", if the thread starts negative you get "stochastic parrot".

But I see what you mean, there have been at least a few insane comment sections for sure.

Post reply on HN