Architecture & the technical rationale behind it. No risk, market, or investment discussion. Prepared for BRPX · 2026-06-26
Arago's chip JEF is a "multiphysics processor" that performs AI-inference math by combining analog electronics, digital electronics, silicon photonics, and free-space optics in one compute core — moving the heaviest operations (matrix multiply and data movement) out of transistors and into light, to cut energy ~10–30× vs. GPUs at comparable performance and cost. [External] [Company]
The bet is not "photonics as a faster wire." It is photonics as the compute medium — light itself carries out the multiply-accumulate (MAC) operations. [External]
Picture the whole idea first (the analog vs. digital contrast): a normal chip does the math by flipping billions of tiny electronic switches, one small step at a time. Arago does the same math with light — and light can multiply and add physically, in one shot, with almost no switching. That single difference is where the energy savings come from.
Modern AI accelerators are limited less by raw arithmetic than by moving operands. On a GPU, each byte fetched from memory is consumed by only a handful of operations before it must be written back or re-fetched — so most of the energy is spent shuttling data, not computing. [Company] Arago frames the contrast directly:
"a byte of data in a GPU is only used for a few operations, whereas on Arago's system, that same byte enables thousands of operations." [Company]
That sentence is the architectural north star: maximize operations-per-byte (operand reuse) so the expensive part — data movement — is amortized across far more useful math.
JEF "combines elements of analog and digital electronics with silicon photonics and free-space optics." [External] Each physical domain is used for what it is best at:
| Domain | Role in the core | Why this domain |
|---|---|---|
| Silicon photonics | Generates, routes & modulates light; encodes operands onto optical signals | Mature, fabbable integrated-optics platform; data travels & fans out with very low heat [Inferred] |
| Free-space optics | Light propagates through space, enabling massive parallel fan-out/fan-in | One beam can broadcast an operand to many compute sites at once — natural matrix parallelism [Inferred] |
| Analog electronics | Drives the optical elements; senses the analog summation at the detectors (the "add") | Analog accumulation is near-free in energy vs. digital adder trees [Inferred] |
| Digital electronics | Control, sequencing, I/O, and the deterministic control unit; interfaces to standard software | Keeps the chip programmable, predictable, bit-stable & compatible [Company] [Inferred] |
No single physics wins alone: photonics is cheap to move but awkward to store/control; electronics is precise but expensive to move at scale. JEF assigns each step of a MAC to the domain where it costs least. [Inferred]
A matrix–vector multiply is two primitives: multiply each input by a weight, then sum the products. Optical compute maps both onto light: [Inferred — standard analog-photonic principle, consistent with Arago's "multiphysics core"]
Because steps 2–3 happen at the speed of light, in parallel across the whole tensor tile, a large block of MACs completes in effectively one optical pass — the mechanism behind both the multi-PetaOp/s throughput claim and the thousands-of-operations-per-byte reuse claim. [Company] [Inferred]
Arago pairs the optical core with "a deterministic control unit for memory efficiency." [Company] The reasoning:
§4 makes each operation cheap; §5 makes sure the chip is never idle or re-fetching, so the cheap operations actually dominate the energy budget.
JEF is exposed through CARLOTA®, which abstracts the hardware so models from industry-standard frameworks run unchanged. [Company] It maps standard tensor graphs onto the optical tiles and the deterministic schedule, and hides the analog/photonic mechanics behind a conventional interface — Arago's stated requirement to be "compatible with everything from manufacturing processes to the AI software stack from day one." [Company] The determinism in §5 is what lets CARLOTA produce a fully static, ahead-of-time schedule. [Inferred]
JEF is fabless and built only from components/processes that "became mature and cost-effective enough around one to two years ago," [External] and is "fully compatible with existing manufacturing processes." [External] [Company] The novelty lives in the multiphysics architecture and the compiler, while every physical building block (integrated photonics, modulators, detectors, standard CMOS control) is an off-the-shelf part. [Inferred] A working test chip has been demonstrated on a small card running inference across multiple models — evidence the datapath works end-to-end, not just in simulation. [External]
| Layer | What it does | Physics |
|---|---|---|
| Software (CARLOTA®) | Standard frameworks → static schedule onto optical tiles | Digital |
| Deterministic control unit | Just-in-time operand staging; memory efficiency; bit-stable orchestration | Digital electronics |
| Operand encoding | Activations/weights modulated onto light | Silicon photonics |
| Multiply | Input light × weight, massively parallel | Silicon photonics + free-space optics |
| Accumulate | Photocurrents sum on shared detectors → dot product | Analog electronics / optics |
| Read-out | Analog optical result → digital datapath | Analog + digital electronics |
Net architectural claim: by doing the multiply-and-sum in light, in parallel, over large tensor tiles, and feeding it with a deterministic, low-waste memory controller, JEF raises operations-per-byte by orders of magnitude — yielding the asserted ~10–30× energy reduction at multi-PetaOp/s for data-center inference, while remaining fabless, manufacturable on existing processes, and drop-in compatible with standard AI software. [Company] [External]
Arago site — arago.inc [Company] · EE Times / Design-Reuse, "French Startup Combines Electronics, Photonics And Optics For AI" — design-reuse.com [External] · All About Circuits, "Arago's Light-Speed Gamble" — allaboutcircuits.com [External] · Tech Funding News — techfundingnews.com [External] · Tech.eu — tech.eu [External] · DCD — datacenterdynamics.com [External]