When AI Becomes The New Immigrant: Yuval Noah Harari’s Wake Up Call At Davos 2026 At #Davos2026, historian Yuval Noah Harari argued that AI is shifting from a tool to an #agent, a system that can #learn, #decide, #create and #manipulate. His challenge to #leaders was stark:
AGENTS
-

Towards Autonomous Mathematics Research — paper and code
By
–
Towards Autonomous Mathematics Research Paper: https://
arxiv.org/abs/2602.10177
v3
…
Code: https://
github.com/google-deepmin
d/superhuman/tree/main/aletheia
… -

DeepMind launches Aletheia, an autonomous math research agent
By
–
Just updated: "Towards Autonomous Mathematics Research" from Google DeepMind—and it has Demis Hassabis's name on it! The introduced Aletheia is a new math research agent thinks like a human mathematician, iteratively generating, verifying, and revising solutions end-to-end in
-

Autoresearch Papers and Karpathy’s Autonomous AI Research Framework
By
–
Great to see autoresearch blowing up becoz of the legendary Karpathy sensei. This year will ofc be an exciting year for automated AI research. For all of you guys excited to jump onto it, hopefully our papers will be some helpful references: – automated feedback loop for research agents to optimize LLM pre-training and post-training stacks: nitter.net/ChengleiSi/status/2014… – generating novel research ideas with LLMs, along with a comparison against human experts: nitter.net/ChengleiSi/status/1833… – evaluating the effectiveness of LLM-generated ideas through experiment execution: nitter.net/ChengleiSi/status/1939… – finetuning LLMs to directly predict the effectiveness of research ideas: nitter.net/jiaxinwen22/status/192… Andrej Karpathy (@karpathy) I packaged up the "autoresearch" project into a new self-contained minimal repo if people would like to play over the weekend. It's basically nanochat LLM training core stripped down to a single-GPU, one file version of ~630 lines of code, then: – the human iterates on the prompt (.md) – the AI agent iterates on the training code (.py) The goal is to engineer your agents to make the fastest research progress indefinitely and without any of your own involvement. In the image, every dot is a complete LLM training run that lasts exactly 5 minutes. The agent works in an autonomous loop on a git feature branch and accumulates git commits to the training script as it finds better settings (of lower validation loss by the end) of the neural network architecture, the optimizer, all the hyperparameters, etc. You can imagine comparing the research progress of different prompts, different agents, etc. github.com/karpathy/autorese… Part code, part sci-fi, and a pinch of psychosis 🙂 — https://nitter.net/karpathy/status/2030371219518931079#m
→ View original post on X — @hugo_larochelle, 2026-03-09 06:18 UTC
-

Seeking Feedback on Deepagents Deployment Documentation
By
–
Be future-ready with this book >> "Quantum #MachineLearning and Optimization in #Finance" (494 pages; 2nd Edition): http://
amzn.to/4lNlBt5 v/ @PacktDataML -

Diversity, Not Quantity, Improves Multi-Agent AI Performance
By
–
Is simply adding more AI agents to a task the best way to improve performance? Researchers from Shanghai Jiao Tong University, Caltech, Johns Hopkins, and UC Berkeley have found that the answer lies in diversity rather than quantity. They discovered that identical agents hit a
-
From Job Title to Tool to Agent: Computing Evolution
By
–
A “computer” used to be a job title. Then a computer became a thing humans used. Now a computer is becoming a thing computers use.
-

Agent Observability for Agent Improvement Loops
By
–
A Gentle Introduction to Optimization http://
amzn.to/3MQ6fE5
—————
#Mathematics #PrescriptiveAnalytics #ORMS #DataScience #ML #MachineLearning -
Codex acceleration in the last week with GPT 5.4, Windows, and new skills
By
–
Codex in *just* the last week: > GPT 5.4
> Codex for Windows
> Fast mode
> Skills – Playwright Interactive, Slides, Spreadsheets and more Non app related but relevant: > Codex Security
> Codex for OSS Can you feel the acceleration, anon? -

Building Coding Agents for Terminal: Key Lessons
By
–
Nice paper on lessons around building coding agents for the terminal.