Perceptron ships Isaac 0.5 as an open-weight model for factory-floor robots
The former Meta researchers behind Isaac 0.5 are betting one model can handle perception, reasoning and control without a stack of specialized systems.
By RuntimeWire Staff · Published
Primary source: TechCrunch
Why it matters
Perceptron is testing whether open weights and a software-only approach can let a $21M startup compete in physical AI without financing its own robot fleet.

Armen Aghajanyan (@armenagha) and Akshat Shrivastava launched Isaac 0.5 this week, an open-weight model that Perceptron says can help robots interpret and act inside warehouses and factories, according to a TechCrunch report.
The release is the clearest expression yet of the founders' decision to leave Meta's Fundamental AI Research group and build models around physical work. Aghajanyan, Perceptron's CEO, said when the founders started Perceptron that he had spent nearly six years at Meta. Shrivastava, Perceptron's CTO, worked on pretraining and multimodal models at FAIR after developing language and on-device AI for Meta's augmented-reality products, smart glasses and assistant.
Shrivastava studied computer science and data science at the University of Washington, graduating magna cum laude in 2018 before completing a master's degree focused on machine learning and natural-language processing in 2019. He and Aghajanyan also co-authored research on model fine-tuning and multimodal systems. Their shared history matters because Perceptron is attempting to carry the foundation-model approach they worked on at Meta into environments where a bad prediction can stop a machine, damage inventory or send a robot down the wrong aisle.
One model for the whole box-sorting loop
Perceptron describes Isaac 0.5 as a general-purpose model that combines perception, reasoning and action. The practical pitch is consolidation. Industrial automation commonly divides a job among separate systems for reading labels, locating objects, planning movements and controlling machinery. Perceptron says Isaac 0.5 can cover that sequence with one model and adapt to different settings rather than being trained around a single repetitive task.
Shrivastava used package sorting to explain the bet. A robot must read a shipping label, understand how boxes are arranged, choose the right package and decide the order in which to move several objects. Each step already has specialized software. Perceptron is trying to make the full sequence available through one model that can respond to the scene in front of it.
That distinction is consequential if Isaac 0.5 works reliably outside a controlled demonstration. A flexible model could reduce the integration work required each time an operator changes a workflow, moves equipment or introduces a new object. Perceptron has not supplied an independent benchmark, named production customer or deployment metric for Isaac 0.5, so the release establishes availability rather than industrial performance.
Perceptron's existing Python SDK shows the interface the founders are building around that thesis. It supports detection, localization, optical character recognition, visual question answering and structured outputs such as points, boxes and polygons. Those outputs are meant to move model responses into robotics and analytics systems without forcing developers to parse a paragraph of generated text.
The data bet
Perceptron says Isaac 0.5 was trained on about 1 million hours of general video, supplemented by first-person footage and UMI recordings of humans performing physical actions. Shrivastava told TechCrunch that Perceptron had assembled petabyte-scale internal datasets spanning images, text, video and robotic trajectories. Perceptron has not identified the sources of that training material.
The mixture reflects a central constraint in robotics: direct robot demonstrations are expensive, slow and tied to particular machines. Internet and first-person video are easier to gather, although they do not contain every signal a robot needs to reproduce an action. Aghajanyan has framed this as a data-quality problem rather than a simple contest to collect the largest corpus.
At a Bessemer Venture Partners robotics event earlier this year, Aghajanyan argued that robotics research remains "really, really early." The discussion focused on a data pyramid: scarce, high-quality robot data at the top, with cheaper and less embodiment-specific sources below it. Isaac 0.5 appears to be Perceptron's attempt to combine those layers while keeping the resulting model practical enough for industrial use.
That approach has precedent. Physical Intelligence's pi0.5 research combines robot demonstrations, web data, language instructions and semantic tasks to improve generalization. Skild AI says its robotics model draws from simulation, internet video, teleoperation and real deployments. The race is moving toward broad data mixtures because no one has enough high-quality robot trajectories to cover every machine, object and workplace.
A $21M wager in a capital-heavy field
Perceptron recently raised $21 million in a round led by Bessemer Venture Partners, TechCrunch reported. The timing and valuation were not specified. The financing gives Aghajanyan and Shrivastava room to train larger systems, build proprietary datasets and support integrations, three expenses that arrive well before a physical-AI vendor can prove repeatable deployment economics.
The founders are entering a market where rivals have raised far larger sums. Skild said in January that it raised a $1.4 billion Series C at a valuation above $14 billion to expand its general-purpose robotics model and real-world deployments. Perceptron is taking a narrower commercial position: supply the visual intelligence layer across robot vendors and industrial environments instead of financing a broad hardware operation.
That can keep Perceptron out of the most expensive part of robotics, but it also leaves the founders dependent on manufacturers, integrators and operators to turn the model into a working system. Industrial buyers purchase uptime and measurable throughput. A model provider still has to prove that flexibility reduces deployment costs without introducing unpredictable behavior.
Open weights as a distribution strategy
Releasing Isaac 0.5 with inspectable weights gives researchers and engineering teams a way to test Perceptron's claims on their own hardware and data. It also puts the model in front of potential customers who may be unwilling to send factory video, security footage or operational data to an external API.
Perceptron's broader business already combines API access with commercial licensing for model weights. Isaac 0.5 extends that model into robot control, where local deployment can matter for latency, connectivity and data governance. The applicable license and the exact scope of the released training materials will shape how freely companies can adapt and deploy it.
The founders' larger wager is that industrial AI will need models designed around the physical world rather than general-purpose systems retrofitted after training. Isaac 0.5 gives outside engineers something concrete to evaluate. Perceptron's next test comes on the factory floor, where inspection access is useful and repeatable performance is the metric that gets a model renewed.