<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NetBox Labs</title>
	<atom:link href="https://netboxlabs.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://netboxlabs.com/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Apr 2026 16:31:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Why AI for Infrastructure Fails Without a Semantic Map</title>
		<link>https://netboxlabs.com/blog/ai-infrastructure-semantic-map/</link>
		
		<dc:creator><![CDATA[Kris Beevers]]></dc:creator>
		<pubDate>Thu, 09 Apr 2026 16:31:41 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=7447</guid>

					<description><![CDATA[Most AI infrastructure initiatives stall in proof-of-concept. The missing ingredient isn't better models, it's semantic context that gives AI agents the understanding of infrastructure relationships they need to make informed decisions. The post Why AI for Infrastructure Fails Without a Semantic Map appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p>The promise of AI-powered infrastructure operations is compelling: intelligent agents that can diagnose network issues, optimize configurations, predict failures, and automate complex remediation tasks. As enticing as autonomous AI operations sounds, it remains elusive. Most AI initiatives get stuck in the proof-of-concept phase.</p>
<p>Often, the culprit isn&#8217;t the AI models themselves. It&#8217;s that they&#8217;re being applied without careful thought to providing AI with the appropriate semantic context to guide reasoning and action. Without the right context, infrastructure AI systems quickly drown in seas of data and fail to deliver value.</p>
<h2>The Context Problem in Infrastructure AI</h2>
<p>When we deploy AI agents in business applications, we&#8217;re careful to provide them with rich context: customer data, transaction histories, business rules, and relationship mappings. Palantir, for example, is famous for its thoughtful use of semantic ontologies to layer contextual meaning onto business data. But in infrastructure, we often throw AI at raw telemetry data, configuration files, and log streams without the semantic understanding that makes these data points meaningful.</p>
<p>Consider a simple scenario: an AI agent detects high CPU utilization on a server. Without semantic context for the AI about how the server fits into the environment and applications, the agent might:</p>
<ul>
<li>Gather a large pile of metrics about the server, blowing the context window</li>
<li>Restart the server during peak business hours</li>
<li>Scale resources without understanding cost implications</li>
<li>Miss recent infra changes upstream or downstream of the server that explain the issue</li>
</ul>
<p>The same telemetry data becomes actionable intelligence when the AI understands the server&#8217;s role, its relationships to other systems, the business criticality of its workloads, and the operational context around it.</p>
<h2>What Makes Infrastructure Context Different</h2>
<p>Enabling AI with semantic context for infrastructure goes beyond injecting simple asset inventories into the AI&#8217;s context. It requires capturing:</p>
<p><strong>Physical and Logical Topology:</strong> How devices connect, which services depend on which infrastructure, and how failures cascade through the environment.</p>
<p><strong>Operational Context:</strong> Historical changes, business criticality ratings, and operational parameters that govern how infrastructure should behave.</p>
<p><strong>Configuration Relationships:</strong> How configuration changes in one system affect others, which settings are interdependent, and what the intended state should be.</p>
<p>Without this semantic foundation, AI agents operate in a vacuum, making poor use of their limited context windows to churn through telemetry, resulting in inaccuracies or in some cases driving decisions that are operationally disastrous.</p>
<h2>The Semantic Map Solution</h2>
<p>A semantic map for infrastructure serves as the knowledge graph that AI agents need to make informed decisions. It&#8217;s not just documentation, it&#8217;s a living, machine-readable representation of your infrastructure&#8217;s reality.</p>
<p>This semantic layer transforms raw infrastructure data into contextual intelligence:</p>
<ul>
<li>Device telemetry becomes &#8220;the primary database server in the customer-facing application stack is showing signs of stress&#8221;</li>
<li>Configuration drift becomes &#8220;a security policy change that could impact compliance for financial services workloads&#8221;</li>
<li>Network anomalies become &#8220;unusual traffic patterns between the development and production environments that violate segmentation policies&#8221;</li>
</ul>
<h2>Building Your Infrastructure Semantic Map</h2>
<p>Creating an effective semantic map requires more than asset management, it demands a comprehensive understanding of infrastructure relationships and context. It&#8217;s no surprise that <a href="https://netboxlabs.com/oss/netbox/">NetBox</a>, the most widely used system of record for documenting and modeling networks and infrastructure, is increasingly being deployed as the standard semantic map for network and infrastructure AI.</p>
<p>What we&#8217;re seeing from teams leveraging NetBox as the semantic map is that the most successful AI operations implementations focus on:</p>
<p><strong>Relationships, Not Just Inventory:</strong> The connected nature of NetBox&#8217;s data model, which encodes real-world relationships between infrastructure elements and enforces realistic constraints, results in critical context used by AI agents to drive exploration of telemetry and reason about the infrastructure.</p>
<p><strong>Easily Exposing Semantic Context to AI:</strong> <a href="https://netboxlabs.com/blog/introducing-the-netbox-mcp-server/">NetBox MCP</a> is effectively an API for exposing NetBox&#8217;s data model directly to AI agents. It&#8217;s no surprise that the project has seen huge interest. The open source nature of NetBox and the normalized nature of the core NetBox data model is also a superpower for AI use cases: every major LLM already knows NetBox&#8217;s data model and can navigate it adeptly.</p>
<p><strong>Delivering Context with Confidence:</strong> Static documentation becomes stale. Your semantic map must evolve with your infrastructure through automation and integration. For all the reasons network and infrastructure automation must be driven by a source of truth, so too must AI operations. Managing intent and eliminating drift in your infrastructure from your source of truth are critical to creating confidence in the context you are providing your AI agents.</p>
<p>The infrastructure teams succeeding with AI aren&#8217;t necessarily the ones with the most sophisticated LLM models, they&#8217;re the ones with the most effective semantic context. They&#8217;ve invested in building comprehensive maps of their infrastructure that provide the contextual foundation AI agents need to be effective. These teams are accelerating with AI, while others feel like their AI efforts are wasted.</p>
<p>At NetBox Labs, we&#8217;re fully invested in making NetBox the best semantic map for network and infrastructure AI. Our partners, customers, and community are leading the charge by building AI agents atop NetBox MCP or other connections. And we&#8217;re pushing the AI operations limits by building our own deeply capable agents, like <a href="https://netboxlabs.com/blog/introducing-netbox-copilot/">NetBox Copilot</a>. Across all these dimensions, we&#8217;re learning, investing in, and sharing the most effective approaches for connecting AI with NetBox&#8217;s semantic map.</p>
<p>The question isn&#8217;t whether AI will transform infrastructure operations, it&#8217;s whether your infrastructure management stack is ready to provide the semantic context that makes AI transformation possible.</p>
<p>The post <a href="https://netboxlabs.com/blog/ai-infrastructure-semantic-map/">Why AI for Infrastructure Fails Without a Semantic Map</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bulk Operations at Scale: Introducing NetBox TurboBulk</title>
		<link>https://netboxlabs.com/blog/bulk-operations-at-scale-introducing-netbox-turbobulk/</link>
		
		<dc:creator><![CDATA[Kris Beevers]]></dc:creator>
		<pubDate>Fri, 03 Apr 2026 14:20:21 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Product]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=7418</guid>

					<description><![CDATA[Customer preview now available for NetBox Cloud and NetBox Enterprise At NetBox Labs we work with the teams operating the largest and most automated infrastructure environments in the world. Hyperscale operators building massive AI datacenters at incredible speed. Enterprises managing tens of thousands of network devices across hundreds of sites. Teams where NetBox isn&#8217;t just [&#8230;] The post Bulk Operations at Scale: Introducing NetBox TurboBulk appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p><em>Customer preview now available for NetBox Cloud and NetBox Enterprise</em></p>
<p>At NetBox Labs we work with the teams operating the largest and most automated infrastructure environments in the world. Hyperscale operators building massive AI datacenters at incredible speed. Enterprises managing tens of thousands of network devices across hundreds of sites. Teams where NetBox isn&#8217;t just a documentation tool — it&#8217;s the system of record at the center of their automation stack.</p>
<p>These teams push NetBox hard. They&#8217;re syncing data from CMDBs and discovery platforms, running CI/CD pipelines that provision infrastructure programmatically, and exporting complete datasets into analytics and visualization systems. And the common thread in every conversation we have with them is the same: the standard REST and GraphQL APIs are fantastic for interactive use and moderate-scale automation, but when you need to load 500,000 devices or export two million IP addresses, per-object API calls hit a wall.</p>
<p>Today we&#8217;re announcing TurboBulk — a high-performance bulk data API for the NetBox Labs platform that processes tens of thousands of objects per second. Insert, upsert, delete, and export millions of rows in minutes instead of hours. Built in partnership with several of our large-scale <a href="https://netboxlabs.com/customer-stories/coreweave/">AI datacenter customers</a>, and available now as a customer preview for NetBox Cloud and NetBox Enterprise premium tier customers.</p>
<h2>Why Bulk Operations Need a Different Approach</h2>
<p>The NetBox REST API is designed around individual objects. You POST a device, you get back a fully validated, serialized device with all its relationships resolved. Every custom validator runs. Every webhook fires. Every changelog entry is created synchronously. That&#8217;s exactly what you want when you&#8217;re creating a device from a form or updating a description from a script.</p>
<p>But that per-object overhead adds up. Even on a well-provisioned, performance-tuned NetBox Community deployment, the REST API typically sustains 100-200 objects per second with full validation and serialization. Loading 100,000 devices takes over eight minutes. A million takes over an hour. And real-world bulk workflows don&#8217;t involve just devices — they involve interfaces, IP addresses, cables, connections. A single datacenter buildout can easily produce hundreds of thousands of objects across a dozen models. Iterating on a large environment&#8217;s worth of infrastructure designs can involve millions.</p>
<p>TurboBulk takes a fundamentally different approach. Instead of processing objects one at a time through the ORM, it operates at the database level — bulk SQL operations that process entire datasets in single statements, wrapped in atomic transactions. The results NetBox Labs customers are seeing is throughput that&#8217;s orders of magnitude faster while maintaining the data integrity guarantees that matter.</p>
<h2>The Platform Picture</h2>
<p>If you&#8217;ve been paying attention to what we&#8217;ve been building at NetBox Labs, TurboBulk fits into a larger story about what the NetBox Labs platform becomes at scale.</p>
<p>TurboBulk is one of a growing set of capabilities — alongside <a href="https://netboxlabs.com/blog/see-your-infrastructure-introducing-netbox-visual-explorer/">Visual Explorer</a>, <a href="https://netboxlabs.com/blog/event-streams-real-time-automation-security-netbox-cloud/">Event Streams</a>, <a href="https://netboxlabs.com/blog/netbox-branching-upgrades-open-branches/">Branching</a>, and <a href="https://netboxlabs.com/products/netbox-copilot/">NetBox Copilot</a> — that differentiate the NetBox Labs platform for production grade use cases and provide value for the most demanding infrastructure environments. Visual Explorer depends on TurboBulk&#8217;s export engine to deliver interactive visualizations of massive-scale infrastructure directly from your live source of truth. Event Streams turns the NetBox Labs platform&#8217;s state changes into real-time data feeds for automation and security. TurboBulk makes it possible to read and write data at the scale these workflows demand.</p>
<p>As the environments our customers manage grow larger and more automated, the NetBox Labs platform grows with them.</p>
<h2>How It Works</h2>
<h3>Bulk Exports and Intelligent Caching</h3>
<p>The most immediately valuable capability for most teams is bulk export. Instead of paginating through the REST API one page at a time — which for a million objects means thousands of round trips, each with serialization overhead — TurboBulk generates a complete export file server-side and makes it available for download in JSONL or Parquet format. Filters and field selection let you scope the export to exactly what you need.</p>
<p>What makes this particularly powerful for operational workflows is the caching layer. TurboBulk computes a deterministic cache key from your export parameters and checks whether the underlying data has changed since the last export by consulting NetBox&#8217;s audit log. If nothing has changed, the cached file is returned immediately — no query, no serialization, no generation. Clients that already have the file can send their cache key and receive an HTTP 304 — no data transferred at all.</p>
<p>This changes what&#8217;s practical to build. Analytics dashboards, visualization tools, and sync pipelines can request fresh data frequently, only downloading when something has actually changed. We use this pattern ourselves — it&#8217;s what powers the data layer behind <a href="https://netboxlabs.com/blog/see-your-infrastructure-introducing-netbox-visual-explorer/">Visual Explorer</a>. When you&#8217;re navigating across complex, detailed infrastructure views — drilling from a 3D floorplan into a rack elevation, tracing a cable path across a dense fabric — the experience feels real-time because TurboBulk&#8217;s cached exports deliver complete, consistent snapshots from your live NetBox data without the latency of regenerating them on every request.</p>
<h3>Bulk Writes: Stage, Merge, Commit</h3>
<p>For teams that need to write at scale — initial data population, ongoing syncs, iterative infrastructure design — TurboBulk&#8217;s write path takes a fundamentally different approach from the REST API. Instead of processing objects one at a time through the ORM, it operates at the database level.</p>
<p>A write operation starts with a data file — we recommend JSONL for most use cases. The file is uploaded and an asynchronous job is created. On the server side, incoming rows are ingested using PostgreSQL&#8217;s native COPY protocol — the fastest path into Postgres — streaming into a temporary staging area in configurable chunks to keep memory usage constant regardless of dataset size. The final operation — insert, upsert, or delete — executes as a single bulk SQL statement that merges the staged data into the target table. The entire pipeline is wrapped in an atomic transaction: either every row commits, or none do. There is no partial state.</p>
<p>This is what makes the performance difference fundamental rather than incremental. We&#8217;re not optimizing the per-object path — we&#8217;re replacing it with a set-based approach that lets PostgreSQL do what it&#8217;s built to do.</p>
<h3>Knobs for Power Users</h3>
<p>TurboBulk is designed for operators who understand their data and want explicit control over the tradeoffs. A few examples:</p>
<p><strong>Validation modes</strong> — Three levels that let you choose the right balance of speed and safety. <em>None</em> relies on database constraints only — the fastest mode, appropriate for trusted sources. <em>Auto</em> (the default) adds SQL-based pre-validation rules for models like IPAM prefixes where database constraints alone aren&#8217;t sufficient. <em>Full</em> runs Django&#8217;s model validation on every object — 30 to 60 times slower, but the right call for untrusted data or complex models like cables.</p>
<p><strong>Changelogs and event dispatch</strong> — Audit trail and webhook/event-rule dispatch are supported and enabled by default, so downstream systems stay in sync. Both can be disabled per-operation for initial loads where the overhead isn&#8217;t justified.</p>
<p><strong>Dry-run mode</strong> — Validates data through the full pipeline without committing. Ingested, staged, merged, validated — then rolled back. Fix your data, run again. This makes it practical to iterate on large datasets without risk.</p>
<p><strong>Branching</strong> — TurboBulk integrates with <a href="https://netboxlabs.com/blog/netbox-branching-upgrades-open-branches/">NetBox Branching</a>, so you can load or delete within an isolated branch, review the changes, and merge to main when ready.</p>
<h2>Performance in Practice</h2>
<p>Here&#8217;s what this looks like with real data. We recently tested TurboBulk against a production-scale NetBox dataset from a large real-world infrastructure environment: tens of millions of objects — several hundred thousand devices, nearly ten million interfaces, millions of cables and IP addresses.</p>
<p>Using the standard REST API, the export managed a few hundred thousand objects before running out of memory. At roughly 170 objects per second, the full dataset would have taken over 23 hours — if it could fit in memory at all.</p>
<p>TurboBulk exported the entire dataset in about 10 minutes. More than 24,000 objects per second, under 500 MB of memory. Over 100x faster, handling an order of magnitude more data, using a fraction of the memory. On a laptop — not a tuned production server.</p>
<p>This isn&#8217;t a synthetic benchmark. It&#8217;s a real-world dataset running through the same pipeline our customers use.</p>
<h2>Customer Preview — Get Started</h2>
<p>TurboBulk is available now as a customer preview, included in the premium tier of NetBox Cloud and NetBox Enterprise. Reach out to your customer success representative or <a href="https://netboxlabs.com/contact">contact us</a> to get it enabled on your account.</p>
<p>The Python client library, comprehensive documentation, and progressive example scripts are available at <a href="https://github.com/netboxlabs/netbox-turbobulk-public">netboxlabs/netbox-turbobulk-public</a> on GitHub.</p>
<p>TurboBulk was built in partnership with several of our large-scale AI datacenter customers, and we&#8217;re continuing to develop it based on real-world feedback. If your team is pushing the limits of what&#8217;s possible with NetBox at scale — we built this for you.</p>
<p>The post <a href="https://netboxlabs.com/blog/bulk-operations-at-scale-introducing-netbox-turbobulk/">Bulk Operations at Scale: Introducing NetBox TurboBulk</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Meet Chris Russell, the Engineer Who Fills the Gaps Others Miss</title>
		<link>https://netboxlabs.com/blog/meet-chris-russell-the-engineer-who-fills-the-gaps-others-miss/</link>
		
		<dc:creator><![CDATA[Daniele Gaunce]]></dc:creator>
		<pubDate>Thu, 02 Apr 2026 17:09:38 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=7376</guid>

					<description><![CDATA[The post Meet Chris Russell, the Engineer Who Fills the Gaps Others Miss appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p>The post <a href="https://netboxlabs.com/blog/meet-chris-russell-the-engineer-who-fills-the-gaps-others-miss/">Meet Chris Russell, the Engineer Who Fills the Gaps Others Miss</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NetBox Community Hits 20,000 GitHub Stars</title>
		<link>https://netboxlabs.com/blog/netbox-community-hits-20000-github-stars/</link>
		
		<dc:creator><![CDATA[Kiley]]></dc:creator>
		<pubDate>Fri, 27 Mar 2026 15:55:36 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=7353</guid>

					<description><![CDATA[Four years ago, we celebrated NetBox crossing 10,000 GitHub stars. That post closed with, “Now, on to 20,000 stars!” The netbox-community/netbox repo just crossed that mark. Later this summer, in June, NetBox will celebrate ten years of existence. When DigitalOcean released NetBox as open source in 2016, nobody was projecting 20,000 stars. The project found [&#8230;] The post NetBox Community Hits 20,000 GitHub Stars appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p>Four years ago, we celebrated NetBox crossing <a href="https://netboxlabs.com/blog/10k-github-stars/">10,000 GitHub stars</a>. That post closed with, “Now, on to 20,000 stars!” The netbox-community/netbox repo just crossed that mark.</p>
<p>Later this summer, in June, NetBox will celebrate ten years of existence. When DigitalOcean released NetBox as open source in 2016, nobody was projecting 20,000 stars. The project found an audience because it solved a real problem, and the community that formed around it never let up.</p>
<h2>By the Numbers</h2>
<p>The history of the GitHub stars given to the NetBox repo tells a significant story.</p>
<p>The first 10,000 stars took about six years. The second 10,000 took four. The project now has 391 contributors, 14,904 commits, and more than 3,000 forks. There have been 351 releases since v1.0, with the <a href="https://github.com/netbox-community/netbox/releases/tag/v4.5.4">latest, v4.5.4</a>, shipping on March 3. That works out to roughly one release every ten days, a pace that has held for years.</p>
<h2>The Community Behind It</h2>
<p>Those numbers come from real people. NetBox Community is the open source project, hosted at github.com/netbox-community/netbox under the Apache 2.0 license. NetBox Labs, as the commercial steward of NetBox, employs a core (and rapidly growing) team of engineers who maintain and develop it. In addition, nearly 400 community contributors have shaped the project over the past decade – filing issues, writing code, reviewing pull requests, and helping build an ecosystem of plugins and integrations around the core.</p>
<p>Open source software like NetBox deserves sustained investment, and that investment comes from real product value delivered to real customers. NetBox Labs builds products for organizations managing complex, critical infrastructure on top of NetBox. When customers adopt those products, the revenue funds dedicated engineering teams who carry NetBox and other community projects forward full-time.</p>
<h2>What the Community Built Makes What Comes Next Possible</h2>
<p>Ten years of community contributions built the most widely adopted open source network source of truth in the world. That means a structured, consistent data model covering devices, interfaces, IP space, circuits, cabling, and the relationships between all of it. That data model is now the foundation for something the original contributors could have never anticipated, with AI agents that can understand your network and infrastructure.</p>
<p><a href="https://netboxlabs.com/blog/netbox-copilot-now-generally-available/">NetBox Copilot</a> is an AI-powered assistant that understands your network and infrastructure. It uses the structured context in NetBox to let teams query, manage, and automate infrastructure through natural language, answering questions like “Which devices are missing management IPs?” in seconds because the community spent a decade making sure that data was modeled correctly. Copilot has also moved <a href="https://netboxlabs.com/blog/teaching-copilot-to-write-how-netbox-copilot-goes-beyond-read-only/">beyond read-only operations</a> for NetBox Labs customers to create, update, and delete records, with human approval on every write.</p>
<p>The broader shift led to NetBox Labs becoming the system of record platform that makes AI-driven infrastructure operations possible. NetBox Labs is building the platform layer on top – from Copilot to Discovery to Assurance. The same structured knowledge graph that teams rely on for automation and compliance is now what makes AI agents trustworthy when they operate on production networks.</p>
<h2>What’s Ahead</h2>
<p>The growth is still accelerating. The contributor base is still expanding. The project shipped 351 releases in ten years, and that cadence has not slowed.</p>
<p>To everyone who has starred, filed an issue, submitted a pull request, answered a question in Slack, or built a plugin: this milestone is yours. The community’s work is what made NetBox the system of record for network infrastructure, trusted by more than 10,000 teams worldwide. <a href="https://netboxlabs.com/newsletter/">Sign up for the NetBox Labs newsletter</a> to stay informed on where NetBox and NetBox Labs go next.</p>
<p>The post <a href="https://netboxlabs.com/blog/netbox-community-hits-20000-github-stars/">NetBox Community Hits 20,000 GitHub Stars</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>See Your Infrastructure: Introducing NetBox Visual Explorer</title>
		<link>https://netboxlabs.com/blog/see-your-infrastructure-introducing-netbox-visual-explorer/</link>
		
		<dc:creator><![CDATA[Kris Beevers]]></dc:creator>
		<pubDate>Mon, 23 Mar 2026 09:00:42 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=7205</guid>

					<description><![CDATA[The post See Your Infrastructure: Introducing NetBox Visual Explorer appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p>The post <a href="https://netboxlabs.com/blog/see-your-infrastructure-introducing-netbox-visual-explorer/">See Your Infrastructure: Introducing NetBox Visual Explorer</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Teaching Copilot to Write: How NetBox Copilot Goes Beyond Read-Only</title>
		<link>https://netboxlabs.com/blog/teaching-copilot-to-write-how-netbox-copilot-goes-beyond-read-only/</link>
		
		<dc:creator><![CDATA[Kris Beevers]]></dc:creator>
		<pubDate>Fri, 13 Mar 2026 20:53:26 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=7181</guid>

					<description><![CDATA[The post Teaching Copilot to Write: How NetBox Copilot Goes Beyond Read-Only appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p>The post <a href="https://netboxlabs.com/blog/teaching-copilot-to-write-how-netbox-copilot-goes-beyond-read-only/">Teaching Copilot to Write: How NetBox Copilot Goes Beyond Read-Only</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Long War Against Configuration Chaos</title>
		<link>https://netboxlabs.com/blog/the-long-war-against-configuration-chaos/</link>
		
		<dc:creator><![CDATA[Peter Clark]]></dc:creator>
		<pubDate>Thu, 12 Mar 2026 18:11:42 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=7174</guid>

					<description><![CDATA[The post The Long War Against Configuration Chaos appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p>The post <a href="https://netboxlabs.com/blog/the-long-war-against-configuration-chaos/">The Long War Against Configuration Chaos</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Understanding Cable Profiles in NetBox 4.5</title>
		<link>https://netboxlabs.com/blog/understanding-cable-profiles-in-netbox-4-5/</link>
		
		<dc:creator><![CDATA[Mark Coleman]]></dc:creator>
		<pubDate>Fri, 06 Mar 2026 20:03:50 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=7150</guid>

					<description><![CDATA[You can also filter cables by profile in both the UI list view and the API: The post Understanding Cable Profiles in NetBox 4.5 appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p>You can also filter cables by profile in both the UI list view and the API:</p>
<p>The post <a href="https://netboxlabs.com/blog/understanding-cable-profiles-in-netbox-4-5/">Understanding Cable Profiles in NetBox 4.5</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NetBox 4.5.2: Significant Performance Improvements for Scale</title>
		<link>https://netboxlabs.com/blog/netbox-4-5-2-significant-performance-improvements-scale/</link>
		
		<dc:creator><![CDATA[Jeremy Stretch]]></dc:creator>
		<pubDate>Tue, 17 Feb 2026 07:40:07 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=7004</guid>

					<description><![CDATA[The post NetBox 4.5.2: Significant Performance Improvements for Scale appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p>The post <a href="https://netboxlabs.com/blog/netbox-4-5-2-significant-performance-improvements-scale/">NetBox 4.5.2: Significant Performance Improvements for Scale</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NetBox Copilot Is Now Generally Available</title>
		<link>https://netboxlabs.com/blog/netbox-copilot-now-generally-available/</link>
		
		<dc:creator><![CDATA[Kris Beevers]]></dc:creator>
		<pubDate>Tue, 10 Feb 2026 16:39:30 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://netboxlabs.com/?p=6991</guid>

					<description><![CDATA[The post NetBox Copilot Is Now Generally Available appeared first on NetBox Labs. ]]></description>
										<content:encoded><![CDATA[<p>The post <a href="https://netboxlabs.com/blog/netbox-copilot-now-generally-available/">NetBox Copilot Is Now Generally Available</a> appeared first on <a href="https://netboxlabs.com">NetBox Labs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
