Live · 12,490 researchers online

Understand. Master.
Reverse. Innovate.

Silicon Oracle is the unified AI environment for computer engineers — from RISC-V pipeline simulation and OS kernels, to binary disassembly, PCB X-ray reconstruction, and the entire history of silicon, indexed and queryable.

INITIATE_SESSION →
14.2M
Knowledge Vectors
842k
Devices Mapped
12ms
Decompile Latency
oracle_terminal :: disassembly_view
[ORACLE] target: firmware_m4.bin · arch=riscv64
0x0040100011 01addisp, sp, -32
0x00401002ec 06sdra, 24(sp)
0x00401004e8 22sds0, 16(sp)
0x0040100600 10addis0, sp, 32
0x0040100897 00 00 00auipcra, 0
0x0040100ce7 80 c0 28jalr664(ra)
0x0040101013 05 00 00lia0, 0
// AI_INSIGHT: Custom slab allocator detected. Heap pattern matches Linux SLUB. CVE-likeness: 0.04.
↳ generating pseudo-C decomposition
01 · Core Modules

Two halves of one brain.

The academic suite teaches you the fundamentals. The reverse arsenal lets you tear apart anything ever shipped.

Academic_Module

The Digital Logic Super-Tutor.

Import any syllabus — Digital Logic, Computer Architecture, OS, VLSI, Networks, Embedded. Get spaced-repetition flashcards, escalating quizzes, animated FSMs, and cycle-accurate RISC-V / MIPS / x86 pipeline visualizers.

● LIVE_FEED
  • 5-stage RISC-V & BOOM out-of-order visualizer
  • Verilog/VHDL editor + waveform sim
  • OS kernel simulator (Sv39 page tables)
  • Quantum circuit sandbox
Reverse_Arsenal

X-Ray vision for any device.

Drop in a binary, an APK, a packet capture, or a phone-camera photo of a PCB. Oracle identifies the architecture, decompiles to pseudo-C, infers protocols, and reconstructs schematics into KiCad / Altium.

● LIVE_FEED
  • Ghidra-class disassembler + LLM augmentation
  • PCB neural scanner (camera + X-ray)
  • JTAG/SWD debugger guidance
  • Isolated malware sandbox + behavior graph
02 · Universal Knowledge Oracle

Every chip, datasheet, and patent — indexed.

From the Intel 4004 to modern chiplets and the Apple M4 memory hierarchy. The Oracle cross-references datasheets, leaked schematics, public analyses, and patent filings — then runs locally via Llama 3 so your queries never leave the lab.

OFFLINE_LLAMA_3 ENGINE
JTAG / SWD DECODING
VECTOR_DB · 14.2M ENTRIES
PATENT INDEX 1970–2026
QUERY ›
“Reverse engineer the Sv39 page table walk in xv6.”

Sv39 splits a 39-bit VA into VPN[2:0] + 12-bit offset. 3-level radix walk starting from SATP.PPN.

Page sizes: 4 KiB, 2 MiB, 1 GiB. PTE bits V/R/W/X/U/G/A/D. TLB flush via sfence.vma.

↳ Render annotated diagram? [Y/n]

04 · Curriculum

Twelve engineering degrees, fully exposed.

Every required course for the 4–5 year bachelor's in computer, electrical, mechanical, civil, chemical, biomedical, aerospace, industrial, materials, environmental, and software engineering — plus computer science. Broken down into semesters, modules, and lesson topics.

5
Years
10
Semesters
49
Courses
191
Lesson Topics
Math, physics, intro programming, engineering thinking.

Fall Semester

19 cr · 6 courses
MATH 151Calculus I
4 cr ▾

Limits, derivatives, integrals of single-variable functions.

Lesson modules
Limits & continuityDerivativesRiemann integralsFTC
Real-world applications
  • Signal slope/area analysis
  • Optimizing circuit power
  • Charge from current i(t)
  • Modeling capacitor transients
Why it matters for the degree

Calculus is the language every later engineering course speaks. Without derivatives and integrals you cannot reason about signals, circuit transients, control loops, or machine-learning gradients.

PHYS 161Physics I: Mechanics
4 cr ▾

Newtonian mechanics, energy, momentum.

Lesson modules
KinematicsNewton's lawsWork-energyRotational motion
Real-world applications
  • Robot arm dynamics
  • MEMS accelerometer design
  • Drone flight modeling
  • Hard-drive head actuators
Why it matters for the degree

Engineers build physical systems. Mechanics gives you the intuition for forces, motion, and energy that underlies sensors, actuators, robotics, and any embedded device that moves.

CHEM 101General Chemistry
3 cr ▾

Atomic structure, bonding, stoichiometry.

Lesson modules
Atomic theoryBondingThermochemistryPeriodicity
Real-world applications
  • Doping silicon wafers
  • Battery chemistry for embedded devices
  • PCB etching processes
  • Photoresist for lithography
Why it matters for the degree

Semiconductors are chemistry made electric. Understanding bonding and electron behavior is the prerequisite for grasping how transistors, batteries, and chip fabrication actually work.

CS 110Intro to Programming (Python/C)
3 cr ▾

Variables, control flow, functions, basic data structures.

Lesson modules
SyntaxLoopsFunctionsLists/Dicts
Real-world applications
  • Automating lab measurements
  • Scripting test benches
  • Microcontroller firmware basics
  • Data cleanup for experiments
Why it matters for the degree

Code is the universal tool of the modern engineer. Every later course — from algorithms to embedded to ML — assumes you can express ideas fluently in a programming language.

ENGR 101Intro to Engineering Design
2 cr ▾

Design process, teamwork, ethics, hands-on project.

Lesson modules
Design cycleCAD basicsTeam dynamicsEngineering ethics
Real-world applications
  • Prototyping a hardware product
  • Running a team sprint
  • Writing requirements docs
  • Design reviews
Why it matters for the degree

Engineering is not just math — it is structured problem-solving inside teams under constraints. This course teaches you to think like an engineer before you have the tools of one.

ENGL 110Technical Writing & Communication
3 cr ▾

Reports, documentation, presentations.

Lesson modules
AudienceStyleLab reportsSlides
Real-world applications
  • Datasheets
  • RFCs and design docs
  • Patent filings
  • Engineering proposals
Why it matters for the degree

An idea you cannot explain does not ship. Clear writing and presentation determine whether your design gets funded, adopted, or even understood by the next engineer who touches it.

Spring Semester

18 cr · 5 courses
MATH 152Calculus II
4 cr ▾

Integration techniques, sequences, series.

Lesson modules
Integration techniquesSequencesPower seriesTaylor
Real-world applications
  • Fourier series for signals
  • Numerical approximation in DSP
  • Energy integrals in circuits
  • Convergence in iterative solvers
Why it matters for the degree

Series and integration techniques are the backbone of Fourier analysis, numerical methods, and any approximation engineers use when closed-form answers don't exist.

PHYS 162Physics II: E&M
4 cr ▾

Electricity, magnetism, circuits, Maxwell's equations.

Lesson modules
Coulomb/GaussCapacitanceMagnetismInduction
Real-world applications
  • Antenna design
  • Inductor/transformer modeling
  • EMI/EMC analysis
  • PCB signal integrity
Why it matters for the degree

Every wire on every PCB obeys Maxwell. E&M is the physical truth behind circuits — without it you cannot reason about high-speed signals, RF, or why your design fails at 5 GHz.

CS 120Data Structures & Algorithms I
4 cr ▾

Arrays, lists, stacks, trees, complexity.

Lesson modules
Big-OStacks/QueuesTreesHashing
Real-world applications
  • Compiler symbol tables
  • OS process queues
  • Routing tables
  • Database indexes
Why it matters for the degree

Choosing the right data structure is the difference between an app that scales and one that crashes. This is the first course where you learn to write code that is fast on purpose.

ECE 100Intro to Electrical & Computer Engineering
3 cr ▾

Survey: signals, circuits, digital systems.

Lesson modules
Signals overviewResistive circuitsBool algebraMicrocontrollers
Real-world applications
  • Arduino-level prototypes
  • Reading schematics
  • Basic sensor wiring
  • Logic gate composition
Why it matters for the degree

A map of the whole field before you specialize. It connects the math you've learned to physical hardware and shows where every later ECE course fits.

ECON 201Engineering Economics
3 cr ▾

Time value of money, project evaluation.

Lesson modules
NPV/IRRDepreciationCost-benefitRisk
Real-world applications
  • Chip cost-per-wafer analysis
  • Make-vs-buy decisions
  • Startup runway modeling
  • Capex planning
Why it matters for the degree

Engineers don't just build — they justify. NPV, payback, and trade-off analysis are how technical decisions are translated into dollars for the people who fund them.

03 · Capabilities

Everything else, briefly.

The full toolchain runs locally. Hardware integrations connect over USB-C.

03

AR Board Inspector

Point your phone at a PCB — get live pinouts, signal annotations, and component datasheets overlaid in real time.

04

Innovation Forge

Feed a reversed design back into the Oracle. Generate novel ideas: optimize an N64 GPU for modern fabrication, fork a RISC-V core.

05

Lecture Transformer

Drop in a 90-minute recording. Get summaries, timestamps, animated explainers, and an auto-generated quiz set.

06

Protocol Sniffer

Import packet captures. Oracle infers field structures, endianness, and probable framing for unknown protocols.

07

Teardown Vault

Searchable database of 800k+ devices — phones, routers, consoles, satellites — with 3D models and annotated layers.

08

Ethics Guardian

Built-in IP / legal boundary warnings. Educational use enforced. Sandboxed malware execution with full audit trail.

[ ENTRY_PROTOCOL ]

The lab is open.

Free for students. Local-first. Available on web, desktop (Electron / Tauri), and mobile.

REQUEST_ACCESS →