Contents
In brief
GENESIS is an agentic framework for cellular RAN R&D: translate an intent (standard clause, telemetry anomaly, research hypothesis) into a solution validated with over-the-air experiments, not simulation alone.
What they studied
Six month-scale manual loops: feature synthesis from standards, conformance, hardening, optimization, new waveforms, security. LLMs speed general software work but hallucinate RAN APIs and break interoperability; simulators often fail on real hardware.
GENESIS uses agents, skills, hooks, and SYNAPSE as persistent ground truth for every artifact.
Key findings
- The gap is closing the loop spec → code → OTA validation → knowledge base.
- Without persistent memory, agent runs do not compound; SYNAPSE enables cumulative capabilities.
- Real-hardware checks matter for telecom stacks.
What this means for developers
- In strict-API domains, ship contracts + spec tests before LLM codegen.
- Version agent artifacts in a durable store.
- Add hardware-in-the-loop when simulation is the only gate.
Limitations
6G/RAN-focused architecture; analogies to web backends are conceptual only.

