Yet the author thinks ‘ChatGPT, LLMs and all that crap’. Unbelievable.
I use LLMs everyday. It has not only boosted productivity, but most of all, it made workmore fun.
why is it incredible? we followed a bunch of lists of laws until we got ELIZA on virtual steroids ... after we cracked some milestones in hardware development.
people work towards that. money is put into that. we'd have cancer solved if the same amount of people and money flowed into the entangled fields.
next step is digital steroids (signal processing) and the physical level once again.
software-wise, the current and next generations of coders won't do anything "incredible" anymore. too few approaches on the playing field, no indie thinkers, and the capital is literally dumb.
(enforced) conformity has too many downsides that can only be balanced via variety in the wide wild; but that means cumulative competition, which was handled via sabotage ( a good analogy is doping in sports, US influence and the actually incredible cognitive & logical weakness as well as the cowardice of almost the entire rest of the world )
so I cannot agree, people give too much credit indeed.
At the end of the day, we build (or should build) technology for the betterment of society. If at the end of the day, large swathes of the population are unhappy or upset at a given technology, that in and of itself should be a sign that something is wrong.
Obviously LLMs aren't going away so I think we should listen to the detractors and try to better understand how we can steer this technology for the better.
Productivity and efficiency gains at the short term expense of inefficient jobs have always made people upset, so taking only that into consideration is wrong.
> The Swing Riots were a widespread uprising in 1830 by agricultural workers in England against the mechanization of agriculture. The riots were a protest against the introduction of threshing machines, which had been increasing since the end of the 18th century. The threshing process was labor-intensive, and before the machines were introduced, it employed about 25% of all agricultural workers. The introduction of the machines gradually unemployed a large number of agricultural workers
> Jethro Tull invented the seed drill in 1701, but it was not immediately popular in England. Tull's ideas were controversial, and his theories fell into disrepute. Tull's servants resisted his new methods because they threatened their position as laborers and their skill with the plow
> if LLMs were really that miraculous, we wouldn't have such detractors
I don't think you thought this through.
Before Google switched to Gemini AI it didn't offer making mustard gas recipe when prompted for cleaning advice.
LLM are tools, and highly unreliable one at that. I don't fear it. I fear the idiots that think it is a viable replacement.
Personally (as someone who's worked in a ML-adjacent field for a number of years, and so seen the various ML waves), LLMs have so far been a resounding disappointment in comparison to other ML tools (the only cool thing I've seen come out of it was Google using LLMs to generate code to try to futz code even better), and have shown that while chasing the last 1% accuracy is interesting from both an engineering and mathematical perspective (which are entirely legitimate things to be interested in, though sadly they seem to have been lost to hype), simple-to-explain-and-understand less accurate methods (like a decision tree) are both cheaper to run and more predictable (which is what you usually want).
LLMs enable me to write more code than I ever have and in languages I don’t know. It’s a wonder.
That said I grew up with an 8-bit machine buying games on cassette. There were never updates and rarely ever a serious bug.
Yes programs were tiny, but they were also handwritten in assembler. Quality has gone down in software with the advent of modern tools as surely as it has in furniture with the introduction of the table saw.
Who geniunely thought that? Eliza could almost fool a human and that was in the 1960...
LLMs are a neat thing for doing some tedious task but I saw them making plain stupid mistakes that makes my skin crawl.
That aside, nothing you said about LLMs doesn't apply to humans as well.
That's a matter of character. Other people team up and up your LLM-augmented productivity tenfold without LLMs.
I'm mostly solo myself and did get a bunch of good shit out of LLMs but that has nothing to do with them being good. Search Engines got me the same results after only little more time.
The one "good" thing about LLMs is that you can get algorithmic, logically straight, safe & sound FACTS about topics like how the insurance mafia monetizes on & cooperates with various other entities to create crisis, or how the smuggling of weapons is done and used to increase premiums on & thus prices in trade via tankers & shipping . Or why labile prices on gas are complete fucking bullshit.
And the list goes on and on and on. But who in the respective, theoretically respectable positions cares?
Hallucinations have been build into LLMs on purpose. Above is just one of them. And it's just cooperation of magic money & enforced conformity of engineers.
Can you share some of your prompts for the topics you listed? Asking about it straightforwardly doesn't get very far.
So we can stop making it bigger/smarter and instead focus on making it more acessible.
Our understanding of consciousness is about to undergo a revolutionary transformation, and a lot of people ... aren't going to like that, either.
You can make them deterministic by fixing the temperature. But even still, there is some intrinsic error rate: it's like an oracle machine where some subset of queries will simply give you the wrong answer... which is just like humans (how many times have answers on StackOverflow been wrong), but it's definitely not like "conventional" programs.
I guess just as people had to get used to "trusting" computers, I think there's probably going to be another adjustment period of "untrusting" them and finding the right balance of "trust but verify." I think this is also mirrored in adoption patterns: mathematicians seem to be more open to using LLMs because they're used to not blindly trusting supposed proofs. On the other hand, it's well known that writing code is easier than reading it, so developers are a bit more wary.
> much more open
I am not sure that is the case. It is quite rare for people to be developing using closed source programming languages today outside of banking and finance, but it wasn’t the case not that long ago, such as before .NET (2014) and Java (2007) were open sourced.
I might agree with some of the author's sentiments, but based on this post alone, he makes the impression that computing is all his life. And now his life is going through a shift.
The problem here isn't LLMs.
If being the smart dev writing clever code is the core of your identity and you have nothing else anchoring you you’re probably going to have a bad time over the next few years because the game is changing.
- All major tech companies becoming "AI first" - The websites we use are still slow and buggy - "AI" feature bloat everywhere - Noting that the end-goal of these companies are not to enhance some technical professional's workflow, but to become truly ubiquitous, inserted into everything (how else could such high valuations be made) - Prioritization of profits above good products (enshitification)
These are all valid points to bring up. The author is just saying that he wants his personal website to remain free from LLM usage, probably out of a desire for agency more than anything.
As a sidenote, it amuses me that this author specifically calls out LLMs for being non-deterministic as a grave sin. Despite it being untrue (they've never heard of temperature, I guess), it's funny to me that it should be asserted as a prime directive for computing. Determinism is certainly a useful property where you can get it, but there's a whole lot of useful systems where you can't get it.
That's an awfully patronizing way of putting things. The coming years can be hard for anyone for a number of reasons: geopolitical conflict, economic depression, natural disasters, pandemics, etc. I doubt that harboring negative views towards the current usage of LLMs will make a difference.
With all that grandstanding you've missed the author's point because temperature doesn't make them deterministic in any way that matters in the real world.
It only makes their output deterministic for the exact sequence of input tokens (I've yet to see an application where this would be useful, just save the result if you want the exact same one!), but it doesn't make them deterministic for a different but semantically equivalent sequence of tokens, which is the core value proposition of LLMs.
The answer to "How tall is the Eiffel tower?" shouldn't change based on whether I also add "and where is its nearest bakery?", but with more complex questions, that's what often happens.
This is so in-character, railing about how everything is awful nowadays, then some drive-by ranting in the general direction of a popular target like SystemD. I wonder how this guy can justify the use of CSS and an image on their web page.
Probably because CSS was already a thing when they were young. Everything that came afterwards is moral decay.
Jeeze, talk about defeatist! What a narrow view of the world. Is this cowardice, or mere naivete?
Edit: I'll give credit where due—
> aimed not at better software, but at better return of investment. We could have had much better working computers.
True, yes, but we weren't—haven't been—able to pay for them.
And, remember, software is only a means to an end! And that end is value for the humans invested in it! You know, a return value. This is a higher priority than "better software," because with ROI I can get done any number of things that are impossible for computers to accomplish. I want my return in the form of a fungible medium of exchange, not some programmer's idea of a good time!
I say this as a programmer whose software has been REALLY GOOD and REALLY UNPOPULAR.
If people knew what computers were capable of, maybe they'd pay us to build them. I'm hoping AI will at least rekindle that optimism, even if LLMs are a largely a bill of goods.
It’s natural for major players to try to create a "digital god"; this is their monopolistic path. If this becomes possible, they will need to be privatized, and LLMs turned into infrastructure services for all of humanity, or else we risk ending up in a dystopia. However, there is a serious chance they won’t achieve a "digital god" and will instead, unintentionally, create a world with decentralized intelligence.
It’s better to be optimistic—we have nothing to lose, even if it’s not realistic.
> Software used to also be substantially better written
I think he ends up tanking his own argument before he even started. Heck, there's a typo in the headline (which I guess is good bait, since I now clicked on and responded in this discussion...)
HN is snappy and rarely fails to function. I can't remember ever using a better group communication tool. The author's website is also snappy and worked perfectly to let them express their view and for me to read it.
A lot of software I use today is software I wrote myself and that works in the browser. It is reliable and snappy too. And I write more and more of it with the help of LLMs. Just yesterday, I wrote an image editing tool with a very special feature set and was amazed how much faster I was able to implement features in perfectly elegant code via this approach:
1: Give the existing code to an LLM and instruct it to add a feature.
2: Test the feature to make sure it works.
3: Go through the changes via git diff in one window and clean them up in another window in VIM.
4: Test again.
5: Commit.
6: Goto 1
This way, the development of this new tool was multiple times faster than if I had written it manually.To me, the main questionmark about the future of computers is how browsers will develop. The one thing I am missing is that currently no mobile browser supports the File System Access API. On desktop, Chrome does. And that allows users to securely safe their data on their own device. So web software does not have to be like "All your data needs to be in the cloud". Chrome already works on bringing that to mobile. Then the current state of affairs on Desktop and Android will be perfect from my perspective. And all I hope for is that Safari follows. So that iOS users can comfortably use my software too.
Not everyone is excited about LLMs.