artificial
artificial

AI system helps achieve first clinical pregnancy by finding rare viable sperm cells in severe male infertility case

Pretty wild case report: AI + microfluidics helped find just two viable sperm cells, and that was enough to start a pregnancy. Obviously it’s early and based on one case, but this feels like one of those “future of medicine” moments. submitted b…

The AI war is moving from models to machines and I don’t think enough people are talking about it

okay so I’ve been thinking about this for a while and finally wrote it out properly everyone’s still arguing about benchmarks and which model is smarter but like… that’s starting to feel like the wrong fight? the more interesting question is where the …

Naive question – do local models call into question the business model for AI company profitability?

From what I understand Gemma 4 is at least as capable as the best frontier model from only a few years ago. If that becomes a trend (new local-run models get released every year that are as good as the previous frontier models) does that mean a hell of…

Naive question – do local models call into question the business model for AI company profitability?

From what I understand Gemma 4 is at least as capable as the best frontier model from only a few years ago. If that becomes a trend (new local-run models get released every year that are as good as the previous frontier models) does that mean a hell of…

Hassabis says AGI in three years but I keep thinking about the harness layer

The DeepMind CEO predicted AGI could arrive by 2029. Right as Anthropic files for IPO at close to a trillion dollar valuation. The combined target market cap of the AI big three would rival the GDP of most countries. What actually scares me. We already…

Google’s Gemma 4 12B just dropped – here’s how to run it locally on your Mac

Google released Gemma 4 12B today. It’s a solid open-source model (Apache 2.0) that’s multimodal and runs really well on Macs with 16GB or more unified memory. Good at reasoning, coding, and agent stuff. Quick Mac-friendly info • 12B parameters, fits n…

What model do you use and how many tokens do you consume

Talking about efficiency and reliability of LLM tools. How many tokens per task, per project, per month submitted by /u/dotdev_software [link] [comments]

Claude is completely unusable now

Has anyone else experienced this recently? It’s been getting worse for a while but 4.8 is distinctly worse for me. Claude does everything it can to get out of work and frequently uses its “end conversation” tool inappropriately with me. It will say “le…

Trying to convince CoPilot there is an IPO for SpaceX this month

This started with me asking about the MM's and the IPO price of the SpaceX IPO this month. CoPilot said there was no SpaceX IPO this month. Me: You are wrong. Space X has indeed announced an IPO and it is this month Thanks for flagging that — let’s…

An open-source agent architecture that solves the memory problem

Most agent setups handle memory badly. They either write everything to long-term memory until it fills with noise and contradictions, or they forget across sessions and you start from scratch every time. I have been building an open-source agent archit…