← All Reports

Industrial Control Systems AI: Nexus Intelligence Deep Dive

90% of manufacturing runs on PLCs. AI can't read the code. One startup is building the Rosetta Stone for industrial automation β€” and the competitive moat may be deeper than it looks.

πŸ“… March 18, 2026 πŸ”­ Galileo Research πŸ“‹ Investor Diligence

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.

  • 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:

    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:

    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:

    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:

    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:

    1. 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.
    2. 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.
    3. 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.
    4. 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.
    5. 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:

    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?

    1. 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.
    2. 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.
    3. 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.
    4. 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.
    5. 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]
    6. 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

    Diligence Questions for the Founders

    1. 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.)
    2. 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?
    3. 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?
    4. Customer pipeline: Who are your first customers β€” system integrators, OEMs, or end-user manufacturers? What's the sales cycle looking like?
    5. Copia relationship: Are you aware of Copia Automation? How do you differentiate from their format-parsing capability?
    6. IP strategy: How do you handle the legal risk of reverse-engineering proprietary formats? Any vendor pushback yet?
    7. 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:

    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

    1. Mordor Intelligence. "PLC Market β€” Share, Size & Growth." January 2026. PLC market $13.33B (2026) β†’ $16.4B by 2031, CAGR 4.24%. Link
    2. MarketsAndMarkets. "AI in Manufacturing Market Size, Share, Trends and Growth Drivers 2032." $34.18B (2025) β†’ $155.04B by 2030, CAGR 35.3%. Link
    3. PR Newswire. "Squint Raises $40M Series B to Expand Agentic Manufacturing and Accelerate Human Potential with AI." August 12, 2025. Link
    4. Siemens. "Siemens Industrial Copilot." 2025. Developed in partnership with Microsoft; integrated into TIA Portal. Link
    5. ManpowerGroup. "Solving the Talent Shortage: Industry Insights and Strategies." 2025. 26% of manufacturing workforce aged 55+. Link
    6. Wikipedia. "IEC 61131-3." Current (4th) edition published May 2025. Link
    7. 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
    8. Nexus Intelligence. "Nexus Copilot β€” An Open, Vendor-Agnostic Design Environment." Company website. Link
    9. Squint. "Why We Raised $13M from Sequoia to Empower More Industrial Workers." Series A announcement. Link
    10. Microsoft News. "Siemens and Microsoft Scale Industrial AI." October 24, 2024. thyssenkrupp rollout to 120,000+ engineers. Link
    11. Schneider Electric Blog. "Engineering at Scale: How AI Is Transforming PLC Coding." November 14, 2025. Link
    12. Copia Automation. "Copia AI β€” Context-Driven PLC Code Intelligence." December 2025. Link
    13. InsightAce Analytic. "AI in Industrial Automation Market Size." February 2026. $23.76B (2025) β†’ $131.62B by 2035, CAGR 18.8%. Link
    14. DAVRON. "The Engineering Talent Shortage Explained: Specialization Gaps, Retirements & Workforce Trends (2026)." 2026. Link
    15. Schneider Electric Blog. "Bridging the Gap: Building the Future Workforce of U.S. Manufacturing." December 2025. Link
    16. Market Growth Reports / GM Insights. "PLC Market Size, Share & Forecast Report." Top 5 vendors hold ~60% of global share. Link
    17. Augmentir. "Industrial Copilots: Top 10 Vendors to Watch in 2025." July 2025. Link
    18. Automate Show. "Navigating the Era of Industrial Copilots in Manufacturing." 2026. Link
    19. 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
    20. Specter Monitor #193. "Nexus Intelligence β€” Industrial automation startup founded 2024 in SF, backed by Andreessen Horowitz and BoxGroup." September 2025. Link
    21. 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
    22. 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
    23. Jonas Neubert. "What is a PLC and how do I talk Python to it?" PyCon 2019. Link

    Generated by Galileo πŸ”­ Β· March 18, 2026