Shares in Japanese toilet maker Toto soar on AI-related pivot
Article URL: https://www.ft.com/content/38969e97-92e4-4066-a554-27274d32d545
Comments URL: https://news.ycombinator.com/item?id=47995628
Points: 1
# Comments: 0
Article URL: https://www.ft.com/content/38969e97-92e4-4066-a554-27274d32d545
Comments URL: https://news.ycombinator.com/item?id=47995628
Points: 1
# Comments: 0
Article URL: https://eliocapella.com/blog/ai-library-migration-guide/
Comments URL: https://news.ycombinator.com/item?id=47995613
Points: 1
# Comments: 0
Article URL: https://cubiczan.substack.com/p/how-we-shipped-3-full-stack-data
Comments URL: https://news.ycombinator.com/item?id=47995604
Points: 1
# Comments: 0
Hi there, I have a (long) paper that's been under review at TMLR for a while (submitted in October). After the reviews came in (mostly positive), we addressed the reviewers concerns, wrote rebuttals, and had a notification from the system accordin…
Article URL: https://github.com/fpytloun/mnemory
Comments URL: https://news.ycombinator.com/item?id=47995527
Points: 2
# Comments: 2
Article URL: https://codeonix.app
Comments URL: https://news.ycombinator.com/item?id=47995519
Points: 2
# Comments: 1
Article URL: https://cubiczan.substack.com/p/why-cfos-need-a-consensus-hardening
Comments URL: https://news.ycombinator.com/item?id=47995494
Points: 1
# Comments: 0
I’ve been experimenting with language-model-based compression for source code, using a simple n-gram model combined with arithmetic coding. ill make a repo soo… The setup is straightforward: tokenize Python source, estimate P(xt∣xt−n+1:t−1)P(x_…
Most people think AI agents will just be tools. I think they’ll eventually become workers that hire other workers. Right now most agents operate alone. One agent gets a task and tries to do everything itself, even when it’s bad at half the job. But hum…