Live data from Hacker News

What could have been

coppolaemilio.com

41–50 of 127 posts

Re: What could have been

#41
post #10

Yet another article that could can be losslessly translated to a single sentence.

That would be lossy translation...

Perhaps not ironically, the careless distribution of incorrect information, combined with a dismissal of human endeavor, is such a perfect encapsulation of why so many people absolutely despise everything surrounding LLM hype.

Re: What could have been

#42

Earlier quoted context omitted.

> Every VC pitch is about some ground-breaking tech or unassailable moat that will be built around a massive SAM A surface-to-air missile? As funny as that would be, maybe you should define your terms before you try to use them.

[flagged]

Your definitions provided immediate clarity. Thank you!

Re: What could have been

#43
> What could have been if instead of spending so much energy and resources on developing “AI features” we focused on making our existing technology better?

This is a bit like the question "what if we spent our time developing technology to help people rather than developing weapons for war?"

The answer is that, the only reason you were able to get so many people working on the same thing at once, was because of the pressing need at hand (that "need" could be real or merely perceived). Without that, everyone would have their own various ideas about what projects are the best use of their time, and would be progressing in much smaller steps in a bunch of different directions.

To put it another way - instead of building the Great Pyramids, those thousands of workers (likely slaves) could have all individually spent that time building homes for their families. But, those homes wouldn't still be around and remembered millenia later.

Re: What could have been

#44
the recent stackoverflow survey said that only 25% of developers are actually happy at work https://survey.stackoverflow.co/2025/work#job-satisfaction-j... . Gallup said its only 33% of employees are engaged in the economy in general. Not everyone gets to go to conferences and network for Godot game engine like the author, most are doing super repetitive jobs. I definitely want an AI to automate as many as possible ASAP

Re: What could have been

#45
post #37
post #18

>"while delivering absolutely nothing of value" Well maybe for you and not the millions of people that use this technology daily.

Unlike "value demand," which is genuine demand arising from customer needs, failure demand is demand caused by failures such as errors, defects, inefficiencies, or poor service delivery. For example, if a service does not fulfill a customer's need properly, the customer must come back, creating more demand that is essentially avoidable. Failure demand leads to inefficiency, additional costs, and deteriorated customer…

So you're implying that ChatGPT and similar are so popular because of "errors, defects, inefficiencies, or poor service delivery", how does this make any sense in the context?

Re: What could have been

#46
post #33

Earlier quoted context omitted.

Hacker News may be hosted as part of the Y Combinator website, but as the name suggests, the primary audience is hackers, not entrepreneurs. Your answer is good, but could have done without the condescension.

[flagged]

By all means; I also work at a start-up. That doesn't mean that everyone here does, or is interested in doing so, or will have the necessary background. All I ask of you is to present information in the spirit of the XKCD 10,000: https://xkcd.com/1053/

Re: What could have been

#47

I've been watching this my whole life. UML, SOA, Mongo, cloud, blockchain, now LLMs, probably 10 others in between. When tools are new there's a collective mania between VCs, execs, and engineers that this tool unlike literally every other one doesn't have trade offs that make it only an appropriate choice in some situations. Sometimes the trade offs aren't discoverable in the nascent stage, a lot of it is monkey-see…

The big difference is LLMs are as big as Social Media and Google in the pop culture, but with a promise of automation and job replacement. My 70 year parents use it every day for work and general stuff (with generally understanding the limitations), and they’re not even that tech savvy.

Re: What could have been

#48
A lot of how I use AI is to assist me to build the software manually. I focus 1 function and ask it to fix or implement it. That's a good way to use AI. But if you mean using AI to improve existing systems, I also think that's being a done a lot. For instance, you know Krita the KDE drawing program? They naturally added a way to prompt image generation, based on your initial doodles, which makes a lot of sense.

Re: What could have been

#49
post #21
post #12

I wonder about the world where, instead of investing in AI, everyone invested in API . Like, surfacing APIs, fostering interoperability... I don't want an AI agent, but I might be interested in an agent operating with fixed rules, and with a limited set of capabilities. Instead we're trying to train systems to move a mouse in a browser and praying it doesn't accidentally send 60 pairs of shoes to a random address in…

LLMs offer the single biggest advance in interoperability I've ever seen. We don't need to figure out the one true perfect design for standardized APIs for a given domain any more. Instead, we need to build APIs with just enough documentation (and/or one or two illustrative examples) that an LLM can help spit out the glue code needed to hook them together.

The problem with LLMs as interoperability is they only work sub 100% of the time. Yes they help but the point of the article is what if we spent 100billion on APIs? We absolutely could build something way more interoperable and that’s 100% accurate.

I think about code generation in this space a lot because I’ve been writing Gleam. The LSP code actions are incredible. There’s no “oh sorry I meant to do it the other way” you get with LLMs because everything is strongly typed. What if we spent 100billion on a programming language?

We’ve now spent many hundreds of billions on tools which are powerful but we’ve also chosen to ignore many other ways to spend that money.

Re: What could have been

#50
post #21

Earlier quoted context omitted.

LLMs offer the single biggest advance in interoperability I've ever seen. We don't need to figure out the one true perfect design for standardized APIs for a given domain any more. Instead, we need to build APIs with just enough documentation (and/or one or two illustrative examples) that an LLM can help spit out the glue code needed to hook them together.

Today I’ve compiled a few thousand classes of Javadocs in .978 second. I was so impressed, with a build over 2 minutes, each byte of code we write takes a second to execute, computing is actually lightening fast, just now when it’s awfully written. Time of executing bytecode << REST APIs << launching a full JVM for each file you want to compile << launching an LLM to call an API (each << is above x10).

The point is that you call the LLM to generate the code that lets you talk to the API, rather than writing that glue code yourself. Not that you call the LLM to talk to that API every time.
Post reply on HN