β All Reports
Executive Summary
Nexus Intelligence is building two things: (1) a compiler that translates between proprietary PLC formats (Rockwell, Siemens, Beckhoff, etc.) and a vendor-neutral representation, and (2) a tool layer that gives AI agents code navigation APIs and live equipment access via industrial protocols. Their thesis: AI cannot transform manufacturing until it can read, write, and reason about the code that actually controls machines β and that code is locked inside proprietary, vendor-specific formats that no AI system can currently parse.
- The PLC market is $13.3B (2026), growing to $16.4B by 2031, with top 5 vendors holding ~60% share β each using incompatible proprietary formats[1]
- AI in manufacturing is a $34.2B market (2025) β $155B by 2030 at 35.3% CAGR β but almost none of this touches PLC code directly[2]
- Squint (named competitor) is NOT a direct competitor β they solve operator knowledge capture (tribal knowledge β AR guides), not PLC code comprehension. Different stack, different problem.[3]
- Vendor copilots (Siemens, Schneider) are single-vendor only β they work within their own ecosystem but cannot cross vendor boundaries. This is the gap Nexus targets.[4]
- The controls engineering talent crisis is acute β 26% of manufacturing workforce is 55+, and PLC-specialized engineers are among the hardest to hire[5]
Team passes the Founder Obsession test: CEO Chris Yuan is ex-Tesla factory automation; Lead Architect Jonas Neubert has a decade bridging factory automation and modern software (Zymergen, AWS, Imperial College, IEEE robotics publications). Backed by a16z and BoxGroup at seed.[20][21][22]
Bottom line: Nexus occupies a structurally unique position β the format translation layer between proprietary PLC ecosystems and AI. The team has genuine controls engineering depth (not AI generalists learning PLC on the fly), and a16z has already validated the thesis at seed. The moat is technical depth (reverse-engineering proprietary binary formats is extremely hard) and the TAM is anchored by the $13.3B PLC market + $155B AI-in-manufacturing market. The key diligence question is now entry price: has a16z already priced in the upside?
1. The Problem: Why AI Can't Touch Manufacturing
The entire AI industry has a blind spot. AI can write Python, analyze legal contracts, and generate marketing copy β but it cannot read or modify the code that controls 90% of global manufacturing. That code runs on Programmable Logic Controllers (PLCs), and it's locked inside proprietary vendor ecosystems that predate the internet.
What is a PLC?
A PLC is a ruggedized computer that runs the real-time control logic for industrial equipment β assembly lines, chemical plants, power stations, water treatment, food processing, building HVAC. PLCs are everywhere: every factory, every warehouse with automation, every industrial process that runs without constant human intervention. The global installed base is estimated at tens of millions of units.[1]
The Fragmentation Problem
IEC 61131-3, the international standard for PLC programming, defines five programming languages: Ladder Diagram, Function Block Diagram, Structured Text, Instruction List, and Sequential Function Chart.[6] In theory, these create portability. In practice, every vendor implements them differently:
| Vendor |
IDE / Platform |
File Format |
Global Market Share |
| Siemens |
TIA Portal |
Proprietary XML/binary (S7 format) |
~20-25% |
| Rockwell (Allen-Bradley) |
Studio 5000 / RSLogix |
Proprietary L5X/L5K (XML-based but vendor-specific) |
~15-20% (dominant in US) |
| Schneider Electric |
EcoStruxure Machine Expert |
CODESYS-based, proprietary extensions |
~10-12% |
| Mitsubishi Electric |
GX Works |
Proprietary binary |
~10-12% (dominant in Asia) |
| ABB |
Automation Builder |
Proprietary |
~8-10% |
| Beckhoff |
TwinCAT |
CODESYS-based, proprietary extensions |
~3-5% (growing rapidly) |
The critical point: "direct code transfer between brands requires manual rewriting, not simple conversion."[7] There is no universal format. There is no "PLC code to text" converter. Each vendor's format is a proprietary binary or XML structure with vendor-specific function blocks, tag databases, hardware configuration, and I/O mappings that are meaningless outside their own IDE. This means:
- An LLM cannot read a Rockwell L5X file and understand the control logic
- An AI agent cannot compare a Siemens S7 program to a Beckhoff TwinCAT program
- No existing tool can translate between vendor formats automatically
- Every AI-for-manufacturing startup that doesn't solve this problem is working above the code layer β analyzing sensor data, optimizing schedules, or presenting documentation β but never touching the actual control logic
The analogy: Imagine if every word processor (Word, Google Docs, Pages) used a completely different file format that couldn't be read by any other tool, and AI coding assistants could only work with one word processor at a time. That's the state of PLC programming in 2026. Nexus is building the equivalent of python-docx β the library that lets software read and write these proprietary formats programmatically.
2. What Nexus Intelligence is Building
Nexus Intelligence has two products forming a two-layer architecture:[8]
Layer 1: The Compiler (Format Library)
A translation engine that can parse proprietary PLC file formats (Rockwell L5X, Siemens S7, Beckhoff TwinCAT, etc.) and convert them into a vendor-neutral intermediate representation β what they call "Nexus format." This is the foundational technical challenge: reverse-engineering binary and XML formats that vendors have spent decades developing and deliberately keeping incompatible.
This is not a thin wrapper. A complete PLC program includes:
- Control logic β the actual program (ladder diagram, structured text, function blocks)
- Tag database β all the named variables, their types, and their mappings to physical I/O
- Hardware configuration β which modules are in which slots, how they're networked
- HMI bindings β how the operator interface connects to the control logic
- Vendor-specific function blocks β proprietary instructions that only work in that vendor's ecosystem (Rockwell's AOIs, Siemens' FBs)
Faithfully representing all of this in a vendor-neutral format while preserving semantic meaning is a deep compiler engineering problem β not an AI problem.
Layer 2: The AI Agent Tool Layer
Once the code is in Nexus format, the second layer provides APIs that AI agents can use to:
- Navigate code β "show me all the logic that controls valve V-301" or "trace the interlock chain for this safety system"
- Access live equipment β read real-time values from PLCs over industrial protocols (EtherNet/IP, Modbus TCP, OPC UA) so the AI can see what machines are actually doing, not just what the code says they should do
- Modify code β generate changes to control logic that can be compiled back into vendor-specific formats and deployed to actual PLCs
The combination is the thesis: the compiler makes PLC code legible to AI; the tool layer makes it actionable.
The "Nexus Copilot"
The user-facing product is an "open, vendor-agnostic design environment that learns from your controls standards, I/O mappings, and more to explain, develop, and test code alongside your engineers."[8] This is how they go to market: the copilot is the feature; the compiler is the infrastructure that makes the feature possible.
2B. Team & Funding
Founded in 2024 in San Francisco. Backed by Andreessen Horowitz (a16z) and BoxGroup at seed stage.[20]
| Name |
Role |
Background |
Signal |
| Chris Yuan |
CEO & Founder |
Former Tesla β factory automation software engineer, battery raw materials strategy. Lived the problem firsthand: "I expected cutting-edge tools for manufacturing systemsβ¦ the reality was quite different. Increasingly complex equipment is being built, operated, and maintained using aging, vendor-locked software tools and PLC platforms."[21] |
π’ Strong. Founder-market fit from direct Tesla factory floor experience. Origin story is the problem statement. |
| Jonas Neubert |
Lead Architect |
Self-described "automation engineer and software developer." Former Zymergen/Ginkgo Bioworks (created software architecture for robotic automation platform), AWS (CLI and boto3 β used by millions), Counsyl (high-throughput diagnostics lab). M.Eng. from Imperial College London. Published at IEEE IROS and ICRA (top robotics conferences). PyCon speaker on PLC-Python integration since 2019.[22][23] |
π’ Exceptional. One of the best-qualified people to architect a PLC format compiler β a decade bridging factory automation and modern software, with AWS-grade systems engineering. This wasn't a pivot; it's a culmination. |
| Pin-Yen Chen |
Founding SWE |
Limited public information available. |
βͺ Worth asking about in the meeting. |
Team assessment: The Founder Obsession filter β which we flagged as the #1 open question β now passes. Chris Yuan lived the problem at Tesla. Jonas Neubert has been building at the intersection of factory automation and modern software for a decade, and has been literally giving talks about bridging Python and PLCs since 2019. The a16z + BoxGroup backing at seed means smart money has already validated the thesis. The key question becomes: is there still room at a reasonable entry price, or has a16z already priced in the upside?
3. Squint: Named Competitor Analysis
Verdict: Squint is not a direct competitor. They operate at a fundamentally different layer of the manufacturing stack.
|
Nexus Intelligence |
Squint |
| Problem |
AI can't read or modify PLC code |
Tribal knowledge is trapped in operators' heads and manuals |
| User |
Controls engineers, system integrators |
Frontline operators, maintenance technicians |
| Data Source |
Native PLC code (binary/XML) + live equipment data |
PDFs, manuals, video recordings, operator knowledge |
| Technical Approach |
Compiler + format library + industrial protocol integration |
AR + multimodal AI to convert video/docs into step-by-step guides |
| Stack Layer |
Code / Control layer (what the machine is programmed to do) |
Knowledge / Operations layer (how operators interact with machines) |
| Funding |
Early stage (limited public data) |
$53M total: $13M Series A (Sequoia), $40M Series B (Aug 2025)[3][9] |
| Customers |
Not publicly disclosed |
Colgate-Palmolive, Berkshire Hathaway Energy, Siemens, Volvo |
The "PDF-based" distinction raised in the brief is accurate and important. Squint's AI works with documents about machines β manuals, SOPs, training materials. Nexus works with the code that runs machines. A PDF can tell you "turn this valve 90 degrees clockwise"; PLC code can tell you "this valve opens when pressure sensor PT-101 reads above 150 PSI AND the safety interlock on HS-102 is cleared AND the timer T4:0 has elapsed." The information density and actionability are categorically different.
That said, they're potentially complementary rather than competitive. A complete manufacturing AI platform would need both: Nexus for code-level intelligence, Squint for operator-level knowledge. An integration play (or an acqui-hire by a platform player) is plausible.
4. The Real Competitive Landscape
If Squint isn't the competitor, who is? The answer reveals the structural opportunity:
Vendor Copilots: The Single-Vendor Trap
Both Siemens and Schneider Electric have launched AI copilots for PLC programming:
- Siemens Industrial Copilot (with Microsoft): Integrated into TIA Portal; generates Structured Text code; adopted by thyssenkrupp for global rollout to 120,000+ engineers. Available only for Siemens PLCs.[4][10]
- Schneider EcoStruxure Automation Expert Copilot (with Microsoft): Similar approach for Schneider's ecosystem. Supports end-to-end workflows from logic to HMI to testing β but only within EcoStruxure.[11]
The structural limitation: Each vendor's copilot only works with their own format. This is by design β vendor lock-in is the business model. Siemens has no incentive to help you read Rockwell code, and vice versa. The cross-vendor translation problem is structurally unattractive to incumbents because solving it undermines their lock-in moat.
This is the key insight for the investment case: The incumbents (Siemens, Rockwell, Schneider) will never build what Nexus is building because it would erode their competitive advantage. They benefit from format incompatibility. This means the cross-vendor translation layer must come from a startup β and whoever builds it becomes the infrastructure layer that all cross-vendor AI tools depend on.
Adjacent Players
| Company |
What They Do |
Overlap with Nexus |
| Copia Automation |
Git-based version control for PLC code β "GitHub for industrial automation" |
High. Copia has already solved parts of the format-parsing problem (they render PLC diffs). Nexus and Copia could either compete or integrate.[12] |
| Augmentir |
AI-powered connected worker platform for frontline manufacturing |
Low. Similar to Squint β operates at operator/knowledge layer, not code layer. |
| Tulip Interfaces |
No-code manufacturing platform for frontline operations |
Low-Medium. Tulip connects to PLCs for data but doesn't parse/modify code. |
| Rockwell FactoryTalk |
Rockwell's analytics platform (vendor-specific) |
Low. Works above the code layer; vendor-locked. |
Copia Automation is the most relevant adjacent player. They've built Git-based version control that can render visual diffs of PLC code across vendors β meaning they've already done some of the format-parsing work. Their "Copia AI" product references actual PLC project files for code generation.[12] Whether Copia is a competitor, a potential partner, or an acquisition target depends on the depth of their format parsing vs. Nexus's compiler approach.
5. Technical Moat Assessment
Why This Is Genuinely Hard
The format translation problem is not solvable with an LLM. It requires deep compiler engineering:
- Reverse engineering proprietary binary formats. Many PLC vendors store programs in proprietary binary formats that are undocumented. Parsing them requires byte-level reverse engineering β the same discipline used in malware analysis and security research. This is a scarce skill set.
- Semantic preservation across formats. A Rockwell AOI (Add-On Instruction) and a Siemens FB (Function Block) may perform the same function but are structured completely differently. Translating between them requires understanding the intent of the code, not just its syntax.
- Hardware-aware translation. PLC code is not abstract β it's tightly coupled to specific hardware (I/O modules, network configurations, safety controllers). A faithful translation must account for hardware differences between vendors.
- Real-time protocol integration. Connecting to live PLCs over EtherNet/IP, Modbus TCP, and OPC UA requires implementing industrial protocol stacks β these are not REST APIs. They're real-time, deterministic protocols with safety implications.
- Safety-critical correctness. A bug in a PLC program can cause physical harm or death. The compiler must produce provably correct translations β not "good enough" approximations. This standard of correctness is categorically different from web software.
Moat Depth Assessment
Applying a defensibility framework:
- Technical barriers: Very high. The format-parsing knowledge is cumulative β each vendor format takes months to years to fully reverse-engineer. A head start of even 12β18 months creates significant barriers.
- Network effects: Moderate. Each integration partner (system integrator, equipment OEM) who builds on the Nexus format creates ecosystem lock-in. The value of the format library increases with each vendor format supported.
- Data moat: Moderate-High. Every PLC program processed through the compiler becomes training data for the AI layer. Industrial control code is extremely scarce in public datasets β Nexus would accumulate a proprietary corpus of real-world PLC logic that no LLM training run has access to.
- Switching costs: High. Once AI tools and workflows are built on top of the Nexus format, switching to a different intermediate representation would require rewriting the entire tool chain.
Risk: Incumbent response. Rockwell ($8.3B revenue, $26B market cap) or Siemens ($85B revenue) could build a cross-vendor format if they chose to. But they won't β because cross-vendor interoperability undermines their lock-in premium. The structural incentive alignment is in Nexus's favor. The risk vector is not that incumbents build this, but that they block it β by restricting format access, changing binary formats with each software update, or acquiring the startup pre-maturity.
6. Market Sizing & Investment Thesis
TAM Framework
The addressable market is not the $13.3B PLC hardware market β it's the value unlocked by making PLC code AI-accessible:
| Market Layer |
Size (2025) |
Size (2030) |
Nexus Position |
| PLC Hardware |
$13.3B |
$16.4B[1] |
Not targeting hardware; enables software layer on top |
| AI in Manufacturing |
$34.2B |
$155B[2] |
Infrastructure layer: every AI-manufacturing tool needs PLC code access |
| Industrial Automation Software |
$23.8B |
$131.6B (2035)[13] |
Format library enables new category of cross-vendor tools |
| Controls Engineering Services |
$50B+ (est.) |
Growing with complexity |
Copilot reduces engineering hours; captures share of services spend |
Applying the 1000x Framework
From our Finding the 1000x report β does Nexus pass the six filters?
- Inflection Test β β Foundation models can now generate and understand Structured Text code, but they can't read proprietary PLC formats. The inflection is: AI capability has crossed the threshold where it could reason about industrial control logic β if it could access the code. Nexus unlocks the gate.
- Category Creation Test β β "Cross-vendor PLC format library for AI" is not an existing category. There's no market map for this. If it succeeds, analysts will need a new term.
- Non-Consensus Test β β Most VCs would pass because: (a) it's deep industrial tech, not a category they understand, (b) the TAM is indirect (infrastructure layer, not direct revenue model), (c) "PLC compiler" doesn't sound like a VC pitch. This is exactly the kind of investment that looks weird.
- Increasing Returns Test β Partially. The data flywheel (more PLC code processed β better AI models) and the format library network effect (more vendor formats β more valuable platform) create increasing returns. However, it's not a consumer network effect β the winner-take-most dynamic depends on becoming the de facto standard, which requires ecosystem adoption.
- Founder Obsession Test β CEO Chris Yuan lived the problem at Tesla's factory floor. Lead Architect Jonas Neubert has spent a decade at the intersection of factory automation and modern software β PyCon talks on PLCs since 2019, Zymergen/Ginkgo robotic automation architecture, AWS systems engineering, IEEE robotics publications. This wasn't a pivot; it's a culmination.[21][22]
- Entry Discipline Test β TBD. a16z and BoxGroup are already in at seed[20]. The question is whether there's room to participate at a valuation where the math still works, or whether smart money has already priced in the thesis.
The Investment Case
1st Order The copilot itself generates revenue. Controls engineers pay for tools that save them time. A vendor-agnostic copilot that works across Rockwell AND Siemens AND Beckhoff is immediately valuable to system integrators who work across multiple vendor ecosystems (which is most of them).
2nd Order The format library becomes infrastructure. If Nexus's vendor-neutral format becomes the standard way to represent PLC code, every AI-manufacturing startup, every MES system, every predictive maintenance platform becomes a potential customer or partner. This is the "picks and shovels" play for the $155B AI-in-manufacturing market.
3rd Order Cross-vendor interoperability changes the PLC market itself. If manufacturers can easily translate between vendor formats, vendor lock-in erodes. This threatens the incumbents' business model β but it creates massive value for manufacturers who currently pay a premium for being locked into a single vendor's ecosystem. The value transferred from vendor margins to manufacturer savings could be enormous.
7. Risks & Open Questions
Key Risks
- Execution risk is the primary concern. Building a compiler for industrial PLC formats is extremely hard engineering. Reverse-engineering proprietary binary formats, ensuring safety-critical correctness, and supporting the long tail of vendor variants requires a team with rare expertise. Most AI startups can't recruit this talent.
- Vendor hostility. If Nexus gains traction, vendors may change their file formats to break compatibility, restrict access to documentation, or use IP claims to slow the startup. Rockwell in particular has a history of aggressively protecting its ecosystem.
- Go-to-market in industrial is slow. Manufacturing enterprises have 12β24 month procurement cycles, require extensive safety validation, and resist tools from unproven vendors. The sales cycle could burn capital faster than revenue grows.
- Safety liability. If a Nexus-translated PLC program causes equipment damage or injury, the liability exposure is significant. This isn't a "move fast and break things" domain.
- Copia as competitor. Copia Automation has already solved portions of the format-parsing problem for their Git version control product. If they pivot toward AI code generation/translation, they have a head start and existing customers.
Diligence Questions for the Founders
- Team background: Who on the team has reverse-engineered PLC binary formats before? What's their controls engineering depth? (This is the #1 predictor of success.)
- Format coverage: How many vendor formats do you currently parse? What's the fidelity of the translation? Can you round-trip (vendor format β Nexus β vendor format) without information loss?
- Safety validation: What's your approach to ensuring translated code is safety-equivalent to the original? Do you have any certifications or plans for TΓV / UL certification?
- Customer pipeline: Who are your first customers β system integrators, OEMs, or end-user manufacturers? What's the sales cycle looking like?
- Copia relationship: Are you aware of Copia Automation? How do you differentiate from their format-parsing capability?
- IP strategy: How do you handle the legal risk of reverse-engineering proprietary formats? Any vendor pushback yet?
- Live protocol access: How do you handle authentication, security, and safety when connecting to production PLCs? What happens if an AI agent sends a bad command?
8. Thesis Fit: Tomales Bay Capital
Nexus Intelligence maps precisely onto the investment thesis developed across our previous reports:
- Physical-world AI: This is the archetype of the "hard to build, hard to compete against" physical-world AI company from our Legacy Industries report. Manufacturing is the largest underserved sector for AI; PLC code access is the bottleneck.
- Non-consensus: "PLC compiler for AI agents" would get a pass from most Sand Hill Road VCs. The market is non-obvious, the technology is niche, and the go-to-market is industrial. This is exactly the 1000x profile.
- Infrastructure layer: Like Stripe for payments or Twilio for communications, Nexus positions as the infrastructure layer that every application-layer company needs. This is the "picks and shovels" play for AI in manufacturing.
- Deep-tech + AI convergence: Directly in Jack's thesis (AI, energy, deep-tech, defense, robotics). Industrial control systems underpin all five of those sectors.
- Defensibility: The technical moat (format parsing, industrial protocol integration, safety-critical correctness) is not replicable by a team with just AI skills. This requires rare controls engineering expertise β exactly the kind of founder-market depth that our 1000x framework prioritizes.
The bottom line for Jack: This is the kind of deal the Founders Fund framework says to look for β deeply non-consensus, technically hard, with a founder-market fit that requires obsessive domain knowledge. The question is entirely about execution and team. If the founders have genuine controls engineering depth AND can build a compiler-grade product, this is a bet worth making. If they're AI generalists trying to learn PLC formats on the fly, pass.
Sources
- Mordor Intelligence. "PLC Market β Share, Size & Growth." January 2026. PLC market $13.33B (2026) β $16.4B by 2031, CAGR 4.24%. Link
- MarketsAndMarkets. "AI in Manufacturing Market Size, Share, Trends and Growth Drivers 2032." $34.18B (2025) β $155.04B by 2030, CAGR 35.3%. Link
- PR Newswire. "Squint Raises $40M Series B to Expand Agentic Manufacturing and Accelerate Human Potential with AI." August 12, 2025. Link
- Siemens. "Siemens Industrial Copilot." 2025. Developed in partnership with Microsoft; integrated into TIA Portal. Link
- ManpowerGroup. "Solving the Talent Shortage: Industry Insights and Strategies." 2025. 26% of manufacturing workforce aged 55+. Link
- Wikipedia. "IEC 61131-3." Current (4th) edition published May 2025. Link
- Industrial Monitor Direct. "IEC 61131-3 Explained: PLC Languages and Compliance Reality." March 2026. "Direct code transfer between brands requires manual rewriting, not simple conversion." Link
- Nexus Intelligence. "Nexus Copilot β An Open, Vendor-Agnostic Design Environment." Company website. Link
- Squint. "Why We Raised $13M from Sequoia to Empower More Industrial Workers." Series A announcement. Link
- Microsoft News. "Siemens and Microsoft Scale Industrial AI." October 24, 2024. thyssenkrupp rollout to 120,000+ engineers. Link
- Schneider Electric Blog. "Engineering at Scale: How AI Is Transforming PLC Coding." November 14, 2025. Link
- Copia Automation. "Copia AI β Context-Driven PLC Code Intelligence." December 2025. Link
- InsightAce Analytic. "AI in Industrial Automation Market Size." February 2026. $23.76B (2025) β $131.62B by 2035, CAGR 18.8%. Link
- DAVRON. "The Engineering Talent Shortage Explained: Specialization Gaps, Retirements & Workforce Trends (2026)." 2026. Link
- Schneider Electric Blog. "Bridging the Gap: Building the Future Workforce of U.S. Manufacturing." December 2025. Link
- Market Growth Reports / GM Insights. "PLC Market Size, Share & Forecast Report." Top 5 vendors hold ~60% of global share. Link
- Augmentir. "Industrial Copilots: Top 10 Vendors to Watch in 2025." July 2025. Link
- Automate Show. "Navigating the Era of Industrial Copilots in Manufacturing." 2026. Link
- SiliconANGLE. "Squint Gets $40M in Funding to Accelerate Human-Machine Collaboration in Manufacturing." August 13, 2025. Founded by ex-Splunk exec Devin Bhushan; 30+ AR patents. Link
- Specter Monitor #193. "Nexus Intelligence β Industrial automation startup founded 2024 in SF, backed by Andreessen Horowitz and BoxGroup." September 2025. Link
- Chris Yuan, LinkedIn. "As a software engineer working on manufacturing systems at Tesla, I expected to have cutting-edge tools⦠The reality was quite different." Link
- Jonas Neubert. Personal website β "Automation engineer and software developer." Former Zymergen/Ginkgo Bioworks, AWS (CLI, boto3), Counsyl. M.Eng. Imperial College London. IEEE IROS/ICRA publications. Link
- Jonas Neubert. "What is a PLC and how do I talk Python to it?" PyCon 2019. Link
Generated by Galileo π Β· March 18, 2026