In general, I agree. But they are related but slightly different things in some contexts. Like when I say "I am running an open-weight model", I could be using OpenRouter or ollama cloud models.
AI
-
Research agents excel at resolving implementation issues, not novel discoveries
By
–
1/N Model capabilities today are subpar for end-to-end autonomous research, what we would categorize as the ability to make “novel discoveries”. However, in our experimentation, research agents have proven to be an excellent way to resolve implementation issues and carry out
-
Presentation of auto-search for arXiv articles via autoarxiv
By
–
Introducing autoresearch for arXiv papers
— alphaXiv (@askalphaxiv) 18 juin 2026
Change 'arxiv' to 'autoarxiv' in any paper URL
An agent deploys to resolve setup issues on the codebase, run a minimal reproduction, and estimate full replication cost. Read more below pic.twitter.com/2UHVqbT7EuPresentation of auto-search for arXiv articles. Replace 'arxiv' with 'autoarxiv' in any article URL. An agent deploys to resolve configuration problems in the codebase, run a minimal reproduction, and estimate the replication cost.
-
Global competition for elite AI talents
By
–
The global competition for elite AI talent is unlike anything we have seen before. Multi-billion dollar compensation offers. Frontier labs battling for a handful of world-class minds. Because, the interesting thing is this: in a world defined by exponential systems, even a single… pic.twitter.com/jU24fGASEO
— Nina Schick (@NinaDSchick) 18 juin 2026Global competition for elite AI talents is unprecedented. Multi-billion dollar compensation offers. State-of-the-art laboratories vying for a handful of world-class minds. Because, the most interesting thing is this: in a world
-

4th edition of classic AI textbook covers deep learning, robotics, causality
By
–
4th edition of classic AI textbook covers Deep Learning, Transfer Learning, multi-agent systems, robotics, causality,…: “Artificial Intelligence — A Modern Approach” See this and more at http://
amzn.to/4lFIZt8
———
#DataScience #MachineLearning #ML #DataScientist -

AI Adoption Accelerates But Governance Missing, Risks Rise
By
–
AI adoption is accelerating.
So are the cybersecurity risks behind it. Companies are integrating AI into CRM, sales, operations and customer experience faster than ever. But many organizations are still missing a critical point: AI without governance creates exposure. -

Promotion of Machine Learning with Python for Everyone book
By
–
“Machine Learning with Python for Everyone" at: http://
amzn.to/43HEaFS
—————
#DataScience #AI #DeepLearning #ML #DataScientist -

Claude Code leak shows AI agents stack compaction techniques
By
–
The Claude Code leak revealed something interesting. Good AI agents are not relying on one big context trick. They stack multiple compaction techniques on top of each other. Things like:
filtering tool outputs,
trimming old context,
compressing past conversations,
removing -

OpenKB solves RAG’s amnesia problem based on Karpathy’s concept
By
–
TRADITIONAL RAG HAS A MASSIVE AMNESIA PROBLEM. It rediscovers knowledge from scratch on every single query, and nothing ever accumulates. OpenKB is a new open-source alternative that finally fixes this. Based on a brilliant concept outlined by @Karpathy
, OpenKB treats