Earlier quoted context omitted.
You can pay $0 for those models because a company paid $lots to train them and then released them for free. Those models aren't going away now of course, but lets not pretend that being able to download the product of millions of dollars worth of training completely free of charge is sustainable for future developments. Especially when most of the companies releasing these open models are wildly unprofitable and will…
You’re acting as if computing power isn’t going to get better. With time training the models will get faster. Let me use CG rendering as an example. Back in the day only the big companies could afford to do photoreal 3D rendering because only they had access to the compute and even then it would take days to render a frame. Eventually people could do these renders at home with consumer hardware but it still took fore…
TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
481–490 of 581 posts
Re: TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
#482Earlier quoted context omitted.
Or maybe, just maybe, TSMC has gaslit all of us to think it is much harder than it really is. If Taiwan isn't needed for its chips, what is the strategic interest of the USG?
It's not like nobody is trying to compete with TSMC, Samsung and Intel are doing their best, but TSMC are consistently ahead despite all of these companies using the same ASML lithography machines.
Re: TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
#483Earlier quoted context omitted.
Using Claude 3.5 Sonnet in Cursor Composer already shows huge benefits for coding. I'm more productive than ever before. The models are still getting better and better. I'm not saying AGI is right around the corner or that we will reach it, but the benefits are undeniable. o1 added test-time compute. No need to be snarky.
idk. about Claude 3.5 but if you remove implicit subventions from the AI/AGI hype then for many such tools the cost to benefit calculation of creating and operating will become ... questionable furthermore the places where such tools tend to shine the most often places where the IT industry has somewhat failed, like unnecessary verbose and bothersome to use tools, missing tooling and troublesome code reuse (so you wr…
Re: TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
#484Behind OpenAI's plan to make A.I. flow like electricity - https://news.ycombinator.com/item?id=41663562
Submitters: "Please submit the original source. If a post reports on something found on another site, submit the latter." - https://news.ycombinator.com/newsguidelines.html
Re: TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
#485Earlier quoted context omitted.
that's curious, what was the alternative to the CD at the time?
Most cars had cassette players, many still had 8-tracks; vinyl or or tape at home. Not that they were great options, but there was alot of existing media available, and hardware was common, so an expensive bulky device to play fragile media at lower quality than vinyl, was how it was viewed by many initially. Edit: just checking, the Sony Walkman came out in 1979, CDs in 1982, but the Walkman dominated the 80s & 90s,…
I guess in terms of storage I can't quite grasp why he thought that CD wouldn't take on. (Hindsight 50/50, of course.)
0: https://en.wikipedia.org/wiki/Cassette_tape#Data_recording
Re: TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
#486Earlier quoted context omitted.
I (20+ years experience programmer) find it leads to a much higher quality output as I can now afford to do all the mundane, time-consuming housekeeping (refactors, more tests, making things testable). E.g. let's say I'm working on a production thing and features/bugfixes accumulate and some file in the codebase starts to resemble spaghetti. The LLM can help me unfuck that way faster and get to a state of very clean…
What LLM do you use? I've not gotten a lot of use out of Copilot, except for filling in generic algorithms or setting up boilerplate. Sometimes I use it for documentation but it often overlooks important details, or provides a description so generic as to be pointless. I've heard about Cursor but haven't tried it yet.
Re: TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
#487Earlier quoted context omitted.
Just like robo-taxis are supposed to be driving us around or self driving cars. Not to mention the non-fiat currency everyone can easily use to buy goods nowadays.
Waymo is doing 100k paid driverless trips a week with significantly better safety than humans in matched conditions.
Re: TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
#488Earlier quoted context omitted.
I think it's substantial to say that AI is currently overhyped because it's hitting a weak spot in human cognition. We sympathize with inanimate objects. We see faces in random patterns. If a machine spits out some plausible looking text (or some cookie-cutter code copy-pasted from Stack Overflow) the human brain is basically hardwired to go "wow this is a human friend!". The current LLM trend seems designed to capit…
> If a machine spits out some plausible looking text (or some cookie-cutter code copy-pasted from Stack Overflow) This is not a reasonable take on the current capabilities of LLMs.
Re: TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
#489Earlier quoted context omitted.
Non-general AI won't cause mass unemployment, for the same reason previous productivity-enhancing tech hasn't. So long as humans can create valuable output machines can't, the new, higher-output economy will figure out how to employ them. Some won't even have to switch jobs, because demand for what they provide will be higher as AI tools bring down production costs. This is plausible for SWEs. Other people will end u…
> So long as humans can create valuable output machines can't Not all humans are going to be capable of this as time goes on. Those humans will be subjected to abject poverty. The reality is not everyone can possess a highly skilled knowledge job. Not everyone can go to college. What of them?
Now, initially this still looks like it's going to reduce demand for janitors by 99%. So it's still going to cause mass unemployment, right? Except, it's going to substantially reduce the cost of janitorial services, so more will be purchased. Not just janitorial services, of course. We'll deploy such robots to do many things at higher intensity than we do today, and as well as many things that we don't do at all right now because they're not cost effective. So in equilibrium (again, the transition may be messy), with 99% automation we end up with an economy 100x the size, and about the same number of humans employed.
I know this sounds crazy, but it's the historical norm. Today's industrialized economies already have hundreds of times the output of pre-industrial economies, and yet humans mostly remain employed. At no point did we find that we didn't want any more stuff, actually, and decide to start cashing out productivity increases as lower employment rather than more output.
Re: TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'
#490Earlier quoted context omitted.
Most of the time the entire apps are just a timer app or something simple. Never a complex app with tons of logic in them. And if you're having to write paragraphs of texts to write something complex then might as well just write that in a programming language, I mean isn't that what high-level programming language was built for? (heh). Also, you're not the only one who's had the thought that someone is vested in som…
You can write the high level structure yourself and let it complete the boilerplate code within the functions, where it's less critical/complicated. Can save you time.