InsideBoard AI
AI-assisted data-intake platform, enterprise automotive
A deployed pipeline that ingests messy enterprise Excel feeds and delivers clean, proven data, with the AI kept on a tight leash.
Forward Deployed Engineer, InsideBoard AI · May 2026 to present · Enterprise SaaS, automotive data
Decision Room 01
Deployed client productA file is cleared for delivery, or it stops with an explanation.
The successful execution is recorded below. Inspect the operating contract behind the outcome without exposing client data or implementation secrets.
- 89
- Expected columns in the recorded model
- 16 sec
- Recorded validation of 226 rows
- Python
- Deterministic final decision
Recorded run · successful delivery
Explore the recorded run
The operator selects the expected file model before any data is processed.
Interrogate the system
Input contract
A recurring workbook and an explicit expected model.
The operator selects the expected file model before upload. The workbook is fingerprinted and matched to a versioned structural contract before normalization begins.
Privacy boundary
The model sees column structure only. Cell values remain outside the LLM.
Execution path
- 01Receive
- 02Identify
- 03Validate
- 04Decide
- 05Deliver
The problem
What I built
The outcome
See it working
Why you can trust it
- Multi-agent dev harness: tool-scoped review agents (architecture, operational, security, planning) that vote on every change in sequence, plus a knowledge-graph code index agents query instead of grepping raw source
- Tiered context system: a controlled-vocabulary glossary, numbered session-handoff docs, and per-agent persistent memory with automated nightly consolidation, so any fresh AI session rebuilds full project state without re-reading the codebase
- Append-only decision log (60+ locked ADRs), plus a security gate that vets every third-party agent or skill for prompt injection before it touches disk
- Four-stage CI: 550+ hermetic tests with coverage, SonarQube, per-PR preview builds, and an automated AI code-review gate, behind push-to-main and secret-exfiltration guard hooks
Have a project like this?