Simplify.Connect.Accelerate
Imagine
"Exploring the limitless bounds of imagination"

14 Projects. 12 Months. Zero Without AI.

WB
January 2026
15 min read

Between January 2025 and January 2026, INS built fourteen production applications: enterprise NetSuite integrations, industrial protocol platforms, network monitoring tools, and sales engineering utilities. None of them would exist without AI. Not because AI made them faster. Because AI made them possible.

This isn't a story about augmenting existing development capacity. It's a story about creating capacity that didn't exist. A company without a traditional software development team built 119,000 lines of production TypeScript, industrial-grade Python applications, and a suite of web tools that our customers and sales engineers use daily.

The portfolio spans five categories: enterprise workflow automation, industrial protocol platforms, network monitoring applications, technical sales tools, and industrial automation platforms. Together they represent what becomes possible when imagination and domain expertise meet AI capability in the right way.

The Unlock

Unleashing our imaginations coupled with our domain knowledge really opens up what's possible. These projects aren't just productivity tools. They're answers to questions we hadn't thought to ask, solutions to problems we'd accepted as unavoidable, and capabilities we couldn't have built any other way.

14
Production Projects
12
Months
119K+
Lines of Code
4,897
Automated Tests
440+
Git Commits
0
Traditional Dev Team

The Projects

Each project solved a real business problem. None were experiments or proofs of concept. All are in production use, serving customers and internal operations.

Enterprise NetSuite Applications
119K lines, 4,897 tests, Clean Architecture

NS-Office-Add-In (Time Entry)

Dual-platform time entry application running as both a Microsoft Outlook Office Add-in and Progressive Web App. OAuth 2.0 authentication with NetSuite, AES-GCM encrypted token storage, cascading customer/project/task dropdowns, real-time budget tracking, Copy Week/Copy Day features, and budget overrun notifications to project managers.

77K Lines 2,912 Tests TypeScript 13 Architecture Layers 343 Commits

ns-expense (Expense Report)

Expense report application with receipt upload, image compression with EXIF orientation correction, HEIC detection, billable/non-billable workflows, and dual budget tracking for Engineering Expenses and Billable Consumables. Built in 15 days by applying domain knowledge from the Time Entry application.

42K Lines 1,985 Tests TypeScript 15 Architecture Layers 15 Days to Ship
The Compounding Effect

The Time Entry application took two months. The Expense Report application, built on the same architecture and domain knowledge, took fifteen days. Same quality standards. Same test coverage. Same production readiness. Domain knowledge compounds when captured in reusable patterns.

Industrial Protocol Platform
ODVA-compliant EtherNet/IP implementation

VibeCIP

High-performance ODVA-compliant EtherNet/IP integration platform. Python/FastAPI backend implementing the industrial CIP protocol with React/TypeScript frontend. Supports 200+ concurrent scanner instances with connection pooling, async packet processing, and real-time I/O via UDP Class 0/1 and TCP Class 3 transports.

200+ Concurrent Scanners Python/FastAPI React/TypeScript ODVA CIP Compliant WebSocket Real-time

Why VibeCIP Matters

VibeCIP demonstrates something significant: AI can help build industrial protocol implementations that comply with published standards like ODVA CIP. The protocol layer handles encapsulation, session management, and I/O connections exactly as the specification requires. This isn't a toy implementation. It's production infrastructure for Allen-Bradley PLC integration.

Network Monitoring Applications
Field tools for cellular and network performance

CellMetrics

Professional cellular network monitor for field technicians performing coverage audits on private LTE/5G networks. PyQt6 desktop application with real-time signal metrics (RSSI, RSRP, RSRQ, SINR), GPS tracking, iperf3 bandwidth testing, and SQLite data collection. Includes router integration for Cradlepoint and Peplink devices.

40-50% KPI Collection Time Savings Python/PyQt6 Real-time Graphs KMZ Export License Management

NetLat

Network latency utility for diagnosing connectivity issues and measuring round-trip times across network paths. Python-based tool used internally for troubleshooting customer network performance.

Python Latency Analysis Diagnostics
Sales Engineering Tools
Web applications for technical sales and customer support

celona-ap-matrix

Interactive comparison matrix for Celona access point specifications. Helps sales engineers quickly compare AP models for customer deployments.

HTML/JavaScript Product Comparison

Cellular-Throughput-Calculator

Calculator for estimating cellular throughput based on signal conditions, modulation, and bandwidth allocation. Used during network design and customer consultations.

HTML/JavaScript Network Planning

Antenna_Ground_Intercept

Tool for calculating antenna coverage patterns and ground intercept points. Essential for site surveys and deployment planning.

HTML/JavaScript RF Engineering

Spectrum-Viewer

RF spectrum visualization tool for understanding frequency allocations and identifying interference sources.

HTML/JavaScript RF Visualization

CBRS_Guide

Comprehensive reference guide for Citizens Broadband Radio Service (CBRS) regulations, spectrum access, and deployment considerations.

HTML CBRS Reference

DPA_Zones

Dynamic Protection Area zone mapping tool for understanding CBRS spectrum availability near protected federal installations.

HTML/JavaScript Geospatial

WiFi and CBRS Report Generators

Browser-based automated report generation tools for wireless network engineers delivering site surveys and acceptance tests. Self-contained HTML applications with AI-powered analysis via xAI Grok, supporting Ekahau data (WiFi) and multi-vendor test equipment formats including Keysight, R&S, Viavi, and XCAL (CBRS). Generates Site Survey, SAT, FAT, and PoC reports with interactive Leaflet.js maps. Reduces report generation from 4-12 hours to 15-30 minutes (85-95% time savings).

85-95% Time Savings HTML/JavaScript xAI Grok API Leaflet.js Maps Offline Capable
Industrial Automation Platforms
Ignition SCADA development and manufacturing systems

AIMS 2.0

Industrial automation platform built on Ignition SCADA for manufacturing environments. Features ISA-95 compliant equipment hierarchy via Unified Namespace, context-aware operations dashboards, Material Design 3 Perspective UI, and real-time monitoring. Compressed 14 months of traditional development into 2 months with AI.

Ignition SCADA SQL Server MQTT/UNS ISA-95

DevIt

Web-based development environment and project manager for Ignition SCADA projects. React/TypeScript frontend with Node.js backend, featuring Docker-based dev environments, AI-powered assistance with specialized expert modes, drag-and-drop task management, and automated project documentation generation.

React/TypeScript Node.js/Express Ignition SCADA Docker Integration

The Development Timeline

Twelve months of concentrated development, each project building on the last:

January 2025
VibeCIP
Industrial EtherNet/IP CIP protocol platform. The first project to test whether domain experts could build production software with AI assistance.
Q2 2025
CellMetrics & NetLat
Network monitoring tools. CellMetrics became a professional-grade cellular audit application; NetLat addressed network latency diagnostics.
November 2025
NS-Office-Add-In (Time Entry)
First NetSuite application. Two months of learning OAuth, Clean Architecture, and the NetSuite API ecosystem.
December 2025
Sales Engineering Tools & Industrial Automation
Nine applications: seven web tools for cellular/RF engineering (Celona AP Matrix, Throughput Calculator, Antenna Ground Intercept, Spectrum Viewer, CBRS Guide, DPA Zones, WiFi/CBRS Report Generators) plus two Ignition SCADA platforms (AIMS 2.0, DevIt).
January 2026
ns-expense (Expense Report)
Second NetSuite application. Fifteen days from start to production, applying everything learned from Time Entry.
The Pattern

Each project made the next one faster. Not because the code was reused directly, but because the problem-solving patterns, the architectural decisions, and the understanding of how to work effectively with AI all compounded. Domain expertise plus AI fluency creates multiplicative results.

Why AI Made This Possible

Let's be clear about what happened here. This wasn't a traditional software development team using AI to code faster. This was domain experts with no professional programming background building production systems.

The Old Model: Access Through Developers

Before AI, building these applications would have required:

The translation layer between domain expertise and technical implementation was expensive, slow, and lossy. Ideas got simplified. Requirements got misunderstood. The people who knew what was needed couldn't build it, and the people who could build didn't know what was needed.

The New Model: Domain Experts Building

AI collapsed that translation layer. The person who understands why budget tracking matters for billable projects is the same person who builds the budget tracking system. The person who knows CBRS spectrum regulations is the same person who builds the reference guide. The person who troubleshoots EtherNet/IP integration issues is the same person who builds the CIP protocol platform.

What AI Actually Provided

  • Technical translation: Converting domain requirements into working code without losing nuance
  • Pattern application: Applying architectural patterns (Clean Architecture, repository pattern, dependency injection) consistently
  • API navigation: Understanding complex APIs (NetSuite REST, OAuth 2.0, ODVA CIP) and implementing correct integrations
  • Quality maintenance: Writing tests, handling edge cases, maintaining consistent code style
  • Iteration speed: Moving from concept to working implementation in hours rather than weeks

The Skill Stack That Made It Work

Building with AI requires a different skill set than traditional development, but it's not the skill set most people expect.

What Mattered Most

What Mattered Less

The Critical Skill

The single most important skill was knowing what to ask for. Not "write me an expense report app," but "implement a budget tracking system that queries NetSuite Sales Orders for Engineering Expenses line items and calculates remaining unbilled amounts using SuiteQL." Domain expertise translated into precise requirements is the irreducible human contribution.

The Super Exponential Reality

We're on a super exponential timeline for AI capabilities. That's not hyperbole. AI capability is doubling roughly every four months. What was possible in September 2025 was less than what was possible in January 2026. What will be possible by mid-2026 will exceed both.

These fourteen projects represent a snapshot of what's achievable at this moment. The Time Entry application pushed against the edges of what AI could reliably handle in late 2025. The Expense Report application, built just weeks later, was measurably easier because both AI capability and our skill at using it had improved.

The learning compounds. Each project built skills that transferred to the next. Each interaction with AI taught patterns that applied more broadly. The gap between "domain expert with AI" and "domain expert without AI" is already substantial. By the end of 2026, it will be transformational.

The Compounding Advantage

People who figure out how to build with AI now, in early 2026, will have a compounding advantage over those who wait. Not because the tools won't be available later, but because the skill of working effectively with AI takes time to develop. The learning curve is the moat.

What This Means for INS

These fourteen projects represent a fundamental shift in how INS operates. The friction costs we used to accept as inevitable (the "NetSuite tax" of manual time entry, the spreadsheet-based expense tracking, the lack of real-time project budget visibility) are no longer fixed constraints. We can solve them ourselves.

Our New Capability

What We're Building Toward

The people closest to the problems at INS, the ones who understand why budget tracking matters for billable projects, who know the nuances of CBRS spectrum regulations, who troubleshoot EtherNet/IP integration issues daily, can now participate in creating solutions directly. Development capacity is no longer our bottleneck.

Our competitive advantage isn't access to better AI. It's our deep domain expertise in industrial networking, cellular infrastructure, and enterprise workflows combined with our growing fluency in building with AI. We know what to build because we live in this world every day.

The most exciting applications are still ahead: custom tools that deliver answers to questions we haven't even thought to ask yet. When imagination is no longer constrained by development capacity, the only limit is how well we understand our customers' needs. And we understand them very well.

2026: The Year Everything Changes

Unleashing our imaginations coupled with our domain knowledge really opens up what's possible. We believe 2026 will be a fundamentally transformative year for INS as we tap into our collective creativity and domain expertise to solve problems we used to accept as a "NetSuite tax."

AI's impact will go far beyond ERP and CRM, especially as we build custom applications that deliver answers to questions we hadn't even thought to ask.