🤖 AI Summary
This work addresses the limitations of existing network automation approaches, which either rely on costly, slow, and opaque large language models (LLMs) tied to a few AI providers or resort to lightweight models and scripts that suffer from low reliability and high maintenance overhead. To strike a balance, the authors propose a hybrid method that leverages offline fuzz testing and validation loops to identify common failure patterns in small language models, distilling domain-specific knowledge into explicit logical rules. During online operation, these rules guide the small models in tasks such as configuration translation. By embedding operational expertise into a local rule-based system, the approach enables autonomous knowledge accumulation and closed-loop refinement, significantly enhancing auditability, customizability, and controllability while maintaining high efficiency and low latency, thereby reducing dependence on cutting-edge LLMs.
📝 Abstract
Large LLMs are powerful tools for network automation, but they are expensive, slow to serve, hard to audit, poorly tailored to individual networks, and create long-term dependencies on a small number of AI providers. Existing alternatives fall short: small open-source models are cheaper but unreliable, while deterministic scripts and verification are controllable but hard to build and maintain.
We propose a middle ground. An offline loop composed of fuzzing and validation discovers the recurring mistakes small models make, then resulting networking knowledge is expressed as explicit logic rules. In production, these rules guide a small model on tasks such as configuration translation, yielding automation that is cheaper, lower-latency, auditable, and easier to adapt to a specific network.
More critically, network knowledge and operational experience stay and are accumulated where they belong, the network itself, not a rented service.