Deep Dive
Protocol and architecture deep dives: BGP, MPLS VPN, SD-WAN, Segment Routing, and the internals of every NAPT tool.
From Noise to Narrative: How the RCA Engine Builds a Causal Story From Your Findings
The Root Cause Analysis engine reads every finding your scripts produce and stitches them into a single causal chain — root, contributing, symptom.
Read →The Streaming Console: A Live Terminal That Remembers Everything
Run any diagnostic script against any device, watch output stream in real time, and end up with structured findings the platform can reason about.
Read →Intent: Saying What You Mean and Proving the Network Agrees
Write a one-line statement of how the network should behave. The Intent engine compiles it into checks and tells you where reality diverges.
Read →Drift: Knowing Exactly What Changed, On Which Device, and When
Drift watches your device configs, diffs them against a baseline with grouping-aware rules, and tells the story of every change without the noise.
Read →The Script Generator: From Prompt to Production-Quality NetOps Code
Describe the operation in plain English, pick the vendor and constraints, and the generator returns a script with parsers, validators, and a form.
Read →Topology: A Live Map You Can Diff, Diagram, and Reason About
Parse configs, ingest LLDP, render a force-directed graph or Mermaid diagram, and diff topologies across time — the network as a data structure.
Read →BGP Fault-Finding with Python: Turning show bgp Into Answers
Parse BGP neighbor state, detect flaps from uptime, and produce colored, actionable output that tells you which peer broke and why.
Read →Netmiko vs NAPALM vs Nornir: Which One, and When
Three tools that solve different problems. A comparison matrix and the same task written in each, so you reach for the right one every time.
Read →Talking to Cisco SD-WAN: Automating vManage With the REST API
Authenticate against vManage, handle the XSRF token dance, list devices, and collect BFD session health programmatically.
Read →Segment Routing Path Verification: Reading the Label Stack
Verify Node SID allocation, inspect the imposed label stack, and confirm TI-LFA backups are in place before a link ever fails.
Read →The AI Intent Engine: From Plain-English Goals to Verifiable Network Checks
Describe what the network should be doing in plain language and let the engine compile it into structured, executable checks with pass/fail evidence.
Read →DORA Metrics for Network Teams: Measure Automation Like a Software Org
Deployment frequency, lead time, change failure rate, and time-to-restore aren't just for app teams. Here's what each DORA metric means for network automation — and how to move them.
Read →Network-as-Code: Why YAML Intent Files Beat CLI Scripts
CLI scripts encode how. Intent files encode what. Declaring desired state in YAML makes changes reviewable, idempotent, and safe to re-run.
Read →Netmiko vs NAPALM vs Nornir: Which Should You Use?
Three of the most popular network automation libraries solve different problems. Here's a clear comparison so you pick the right one — or combine them.
Read →DORA Metrics for Network Teams — Measure What Matters
Deployment frequency, lead time, change failure rate, and time-to-restore translate cleanly to network automation. Here's how to read and move each one.
Read →Netmiko vs NAPALM vs Scrapli: Which Python Library Should You Use?
A practical, side-by-side comparison of the three most popular Python libraries for talking to network devices — what each is good at, where each falls short, and how to choose.
Read →Network Reconciliation: A 7-Type Discrepancy Taxonomy for Source-of-Truth Drift
Reconciliation compares your documented source of truth against the live network and groups every difference into one of seven discrepancy types, each with a specific recommended action.
Read →HumanRail: Escalations Driven by AI Confidence, Not Just Risk
Approval gates answer 'is this risky enough to need a human?' HumanRail answers a different question: 'is the AI confident enough to proceed?' Here is why both matter.
Read →