Swarm robots inspired by bees and ants could transform the future of mining
Underwater robots that are always on call pave the way for pipeline and cable security
Embodied AI: Industrial Manufacturing’s Answer to the Great Margin Squeeze
Rough demos unlock precise robot actions, with up to fourfold real-world gains
Rough demos unlock precise robot actions, with up to fourfold real-world gains
Inchworm-inspired robot that crawls without rigid parts could enable remote exploration
Exoskeleton and robotic arm reduce factory lifting strain by up to 65%
Introducing computer use in Gemini 3.5 Flash
Friendly social robots may help ease a child’s anxiety at the doctor’s office
Smart drones, safe skies: Student’s system tests and coordinates drone fleets
Imitation learning is reshaping the training of physical AI for industrial environments
DataRobot Agent Skills and MCPs are now discoverable through Agentic Resource Discovery
DataRobot now supports the Agentic Resource Discovery Specification, making DataRobot Agent Skills and MCPs easier for AI clients, registries, and developers to find.

Agents are only as useful as the capabilities they can reach.
A coding agent can write code. A workflow agent can call tools. An enterprise agent can reason across systems. But all of that depends on the same basic question: when the agent needs a capability, how does it find the right one?
Until now, the answer has mostly been manual. Developers wire in MCP servers, install skills, point agents at docs, and maintain long lists of tools that may or may not be relevant to the task at hand. That works for a small number of hand-picked integrations. It breaks down when every platform, team, and community is publishing new agentic resources.
That is why we are excited to share that DataRobot now supports the Agentic Resource Discovery Specification, also known as ARD.
DataRobot now publishes an ARD-compatible AI catalog for DataRobot Agent Skills and MCP Servers, making those skills and MCPs discoverable from our domain through the standard .well-known/ai-catalog.json path at https://datarobot.com/.well-known/ai-catalog.json
Why ARD matters
Agentic Resource Discovery is an open specification for publishing, discovering, and verifying agentic resources across the web. Those resources can include skills, MCP servers, APIs, agents, tools, workflows, and other capabilities.
The model is simple: providers publish a catalog of available resources under their own domain. Discovery services and AI clients can then find, index, and resolve those resources when an agent needs them.
That matters because the agent ecosystem is moving from static wiring to dynamic discovery.
Instead of asking developers to preload every possible tool and skill into an agent’s context, ARD gives agents and registries a standard way to discover the right capability for the task. The agent can search, select, and connect to relevant resources without carrying every integration by default.
For enterprises, that discovery layer is especially important. Teams need agents that can find useful capabilities, but they also need control over what gets surfaced, where it comes from, and how it is governed.
What DataRobot is publishing
DataRobot’s ARD catalog currently points to DataRobot Agent Skills and MCPs.
This includes skills for:
- Model training
- Model deployment
- Predictions and batch scoring
- Feature engineering
- Model monitoring
- Model explainability
- Data preparation
- App Framework CI/CD
- External agent monitoring
- Agent Assist
These skills package DataRobot platform knowledge into task-scoped context that coding agents can use directly. They help agents understand DataRobot workflows, SDK patterns, deployment steps, validation checks, and observability practices.
In other words, they teach agents how to use DataRobot correctly.
With ARD support, those skills are not only available in repositories and agent environments. They are also published in a standard catalog that discovery tools can crawl, index, and resolve.
From installable skills and MCPs to discoverable platform context
We have been investing in DataRobot Skills and MCPs because agents need more than documentation. They need operational context.
A human developer can read docs, infer missing steps, ask a teammate, and recover when an API call fails. An agent needs the right context at the right moment. Otherwise, it guesses.
Skills and MCPs reduce that guesswork by giving agents precise instructions for common platform workflows. ARD takes the next step by making those resources easier to find.
That shift matters for developer experience. It also matters for platform teams.
If you are building agents on DataRobot, you should not have to manually teach every tool where DataRobot skills and MCPs live. If you are building an AI client or registry, you should have a standard way to discover DataRobot resources. If you are governing agentic AI inside an enterprise, you should be able to decide which catalogs and registries your agents can use.
ARD gives the ecosystem a path toward that model.
Try it
- Learn more through the official ARD specification.
- Get started today: Follow the quickstart guide to publish your AI catalog in minutes
- Build: Create your first DataRobot Agent
- Read: Learn more about DataRobot Skills, MCP, and the agentic developer surface
What comes next
Agentic discovery is still early, and the specification is moving quickly. That is exactly why we wanted DataRobot to participate now.
The agentic web will not be built from one marketplace, one vendor catalog, or one hard-coded tool list. It will need open discovery, clear ownership, and resources that agents can actually use.
DataRobot’s role is to make enterprise AI agents easier to build, operate, monitor, and govern. Supporting ARD is another step toward that future: DataRobot platform context that is not just available, but discoverable.
Agents should not have to guess where the right capability lives.
Now, they can find DataRobot.
The post DataRobot Agent Skills and MCPs are now discoverable through Agentic Resource Discovery appeared first on DataRobot.
Ultraefficient chip could help tiny robots traverse complex environments
AI brings object-level vision prosthetics closer to reality
Image credit: By Jeff Dahl – Own work by uploader, Based on the public domain document: [1], CC BY-SA 3.0, Link
By Stephanie Parker
This research from the NeuroAI Lab of Martin Schrimpf, part of EPFL’s Schools of Computer and Communication Sciences and Life Sciences, uses AI models to predict exactly where to stimulate the brain to evoke images of faces and specific objects in the users instead of simply evoking spots of light. The models developed at EPFL were used by Dutch researchers for live trials on sighted monkeys. The preliminary results, presented in April at the International Conference on Learning Representations, show very promising implications for vision in humans as well.
“The motivation for this project is that there are many people with visual deficits that are irreparable, in the sense that somewhere along the visual processing stream, starting with the retina, there is a deficit which cannot be repaired,” says Johannes Mehrer, a scientist in the NeuroAI lab who led the research. “One way of tackling this problem is to develop a visual prosthesis.”
There are multiple kinds of visual prosthetics including retinal, optical nerve, and cortical. Retinal prosthetics are placed somewhere on the retina, and optical nerve prosthetics are used when the retina is too damaged for an implant and the optical nerve can be stimulated instead. When neither the retina nor optical nerve can be implanted, cortical prosthetics are used. These bypass the retina and optical nerve entirely and work instead by stimulating the visual cortex, using electrodes to “draw” images onto it. However, thus far, this approach is limited in that it targets lower-level regions of the brain where it is only possible to project light flashes and simple shapes. There are also hardware constraints because multiple electrodes are needed to stimulate different areas at the same time, but only a certain number of electrodes can be used in one area.
“The images they can elicit, in this case simple symbols, are really limited in their complexity,” Mehrer explains. “At the moment, existing approaches to visual prostheses couldn’t elicit the percept of a more complex visual object such as a house or a car.”
Higher-level visual regions of the brain underlie the processing of more complex objects and could thus serve as a target for a new generation of visual prostheses allowing for eliciting images of faces, houses, and other objects. However, these higher-level regions are less accessible, because it is not known exactly where and how to stimulate them. This is where the AI model comes in.
Towards restoring meaningful sight
“We had the idea to use an artificial neural network, in this case a specific type called a topographic neural network, to test various patterns of brain stimulations in these higher-level regions of the brain and simulate their outcomes,” Mehrer says. “We can then run all sorts of simulations using different combinations of different parameters that would otherwise take up a lot of experimental time and would cost a lot of money.”
The EPFL researchers, working entirely on computers, set up a model to select the best combination of images with the specific pattern of stimulation. Following their results, a team of resarchers in Amsterdam decided to test the model’s prediction on two of their monkeys who already had implants for other experiments not involving EPFL.
“Our model turned out to be quite efficient in predicting which stimulation pattern would yield a strong effect on the monkeys’ behavior with respect to visual object recognition,” says Martin Schrimpf, head of the NeuroAI Lab. “Our models can do the image selection, but the more crucial part is that given an image, it can tell us what the optimal stimulation pattern for a particular desired behavior is.”
What the researchers have been able to show so far with this work is that they can shape object perception, meaning that if a visual stimulus is presented, they can bias its representation in the brain. However, they cannot yet create object perception out of nothing. Stimulating the cortex while there is no visual stimulus presented would be their next step towards restoring meaningful sight to the blind.
“The monkey saw an image already, and then we were able to basically distort it to change the perception in somewhat predictable ways,” says Schrimpf. “The bigger goal will be to evoke a percept from scratch: to make someone see something meaningful even when their eyes aren’t delivering a usable image.”
This work showing that model-guided brain stimulation could lead to more advanced visual prosthetics could also be applied to hearing prosthetics. Through a grant from the Horton Health Foundation, Schrimpf and his team will next investigate if this kind of modeling works for auditory stimulation.
“Cochlear implants are great, but they are also not perfect in many ways, and they don’t really fully restore auditory processing,” says Schrimpf. “Our idea is to develop these kinds of topographic models that can predict what stimulation does to neural activity for auditory processing as well.”