Deep Dive

Protocol and architecture deep dives: BGP, MPLS VPN, SD-WAN, Segment Routing, and the internals of every NAPT tool.

RCA Engine: findings to root causecorrelateRoot Cause
Deep Dive

From Noise to Narrative: How the RCA Engine Builds a Causal Story From Your Findings

9 min read·

The Root Cause Analysis engine reads every finding your scripts produce and stitches them into a single causal chain — root, contributing, symptom.

Read →
Streaming console terminal
Deep Dive

The Streaming Console: A Live Terminal That Remembers Everything

8 min read·

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 verificationBGP neighborsshould be upcompilePASSFAIL
Deep Dive

Intent: Saying What You Mean and Proving the Network Agrees

8 min read·

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 →
Config drift diff- + +
Deep Dive

Drift: Knowing Exactly What Changed, On Which Device, and When

8 min read·

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 →
Script generatorprompt…
Deep Dive

The Script Generator: From Prompt to Production-Quality NetOps Code

8 min read·

Describe the operation in plain English, pick the vendor and constraints, and the generator returns a script with parsers, validators, and a form.

Read →
Network topology graph
Deep Dive

Topology: A Live Map You Can Diff, Diagram, and Reason About

8 min read·

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 findingIDLECONNESTAB
Deep Dive

BGP Fault-Finding with Python: Turning show bgp Into Answers

12 min read·

Parse BGP neighbor state, detect flaps from uptime, and produce colored, actionable output that tells you which peer broke and why.

Read →
Netmiko NAPALM NornirNornirNAPALMNetmikodevices
Deep Dive

Netmiko vs NAPALM vs Nornir: Which One, and When

8 min read·

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 →
SD-WAN vManage APIclientvManagevSmartedges
Deep Dive

Talking to Cisco SD-WAN: Automating vManage With the REST API

11 min read·

Authenticate against vManage, handle the XSRF token dance, list devices, and collect BFD session health programmatically.

Read →
Segment routing160021600316005ingressegress
Deep Dive

Segment Routing Path Verification: Reading the Label Stack

9 min read·

Verify Node SID allocation, inspect the imposed label stack, and confirm TI-LFA backups are in place before a link ever fails.

Read →
NAPT
Deep Dive

The AI Intent Engine: From Plain-English Goals to Verifiable Network Checks

9 min read·

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 →
NAPT
Deep Dive

DORA Metrics for Network Teams: Measure Automation Like a Software Org

8 min read·

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: YAML to configintent.yamlpipelinedeployedconfig
Deep Dive

Network-as-Code: Why YAML Intent Files Beat CLI Scripts

8 min read·

CLI scripts encode how. Intent files encode what. Declaring desired state in YAML makes changes reviewable, idempotent, and safe to re-run.

Read →
Netmiko NAPALM NornirNornirNAPALMNetmikodevices
Deep Dive

Netmiko vs NAPALM vs Nornir: Which Should You Use?

8 min read·

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 teamsDeploy freqLead timeFail rateRestore
Deep Dive

DORA Metrics for Network Teams — Measure What Matters

7 min read·

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 →
NAPT
Deep Dive

Netmiko vs NAPALM vs Scrapli: Which Python Library Should You Use?

10 min read·

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 →
NAPT
Deep Dive

Network Reconciliation: A 7-Type Discrepancy Taxonomy for Source-of-Truth Drift

8 min read·

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 →
NAPT
Deep Dive

HumanRail: Escalations Driven by AI Confidence, Not Just Risk

6 min read·

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 →