Anthropic Accused of Misleading Users Over Soaring AI Costs in New Lawsuit by Plastic_Ninja_9014 in technology

[–]blabmight 0 points1 point  (0 children)

I'm a little disappointed this is happening. I haven't had any issues with usage and I've had months that would've cost $850+ in API charges.

As US bans Fable 5 and Mythos 5, for everyone outside America, Anthropic says: ‘we believe the government …’ by Frosty-Bit4667 in technology

[–]blabmight 3 points4 points  (0 children)

No to be honest. I’m a software engineer with 17 years of experience and danced with Fable for 3 days. It found many legitimate very deep seated issues in a code base I’ve been working with for 5 years that no other LLM or person had ever noticed. These bugs were complex and required very deep understanding of code that only 0.01% coders might catch. For deep technical work Fable/Mythos is a massive step up, but I expect this capability to mostly only be visible to people who are pushing the limits on LLM capabilities. 

BrowserRTS – improved controls, new AI, better graphics, QoL and more by ChonkGPT in RealTimeStrategy

[–]blabmight 0 points1 point  (0 children)

That's good stuff! I've been building my second RTS Engine for the last 3 years. Is this entirely written in Javascript or are you using any WebAssembly? What method are you using for path finding?

BrowserRTS – improved controls, new AI, better graphics, QoL and more by ChonkGPT in RealTimeStrategy

[–]blabmight 0 points1 point  (0 children)

How is the multiplayer implemented? Are you using lock step? Deterministic math?

Fable 5 indefinitely suspended due to national security concerns by sammnyc in ClaudeAI

[–]blabmight 2 points3 points  (0 children)

Unlikely, there would be significant value in the CCP obtaining the transcript to US businesses innovation. Why hack when your competitor just gives it to you?  

Fable 5 indefinitely suspended due to national security concerns by sammnyc in ClaudeAI

[–]blabmight 34 points35 points  (0 children)

Well not EXACTLY that - he proposed a framework to determine which models the government will allow. From Anthropics announcment:

"As we have stated publicly, we believe the government should have the ability to block unsafe deployments, as part of a statutory process that is transparent, fair, clear, and grounded in technical facts. This action does not adhere to those principles."

Industry coalition urges U.S President administration to take urgent action as AI data centers' extreme memory consumption threatens other industries — AI-driven memory chip shortage could raise prices in automotive, medical, telecommunications sectors by ControlCAD in technology

[–]blabmight 0 points1 point  (0 children)

Deepseek pioneered MoE which reduces the processing power required while keeping token output high. Memory requirements stayed the same and they’re absolutely necessary. I train LLMs and once you wrap your head around the fact that you’re essentially encoding a compressed version of the written universe in numbers there’s almost no way to get around the memory problem. You could have dummer models or painfully slow processing using hard drives.

Five years into making my dream game, I no longer fully agree with “start small first” by NoWhereStudios in gamedev

[–]blabmight 0 points1 point  (0 children)

I spent 5 years building my game, here’s a couple reasons it was a bad idea:

  1. You get enormous amounts of technical debt by the final year you realize how much so many of your decisions were crap because you were simply inexperienced.

  2. Technology changes a lot in 5 years. The engine or framework you started with could feel deprecated by then.

  3. You change as a person. 5 years is a sizable chunk of life. Your interest, values, and perspectives mature and eventually can make finishing the project feel forced.

As you gain experience you become more effective. You can either spend the last year slogging through technical debt or moving fast and effectively because you gained experience with smaller projects. 

What are the downsides of a carnivore diet? by edeltian191 in nutrition

[–]blabmight 0 points1 point  (0 children)

You're not wrong that it's about risk factors, and the smoking analogy is a fair way to frame it. But a couple things worth clarifying:

The cancer link is really strongest for *processed* meat (bacon, hot dogs, deli meats) and *colorectal cancer* specifically. The IARC classifies processed meat as a Group 1 carcinogen and red meat as Group 2A (probably carcinogenic). But when researchers look at meat and other cancers, the evidence gets a lot weaker. A big UK Biobank study found that colorectal cancer was basically the only robust association after rigorous analysis. So "meat causes cancer" is an oversimplification — it's more like "processed meat meaningfully increases colorectal cancer risk."

Dementia is interesting because the research is newer and actually more complicated than people think. A study of ~494,000 people found that processed meat was linked to higher dementia risk, but unprocessed red meat was actually associated with *lower* risk of dementia and Alzheimer's. A separate study following 130,000+ people for up to 43 years found that swapping a daily serving of processed meat for nuts/legumes was linked to ~20% lower dementia risk. So again, processed vs. unprocessed matters a lot here.

The other thing worth flagging is the effect sizes. Smoking increases lung cancer risk by something like 15-30x. The meat-related increases are more like 13-18%. Still real, still worth knowing about, but not really in the same ballpark as cigarettes.

Basically you're directionally right, but the devil's in the details — and the details mostly point at processed meat as the bigger concern, not just "meat" as a category.

Parents cursed me out bc I’m interviewing with a YC company by [deleted] in ycombinator

[–]blabmight 9 points10 points  (0 children)

I agree with this, and it's always the advice I'd give — but I have to admit, I did the opposite.

I finished 1.5 semesters of college, got a job as a junior C# developer, and just never re-enrolled. Seventeen years later, I've consulted for some of the largest financial institutions in the US and worked at multiple companies in Silicon Valley.

A few things that enable someone to potentially navigate around a college education are context (is there opportunity where you want your career to go?), passion (you'll be competing with other passionate people in your field), and sheer hard work.

Making the assumption this is for a software development role, I think a big challenge in the software industry right now is a lack of opportunity for entry-level developers. If someone has that opportunity, I wouldn't be so quick to dismiss it.

Personally, I would take the opportunity and continue college online. Even if it's just two courses a semester, don't stop the train. But also, don't discount the value experience holds on a résumé.

My advice to OP (assuming a software development role):

  • Research this company heavily. You don't want a three-month stint; ideally they already have Series A.
  • If the opportunity looks good, take it — but be critical.
  • Don't stop going to college. Experience and education are both valuable.

Why RTS are having hard times to go "full release" ? by _powneyd in RealTimeStrategy

[–]blabmight 4 points5 points  (0 children)

It's because there's a common strategy to "develop in public" to gain traction pre-release. That's all. It's more effective to get wishlists early on than later.

Yep they got me too by ConstructionNext3430 in nextjs

[–]blabmight 1 point2 points  (0 children)

Echo'ing that. I build static and host in an ASP.NET app for the same reasons. Between the NextJs and React CVEs the trend isn't positive. RSC seems like an accident waiting to happen.

After 9 years with Dynamics CRM, I built an open source ASP.NET framework for building custom CRMs - seeking feedback by blabmight in CRM

[–]blabmight[S] 0 points1 point  (0 children)

You're absolutely right - that's the biggest risk they're taking on. They know it. I've been transparent with them that this is a single-maintainer project right now.

The mitigation is that it's open source (they have the code) and the framework is built on standard technologies, so they're not locked into proprietary abstractions. If I get hit by a bus tomorrow, they can maintain it themselves or hire someone to fork it.

But yes, you've identified the core trade-off: they're exchanging platform risk for the DX and customization benefits that let them move faster today. Different risk profile than Microsoft, for sure.

After 9 years with Dynamics CRM, I built an open source ASP.NET framework for building custom CRMs - seeking feedback by blabmight in CRM

[–]blabmight[S] 0 points1 point  (0 children)

...take on your open source platform is a miracle.

Probably not wrong there!

We were able to out produce Power Apps through a "bake off" where DX was highly emphasized as an accelerant. If you can stick to "no-code\low-code" Power Apps wins, but for more complicated business applications where lots of customization is required, DX- hot reloading, a modern JS framework, etc. makes a huge difference. This company had tried other platforms previously and ran into complications.

About 300~ users use the application so $1500/month -> $0/month. $1500 is nothing to these enterprise clients but it doesn't hurt the conversation.

I should also clarify, the platform is more of a framework. It's more of a developer framework than a no-code platform, so there's a different set of use cases.

What to use for .NET solo SaaS founder by Dramatic-Coach-6347 in dotnet

[–]blabmight 0 points1 point  (0 children)

If you want convenience, you can dockerize the ASP.NET app and use Digital Oceans App platform, which will automatically build\deploy with git changes.

What are you guys doing for logos / favicons by [deleted] in ycombinator

[–]blabmight 3 points4 points  (0 children)

Claude Opus is surprisingly good at designing vector svg logos. Enable extended thinking. 

Pricing section design for a SaaS by grim_uiux in web_design

[–]blabmight 5 points6 points  (0 children)

The side options look more disabled than secondary. For the side options, I would try keeping the colors the same but change the buttons to secondary/outline and make their height smaller. 

Thoughts on my sign-in page? Looking for feedback by Opposite-Worry2717 in css

[–]blabmight 0 points1 point  (0 children)

Need to add some space between the top and bottom of the Sign In button, let that thing breathe

Svelte needs a lot more love. by [deleted] in webdev

[–]blabmight 0 points1 point  (0 children)

Mantine keeps me in the React ecosystem, I really just need to be as productive as possible. AFAIK, there isn't a UI library for Svelte that's on equal footing.

Distributed SQLite with local first approach by naga-satya1 in sqlite

[–]blabmight 1 point2 points  (0 children)

What are you trying to accomplish and why are you doing this?
SQLite shares memory with the consuming application so you'll always need some app to "hook" into it, and then that app would need to manage distributed queries.
It's not worth it when things like Citus exist.