Lane Ives
Download PDF Word Contact

This is the plain copy, the same text as the PDF and Word downloads, laid out the way applicant tracking systems read it.

Lane Ives

.NET Engineer and AI Integration Consultant

.NET MAUI · Blazor · ASP.NET Core · Azure · Claude and OpenAI APIs

Ocala, Florida Remote, will travel on-site monthly iveslane@intric-solutions.com linkedin.com/in/lane-ives-a5291b184 kaninesoftware.com

Summary

I build C# software for people who use it on a phone or a tablet, not just at a desk. Tablets used as check-in devices in 50+ clinics. A wellness app with 20,000 members. A mobile login portal for all of the Texas Department of Public Safety. Software that K9 handlers take to court.

I work as a contractor through my company, Intric Solutions, and I'm usually the only developer on the project. That means I own the whole thing: mobile app, website, backend, and Azure.

Lately most of my work is AI integration: connecting a company's own data to a model and putting the result in front of the person holding the device. I also own Kanine Software, and I spent six years in the Navy before any of this.

AI Work

Personalized health plans from patient history

Building now · 2026 · wellness client

The client had years of data on each member: insurance claims, blood work, biometrics from clinic visits, questionnaire answers, and third-party risk scores for diabetes, COPD, and heart failure. I'm building a Claude-based pipeline that reads all of it, spots trends, and writes a plan that fits the person. It shows up in their MAUI and web app. Next step is letting members talk to the AI about the plan. After that, an AI that picks each person's incentives based on what actually works for them.

A product designed for agents from day one

2025–2026 · Kanine Software

When I rebuilt Kanine I made every screen operable by an AI agent, not just a human. During development, Claude Code opens the running app, clicks through it, and checks that the screens look right. The API is laid out so it can serve as MCP tools when a customer wants to plug in their own AI. I learned the hard way that customers want to use the AI they already trust, so the product gives them clean data and clean tools rather than a built-in model.

Tests that turn into narrated tutorial videos

2025–2026 · Kanine Software

Kanine's Playwright tests walk through complete user journeys. When a test passes, a recorder captures the run with smooth cursor movement, click effects, and captions. A script gets generated and ElevenLabs reads it. Result: 50+ narrated product videos, and not one of them was recorded by a person.

RAG search and report writing

Prototype · OpenAI and Semantic Kernel

Semantic search over a records database using embeddings, plus an AI that wrote custom reports from a dataset and a plain-English description. It worked, but it was more AI than the problem needed, and that lesson shaped how I built Kanine.

Private, on-premises AI

Self-funded lab · ongoing

I run my own inference server with 96 GB of GPU memory and have deployed six to eight open-weight models on it for real client work where the data couldn't leave my hands. For HIPAA and CJIS environments, that is often the only kind of AI a client can approve. If you need that kind of setup in your own building, I can spec the hardware, pick the model, stand it up, and wire your app to it.

Earlier AI work

2023–2024

Chatbot prototypes and alternative chat interfaces for the wellness client, built with the OpenAI API and LangChain. Prompt design and evaluation for production use cases.

Skills

Core stack
C#.NET Framework 4.5.NET 6 / 8 / 9ASP.NET Core.NET MAUIXamarin.FormsBlazorWinFormsXAMLMVVMLINQReactPython
AI
Claude APIOpenAI APISemantic KernelLangChainRAG and embeddingsPrompt designLocal and self-hosted inferencellama.cppvLLMOllamaMCPAgent-driven UI testingElevenLabsClaude Code
Mobile and web
App Store and Google Play releasesPush notifications (iOS and Android)Xamarin.Forms to MAUI migrationShared Blazor and MAUI pagesMobile web UIJavaScript and HTML
Cloud and data
Azure App ServicesAzure FunctionsCosmos DBAzure Active DirectoryAzure SQLAWSSQL ServerStored procedures and jobsSQLiteREST APIs
Tools and delivery
CI/CD with staged test gatesGit and GitHubAzure DevOpsPlaywrightVisual StudioJiraAsanaScrum
Compliance
HIPAA certifiedCJIS compliantDoD Secret clearance 2014–2024

Experience

Intric Solutions LLC

Jan 2022 – Present
Founder and Consultant · Remote

My consulting company. On every engagement below I was the sole or lead developer, and I worked directly with the client's executives and end users. That includes hundreds of executive-level calls where I was the technical expert in the room: scoping work, explaining tradeoffs, and advising on what to build next. I've handled knowledge transfer from outgoing developers several times, and I hired and trained an apprentice who now works in .NET MAUI full time.

Corporate wellness platform

Aug 2023 – Present

Web and mobile app for self-insured employers. Members track steps, sleep, and water, fill out health questionnaires, and earn rewards for staying healthy, which lowers the employer's claims. 15,000–25,000 active members, about 1,000 check-ins a day.

  • Sole developer for the whole platform.
  • The original system was built by the company's IT person and broke constantly. I rebuilt the front end first, then later rebuilt the entire platform from the ground up when the client was ready.
  • Moved the member app from Xamarin.Forms to .NET MAUI and shipped multiple releases to both stores.
  • Built the rewards decision engine and the health questionnaire UI. Now building the AI health-plan feature above.

Texas Department of Public Safety

Jul 2024 – Mar 2025

Hybrid contract, Austin.

  • Led the move from Xamarin to .NET MAUI for the Department's mobile apps.
  • Delivered the secure access portal app that handles login to TXMAP, Texas's version of the ATAK situational-awareness system, on iOS and Android.
  • Built mobile web UI for TXMAP.

Multi-location healthcare group

Jul 2021 – Present

First year through Green Pages as Xamarin Forms SME, direct since Jan 2022. 50+ clinics. Patients and nurses use an iPad app for check-in, consent forms, and document signing. About 5,000 check-ins a day.

  • Sole developer for years across the iOS app, the website, and the backend.
  • Built a Xamarin.Forms dashboard that predicts patient wait times: it reads appointment availability across locations and time slots, then forecasts from yearly trends. Data in Azure Cosmos DB, calculations in Azure Functions.
  • Maintained the backend that turns scanned PDFs into work orders and runs appointment scheduling and availability.
  • SQL Server work throughout: stored procedures, scheduled jobs, schema changes, and data fixes.
  • When I arrived they were putting out fires every week. I stabilized it, and they're still a client.

Kanine Software

Developer since 2012 · Owner since 2026
Owner and Lead Engineer · kaninesoftware.com

Records, training, and deployment software for police K9 handlers. The records hold up in court. Over 2,000 agencies across the US and Canada have used it.

  • Bought the company in 2026. Now rebuilding it as one .NET MAUI and Blazor codebase with shared pages, so a single app runs on the web and every MAUI platform. Launching January 2027 or sooner.
  • 2020–2021: built the first Kanine mobile app in Xamarin.Forms. Handlers enter records and record GPS tracks on their phone, with push notifications and sync to the desktop software.
  • 2020–2021: led a team of four offshore developers in India for a year to move the desktop product from .NET Framework 4.5 to .NET 5, working across time zones and language barriers. The upgrade cut boot time by 30% and, because it let us upgrade the database, sped up reads and writes across the app by 43%.
  • 2012–2020: taught myself to code at 14, then joined my dad's business at 16 and built the GPS side of the product. Figured out the device track formats, pulled tracks off GPS units, and drew them on Google Maps with colors and overlays. Kept fixing bugs and shipping features part time through my Navy years.

United States Navy

Nov 2014 – Nov 2020
Fire Controlman, E-5
  • Maintained and operated AEGIS fire-control and SPY radar systems for SM-2 missiles on destroyers and cruisers.
  • Led multiple work centers aboard ship.
  • Two years of advanced electronics school before reporting to the ship.
  • Battle "E" award with the ship. Held a DoD Secret clearance for ten years.

Education and Credentials

  • US Navy Fire Controlman school, advanced electronics, 2 years (associate-degree equivalent)
  • HIPAA certification · CJIS compliance
  • Self-taught, coding since 2010 and shipping software since 2012

Tell me what you're building

Contract work, AI integration, a MAUI migration, or a private AI setup in your own building. Send a note and it lands in my inbox at Intric Solutions.