Researcher, educator, entrepreneur, and administrator in computer science, artificial intelligence, and healthcare.

Joined May 2010
44 Photos and videos
Eric Xing reposted
// Critique of the Agent Model // Finally, a paper that tries to define what an agent is and what agency consists of. Good read overall. (great bookmark) The word agent now covers everything from a for-loop with tool calls to speculative machine superintelligence. Eric Xing and colleagues ask where automation ends, and agency begins. Drawing on Descartes and on science-fiction portrayals of autonomous beings, they analyze agent architectures along five dimensions: goal, identity, decision-making, self-regulation, and learning. The argument is that genuine agency requires these structures to hold together in a specific way. Great paper overall, providing a vocabulary for arguing about what is and is not an agent. Paper: arxiv.org/abs/2606.23991 Learn to build effective AI agents in our academy: academy.dair.ai/
26
58
280
20,735
Eric Xing reposted
arxiv.org/pdf/2507.05169
A companion paper to the critique of agent model paper. arxiv.org/abs/2507.05169
1
4
1,866
The outlook of an AI-driven Digital Organism (AIDO), such as a virtual cell (VC), has recently captivated much excitement and imagination from both AI and Biology communities, but there remain many open questions, in particular, what model presents the best path to realize an #AIDO or a #VC? In this paper we present a definition of the virtual cell based on World Model — an architecture recently emerged in AI that supports advanced capabilities such as action-conditioned simulation, dynamic state-evolution, counterfactual reasoning, and long-horizon planning in complex dynamic environments. When applied to biological scenarios, a world model of the virtual cell is a generative model that simulates biological possibilities of a cell under any natural or artificial interventions and environments. Such a virtual cell world model (VCWM) contrasts predictive foundation models on specific tasks, such as gene-expression perturbation prediction, as seen in some recent definitions of the virtual cell. At the same time not every biological foundation model built on sequence or structure or expression only can be repositioned as a world model if there is no multi- or pan-modality, stateful embedding, continuous action-conditioning, and dynamic state-transition and rollout. We presents a novel architecture for #VCWM based on the GLP (generative latent prediction) framework that enables simulated cell as an end-to-end platform. Stay tuned for the release of the first implementation of VCWM from @genbioai soon. @dasongle, @zivbj, @ElijahCole, @probablybots, @EuxhenH, @cfeinau, @deboramarks, @fabian_theis, @mmbronstein, @pkoo562 openreview.net/forum?id=hZNx…
10
38
3,794
With the rise of LLM systems marketed as "coding agents", "AI co-scientists", etc. that promise to drive up productivity, and at the same time outcry of "existential" concerns that AI escaping human control with destructive power under a speculative "machine agency" against humans, there has been lots of confusion about “What is an agent?” and “What constitutes agency?” It has become essential to clarify where automation ends and agency begins. Also recently, developments in world models, action models are trending to mixing future prediction/simulation and action/plan generation altogether within a single architecture such as a VLM, conflating reward-driven action selection with fidelity-driven next-state prediction, undermining the reliability of both planning and simulation. In this paper we analyze agent architectures along the axis of goal, identity, decision-making, self-regulation, and learning, and argue that genuine agency requires these structures to be internalized within the system itself rather than assembled through external scaffolding. We propose a “Goal-Identity-Configurator” (GIC) architecture for a general-purpose agent model, combining hierarchical goal decomposition, identity evolution, simulative reasoning grounded in a separately trained world model, learned self-regulation, and self-directed learning from both real and simulated experience. Auditability, controllability, and safety of systems that possess greater autonomy and "agency” but remain under human oversight, can be better built with the GIC architecture that offers transparency, modularity, and checkpoints. @mdeng34 , @jinyuhou0 openreview.net/forum?id=6fDZ…
3
10
38
6,510
Eric Xing reposted
An excellent piece in @Nature on the promise and challenges of virtual cells, including insights from GenBio AI's @ericxing and @Prof_Lundberg on why multi-scale, multimodal approaches are the future, and why world models are key to building them. Learn more → x.genbio.ai/dTHCHh
5
9
914
Eric Xing reposted
We agree that the world model should be a simulator that supports decision-making, not rendering beautiful images/videos. Our difference is in how the world state should be represented. Should the world be anchored in Gaussian splats and physics engines for program-as-simulator? Or in learned representations for model-as-simulator? We believe the latter is a more scalable, bitter-lesson-pilled approach. More in our position paper "Critiques of World Models" coauthored with Prof. @ericxing and @jinyuhou0 arxiv.org/abs/2507.05169
7
13
70
9,315
1/4 Frontier LLMs are converging on adaptive reasoning. But controlling how much to think is not the same as controlling what kind of thinking to do. SR²AM introduces self-regulated simulative reasoning: an agent that simulates possible futures through a world model and learns when that simulation is worth the cost.
1
6
19
1,983
Eric Xing reposted
Congrats to Parallel Data Lab researchers including SCS faculty member Eric Xing on receiving the Test of Time Award during the 2026 EuroSys Conference! ece.cmu.edu/news-and-events/…
2
10
1,486
Eric Xing reposted
Frontier LLMs are converging on efficient, adaptive reasoning. Opus 4.7 lets the model decide how deeply to reason. GPT-5.5 achieves strong results with fewer reasoning tokens. We study a related but more structural question: what 𝗸𝗶𝗻𝗱 𝗼𝗳 𝗿𝗲𝗮𝘀𝗼𝗻𝗶𝗻𝗴 should we adapt? Last year in SiRA (upper figure), we showed that simulative reasoning (System II), which uses a 𝘄𝗼𝗿𝗹𝗱 𝗺𝗼𝗱𝗲𝗹 to evaluate consequences of actions, yields up to 124% improvement over reactive baselines (System I), and that strong reasoning models (o1, o3-mini) fail as planners without this structure. In our new paper SR²AM (lower figure), we add a learned 𝗰𝗼𝗻𝗳𝗶𝗴𝘂𝗿𝗮𝘁𝗼𝗿 (System III) that self-regulates when to simulate, how far ahead, and when to skip planning entirely. Efficient reasoning is not just shorter reasoning: it is better allocation of simulation.
5
45
278
62,224
Eric Xing reposted
This is a prototype using language-based world models. Stay tuned for our next steps on multimodal and physical world models. The concept of a configurator, which decides when and how deeply to engage a reasoning process, is not specific to planning, but extensible to learning and adaptation going forward. 📄 SR²AM: arxiv.org/abs/2605.22138 📄 SiRA: arxiv.org/abs/2507.23773 🌐 Project: sailing-lab.github.io/sr2am-… 💻 Code: github.com/sailing-lab/sr2am 🤗 SR²AM-v0.1-8B: huggingface.co/sailing-lab/S… 🤗 SR²AM-v1.0-30B: huggingface.co/sailing-lab/S… Joint work with @jinyuhou0, @larasnevess, @varad0309, @tw_killian, @waterluffy, @ericxing
2
10
59
4,820
Eric Xing reposted
MBZUAI and the United Arab Emirates Government have signed a strategic collaboration agreement. As the Strategic Knowledge Partner, MBZUAI will support the UAE's national initiative to deploy agentic AI across 50% of government services, training 80,000 federal employees and delivering executive programs for government leaders, reinforcing the UAE's commitment to becoming a global leader in AI-enabled governance and public sector innovation. The collaboration will advance AI readiness, literacy, and executive capability building across UAE federal government entities and ministries, and driving the responsible adoption of generative and agentic AI technologies. In the presence of H.E. Mohammad Abdullah Al Gergawi, Minister of Cabinet Affairs, and H.E. Khaldoon Khalifa Al Mubarak, Secretary General of the Artificial Intelligence and Advanced Technology Council and Chairman of MBZUAI’s Board of Trustees, the MOU was signed by H.E. Ohood Khalfan Al Roumi, Minister of State for Government Development and the Future and Chairwoman of Federal Authority for Government Human Resources (FAHR), and Prof. Eric Xing, MBZUAI President and University Professor.
1
14
12
2,180
Eric Xing reposted
Zihan Liu, Technical Lead for the PAN world model at IFM’s Silicon Valley Lab, is joining us at @Stanford on May 21 to share how he and his team build interactive, long-horizon world simulations.
3
3
6
1,273
Eric Xing reposted
Hector Liu, Director of IFM’s Silicon Valley Lab, is joining us at @Stanford on May 21 to share how he and his team build and deploy IFM’s reasoning and world models.
1
3
5
643
Eric Xing reposted
A very special delivery for David Attenborough, beloved by people (and animals) everywhere 💚 To honour Sir David’s 100th birthday, His Majesty The King is supported by a cast of stars from British nature to relay his handwritten message in time for the celebration at the Royal Albert Hall. Watch David Attenborough’s 100 Years on Planet Earth on @BBCiPlayer. youtu.be/I1D9YF0YapQ?si=6zcB…
375
2,236
12,335
1,043,672
Glad to see @mbzuai , a university 5 years old, is in this list of top contributors alongside world leading universities. Contributions to my colleagues.
someone analyzed all 5000 accepted papers at ICLR 2026, and it's a good signal who's pushing the research of AI: > China has surpassed the US with 43.7% of the papers > Europe's contribution is surprisingly small (5.3% including UK)
1
4
34
6,914
“A university that asks students what they want and gives it to them is not educating – it is catering.” In my annual MBZUAI commencement address today, I emphasized two principles that shape our university: 1) The core business of university is creating knowledge and teaching knowledge, everything else is secondary; 2) Our university is a forge. Faculty and leaders are not pastoral counselors; they are forge masters. Their job is to make people capable, not comfortable. — Maybe obvious, but hard to say and hard to enact these days. mbzuai.ac.ae/news/presidents…
1
2
21
1,709