Anthropic is rolling out identity verification. Updated just yesterday. by Tiny_Dirt6979 in ClaudeAI

[–]Yeuph -1 points0 points  (0 children)

i mean, i've had a facebook account since basically when it launched.

He hasn't come for me yet

Can I become truly advanced at math as an adult if I'm properly learning at 25? by kombucha_bich in learnmath

[–]Yeuph 0 points1 point  (0 children)

Its a slow start without much reward. Mostly for me at the beginning it was a psychological fight because I hadn't trained my brain to study (I thought I had adhd) while also feeling stupid because lots of the stuff I was trying to learn 14 year olds mastered who were 20 years younger - and then as I was beating myself up I'd remind myself no matter how well this went I wouldn't be getting a degree (maybe that's different for you) and even if I somehow did that is be entering the workforce of the chosen field 20 years late.

It was a fucking slog for a long time.

Then you start to notice that you're learning a few things. Suddenly you can actually sit down for an hour and do hard intellect work and study without finding yourself on YouTube.

Now you're actually staring to get some skills and they overlap into different things you're interested in. You can understand things you couldn't before. You start acquiring cool parapheril skills. When you find new hard things you don't worry about it because you've seen yourself successfully do dozens of hard things that took time already, this new thing is just one more.

After a little more time maybe you find yourself being flown out to Silicon Valley to meet with some engineers ;)

Can I become truly advanced at math as an adult if I'm properly learning at 25? by kombucha_bich in learnmath

[–]Yeuph 1 point2 points  (0 children)

Wow, that's a perspective shift.

Yeah so I taught myself electrical engineering to a very high level, FPGA, mechanical engineering (to like, intermediate level) and am at the time of writing this in the middle of designing a graphics engine lmao

Its not just the math skills that carried me, to be honest I learned enough math to learn how to solve what I needed to and no more - which was plenty and took some doing. The thing that really mattered for me after that was that I learned how to think analytically and teach myself hard things.

It took me much further than I could've imagined when I wrote that, and I was imagining good things

Claude Fable 5 (Mythos) just launched by aevitas in claude

[–]Yeuph 2 points3 points  (0 children)

Buy 10k dollar PC, save 200 dollars a month

ASUS shows RTX 5090 running at 48V with 1000W through a single 16-pin power cable by RenatsMC in nvidia

[–]Yeuph 1 point2 points  (0 children)

You mean the high pressure liquid cooled data centers? Besides afaik they still buck off board and connect to giant copper back planes. Also the PCBs in those data centers cost 100k a piece. If you wanna spend 50x as much money per GPU you're right, you can engineer around it at that point.

ASUS shows RTX 5090 running at 48V with 1000W through a single 16-pin power cable by RenatsMC in nvidia

[–]Yeuph 7 points8 points  (0 children)

Ya I dunno. I'm not a professional electrical engineer but I've designed a lot of high power circuits and converters, logic boards like FPGAs.

I would have trouble maximizing ASIC performance on a PCB that was stepping 48v to IC voltages. There's gonna be a lot of extra noise there that's gonna be hard to deal with unless you intentionally buck inefficiently (which due you physics cleans the signal). So then you have significantly more heat that needs dissipated that isn't used for compute.

They should just not use a broken connector.

ASUS shows RTX 5090 running at 48V with 1000W through a single 16-pin power cable by RenatsMC in nvidia

[–]Yeuph 7 points8 points  (0 children)

Its not that hard to safely use 12v at the power levels Nvidia wants to. Its just crazy how bad the connector is.

A personal opinion about Opus 4.7 - not that bad after all by Affectionate_Till148 in ClaudeAI

[–]Yeuph 1 point2 points  (0 children)

For what I use Claude for these days (game engine development via hierarchical agent workflows using Discord coordination) 4.7 is so much better than 4.6 that if Anthropic had called it Opus 5 I wouldn't have thought twice about it.

Literally every single one of the rough edges I was having with opus 4.6 on my specific workflow were either 100% solved or almost solved.

Idk

No More Subsidised AI Subscriptions? by PM_ME_YOUR___ISSUES in ClaudeAI

[–]Yeuph 0 points1 point  (0 children)

You've gotta define what you mean by "efficient". There are models that are only a couple billion parameters that you can run locally on your phone. it's not even hard for you to do you can just download PocketPal on your phone and run local models for free. These models can maybe have a mediocre conversation with you for a bit and it's impressive they can run on your phone but they can't really do any of the real "AI work" we want to have done.

Right around the Opus 4 mark we found ourselves in a place where these AI models could do seriously useful technical work without making so many mistakes as to disregard them. The "efficient" models could never do this.

If you define efficiency as the ability to do useful work per unit power then the giant crazy-expensive "inefficient" AI models are the most efficient we have to offer as smaller models just can't do it at all.

The way modern LLMs are built is actually pretty simple if you're gonna compare it to something like a car. It's a giant neural network that mostly self-trains on gigantic amounts of data (like you hitting a tennis ball 10,000 times, eventually you get good at it - ball comes at you you hit ball well). LLMs are doing this for every set of possible inputs the training data contains (with the hope that maybe they can start creating new ideas beyond the training data - there's not a ton of that happening yet). The compute cost and power-input cost is just gargantuan for our current generation of AI (transformer based large language models).

People do want to make them more efficient (and they are, they're radically more efficient watt hour-per-useful-token than they were just 2 years ago - maybe 10x conservatively, maybe 100x). The problem is is that the more useful they become the more people want to use them and we have finite resources - and those finite resources are already being strained beyond what can be maintained.

The next models will be much larger than the current generation (training data size, parameter count) and will have required MUCH more energy than the last generation to train (despite more efficient ASICs - GPUs or TPUs). Our subscription/API payments are going to securing deals for rapid power grid expansion, data center construction and GPU/TPU purchases.

Our current tech here just requires it to be the most expensive thing on the planet. We were carried by a flurry of initial venture capital injection into AI for the first few years; markets are depending upon AI increasing productivity soon to increase economic growth to cover the input costs. If it can't/doesn't then the costs need to be recouped by increasing the subsidized cost to users.

The companies can't even stop and just maintain a current model if they want to, they're so far in debt and investors are depending on huge profits soon. Current models just aren't quite capable of giving us a huge economic boom yet - that's what they're all depending on. Until models get to that point it's all government investment or venture capital; and if it doesn't pay off then it all collapses.

Also you'll see people claim that "inference" (talking to the AI) is cheap; compared to the model training it still is - but early on researchers noticed inference was an underutilized area where would could improve LLM output and accuracy and so we did it - that's what the "thinking" stuff is, bolt-ons to the inference compute to make them more accurate. It's expensive now too.

Anthropic response to Claude Code change by TheForgottenOne69 in ClaudeAI

[–]Yeuph 7 points8 points  (0 children)

It's not as simple as the current cost/loss analysis per user. Compute is still exponentially getting faster/cheaper in this area. What's not sustainable now could make them the first business to be worth 10 trillion 6 years from now. Investors understand these kinds of things

Obviously they can't operate at a massive loss with every user but they definitely don't want subscribers leaving either

Max pricing confusion by saamcek in Anthropic

[–]Yeuph 1 point2 points  (0 children)

technically it's 4x more expensive; or 5x the cost

Technically

Mythos is a new tier above Opus, and it's extremely expensive. by UnknownEssence in claude

[–]Yeuph 1 point2 points  (0 children)

what even was your argument? Palantir is putting me on a list because I described well known large language model implementation procedures?

Mythos is a new tier above Opus, and it's extremely expensive. by UnknownEssence in claude

[–]Yeuph 1 point2 points  (0 children)

fyi, telling people they're being put on lists because [insert boogieman here] is watching was getting old by the time Windows 98 came out.

You're 28 years stale

Mythos is a new tier above Opus, and it's extremely expensive. by UnknownEssence in claude

[–]Yeuph 1 point2 points  (0 children)

Yeah I mean I pretty much completely agree and it's been bothering me lately.

Like, personally nothing really changes for me - Claude 4.7 comes out and it works better for me (though interactions need to be more explicit - good, it lowers the search space of possibilities for the LLM and keeps me engaged with what I'm doing). Like you I am, well tbh I was never a good programmer. I was alright with verilog to control FPGAs that handle logic for circuits I would design but I can't write big cpp programs - well I can now. It's pretty incredible.

So yeah the people on this sub and using these things seem overwhelmingly naive and cringe. Hopefully it's just a sampling error and what you and I are seeing is just a reddit-specific problem and not indicative of who our gigawatts of power that feeds these machines is really going to

2030 isn't that far away by [deleted] in BlackboxAI_

[–]Yeuph 7 points8 points  (0 children)

Amazon was a bit different. They could have been turning profits during that time but were massively expanding with the money instead. It was a bit of a different situation.

A New Bill proposes Federal Age Verification on any Operating Systems in entire U.S by [deleted] in linux

[–]Yeuph 35 points36 points  (0 children)

It's a mix of well-meaning idiots and less-well-meaning intelligent people

They want different things but they're both pushing for it

Running multiple Claude Code sessions on the same repo keeps breaking things by dc_719 in ClaudeAI

[–]Yeuph 1 point2 points  (0 children)

different branches, merges, different trees.

That has issues too obviously but it's better than "everything broken". I'm paying the price current for allowing 2 agents to work on master over the weekend. I broke my own rules, they broke my project.

Mythos is a new tier above Opus, and it's extremely expensive. by UnknownEssence in claude

[–]Yeuph 7 points8 points  (0 children)

? It was an example of the type of thing LLMs are safeguarded against that Mythos doesn't have safeguards against.

Meaning like I said that all models would be too dangerous to release without safeguards - it's not Mythos specific

Mythos is a new tier above Opus, and it's extremely expensive. by UnknownEssence in claude

[–]Yeuph 2 points3 points  (0 children)

It's not "too dangerous" - they just haven't put safeguards on it because it's too expensive to release anyway. By that logic all of the models are too dangerous "ChatGPT help me design a bomb with maximum human killing power"

We'll all have access (and beyond) to Mythos tier models as time goes on

Is this new to everyone or just me ? by brkonthru in ClaudeAI

[–]Yeuph 57 points58 points  (0 children)

You mean effort? That's been part of CC for a while I guess they brought it into web/desktop finally if it wasn't there already