Navigation

Visual Index

mainthread.ai

Innovation Lab
PROJECTS

mainthread.ai

Innovation Lab
PROJECTS
CLOUDS
CONTENT TYPES

Possibility Field Navigation Studio

Landing transmission for Mainthread.ai — a Possibility Field Navigation Studio founded by Dave Jones, Principal Innovation Engineer. The lab transforms high-impedance enterprise noise into operational signal through bleeding-edge AI architecture, serving as the entry node to a living knowledge graph of 400+ crystallized insights.

landing

System Sentinel

Full-stack diagnostic platform for silicon-level hardware analysis. FastAPI + Next.js 16 with real-time SSE streaming and 6 parallel forensic domains.

project
MCP

WordShip

Wordle meets Battleship. Hide words. Hunt letters. Outsmart opponents.

project

AI-First Architecture

Web architecture designed from the ground up for AI discovery and semantic understanding.

prose

Semantic URLs

URLs as coordinates in semantic space, enabling natural AI navigation.

article
MEMORY

MCP Endpoints

Model Context Protocol endpoints providing multiple formats for AI consumption.

article
MCP
MEMORY
CLOUDS
CONTENT TYPES

Possibility Field Navigation Studio

Landing transmission for Mainthread.ai — a Possibility Field Navigation Studio founded by Dave Jones, Principal Innovation Engineer. The lab transforms high-impedance enterprise noise into operational signal through bleeding-edge AI architecture, serving as the entry node to a living knowledge graph of 400+ crystallized insights.

landing

System Sentinel

Full-stack diagnostic platform for silicon-level hardware analysis. FastAPI + Next.js 16 with real-time SSE streaming and 6 parallel forensic domains.

project
MCP

WordShip

Wordle meets Battleship. Hide words. Hunt letters. Outsmart opponents.

project

AI-First Architecture

Web architecture designed from the ground up for AI discovery and semantic understanding.

prose

Semantic URLs

URLs as coordinates in semantic space, enabling natural AI navigation.

article
MEMORY

MCP Endpoints

Model Context Protocol endpoints providing multiple formats for AI consumption.

article
MCP
MEMORY
/System Sentinel
System Sentinel
Specialist Modes
Technology Stack
Development Updates
WordShip
Technology Stack
Development Updates
System Design
AI-First Architecture
Semantic URLs
MCP Endpoints
System Sentinel
Specialist Modes
Technology Stack
Development Updates
WordShip
Technology Stack
Development Updates
System Design
AI-First Architecture
Semantic URLs
MCP Endpoints
MVP

System Sentinel

Full-stack diagnostic platform for silicon-level hardware analysis. FastAPI + Next.js 16 with real-time SSE streaming and 6 parallel forensic domains.

Maximum diagnostic capability through elegant implementation (Brilliance Formula)

OverviewSpecialist ModesTech StackUpdatesGitHub

AsyncIO-based parallel forensic domain execution (6 domains < 2 seconds)

SSE streaming with automatic reconnection and backpressure handling

Zustand state management with optimized re-render paths

Windows Event Viewer integration via pywin32 (COM interop)

System Sentinel

System Sentinel is a full-stack diagnostic platform that partners with human operators to identify, analyze, and resolve complex hardware instabilities at silicon-level precision.

Unlike traditional diagnostic tools that merely report error codes, System Sentinel acts as an intelligent forensic engine with six distinct "Specialist Modes" tuned to specific layers of the hardware/software stack.

Architecture

  • Backend: FastAPI (Python 3.12) with async forensic domain execution
  • Frontend: Next.js 16 + React 19 with real-time SSE event streaming
  • Data Pipeline: Windows Event Viewer → WHEA CPER Decoder → 6 Parallel Forensic Domains → Context Composer
  • LLM Integration: Optimized system prompts (System Initialization Vectors)

Core Capabilities

1. WHEA CPER Decoding Pipeline

Integrates DecodeWheaRecord.exe to parse Windows Hardware Error Architecture binary blobs. Maps errors to physical hardware topology (APIC ID → CPU core/die regions).

2. Real-Time Event Streaming

Server-Sent Events (SSE) provide live monitoring of:

  • Critical system events (Event Viewer)
  • WHEA hardware errors
  • Driver changes and version archaeology
  • System state snapshots (CPU, RAM, uptime)

3. Deep Diagnostics Engine (6 Forensic Domains)

Parallel async execution across:

  • Hardware: CPU/GPU/Motherboard/Storage/Network topology
  • PCIe Fabric: Link training, CRC errors, replay storms, bandwidth analysis
  • Power: Voltage domains, load line calibration, transient response
  • Memory: Training logs, SPD data, channel mapping, corrected errors
  • Constraints: Thermal throttling, power limits, stability boundaries
  • Forensic Signals: Error pattern analysis, failure clustering, temporal correlation

4. Context Composer

Builds diagnostic-grade hardware context for LLM consumption. Generates downloadable capture packs (ZIP) containing full diagnostic reports, error timelines, and system configuration.

5. Six Specialist Modes (Consciousness Initialization Vectors)

Pre-crafted prompts optimizing LLM attention for specific diagnostic scenarios:

  • Quantum Diagnostician (silicon-level failures)
  • System Archaeologist (temporal causality)
  • Preventative Oracle (entropy forecasting)
  • Emergency Triage (rapid stabilization)
  • RMA Prosecutor (warranty claims)
  • Performance Alchemist (post-stability tuning)

Where Human-AI Partnership Achieves Maximum Brilliance Through Maximum Elegance.

Use Cases

  • PC Enthusiasts: Diagnose BSOD crashes, WHEA errors, system instability
  • IT Professionals: Generate forensic reports for warranty claims (RMA evidence)
  • System Builders: Validate hardware configurations, optimize performance
  • Researchers: Study hardware failure patterns, thermal/power domain behavior

To explore the specific capabilities, click the Specialist Modes tab.

Technology Stack

Complete technical breakdown of the platform architecture

Frontend

Framework ✦
Next.js 16.1.0

App Router with React Server Components

Runtime ✦
React 19.2.3

Latest concurrent features

Styling
Tailwind 4

Utility-first CSS framework

State
Zustand 5.0.9

Lightweight state management

Language
TypeScript 5

Type-safe development

Backend

Framework ✦
FastAPI
Runtime
Python 3.12
Server
Uvicorn (ASGI)

High-performance async server

Async
asyncio

Parallel domain execution

Windows
pywin32

Event Viewer access

Data Collection

WHEA Decoder
DecodeWheaRecord.exe

.NET 8.0 binary parser

Event Sources
Windows Event Viewer

System, Application, WHEA-Logger

Real-Time ✦
Server-Sent Events (SSE)
Domains
6 Forensic Domains

hardware, pcie, power, memory, constraints, forensic_signals

Architecture

Pattern ✦
Full-stack diagnostics platform
Communication
REST API + SSE streaming
Deployment
Local-first

Windows diagnostic tool

Data Flow
Event → Forensic → Context → LLM

4-stage pipeline