Capability Register

Every competence below names where it was actually exercised.

Grouped by domain rather than by tool. Select a domain to filter the work registry underneath it.

Modelling, coordinating and dispatching electrical assets — from traction substations to distributed energy resources.

  • CIM / CGMES semantic modelling
  • High-voltage traction asset digitalisation
  • DER fleet coordination
  • MILP battery dispatch
  • MPC and forecast-driven control loops
  • IEEE 9-bus cyber-physical testbed
Exercised in
DB InfraGO AGRWTH Aachen M.Sc. thesisGridOSDERIM

Getting field devices to speak to software without losing determinism, and keeping the boundary between the two defensible.

  • Modbus TCP/RTU
  • MQTT
  • SunSpec
  • OPC-UA
  • IT/OT convergence
  • KRITIS-aligned OT security governance
Exercised in
DB InfraGO AGGridOS

Embedding governing equations and threat models into learned components so their outputs stay physically admissible.

  • Physics-informed neural networks (PINNs)
  • Reinforcement learning security agents
  • Multi-agent RL coordination
  • ThreMA threat-model ontology
  • Time-series anomaly detection
Exercised in
RWTH Aachen M.Sc. thesisphysics-informed

Turning raw sensor returns into geometry a controller can act on, with the calibration maths done properly.

  • LiDAR–camera extrinsic fusion
  • SE(3) rigid-body transforms
  • Pinhole intrinsics & z-buffer occlusion
  • KITTI calibration ingestion
  • URDF-driven kinematic simulation
Exercised in
robot-lidar-fusion

Letting language models reach real actuators and real ledgers without giving up an audit trail or a kill switch.

  • Model Context Protocol (MCP) stdio servers
  • JSON-RPC transport design
  • Deterministic policy engines
  • HMAC-signed action tokens
  • Hash-chained audit logs
Exercised in
mcp-foundryNeuralBridge

The delivery substrate: typed services, native extensions, real-time browsers surfaces, and pipelines that publish.

  • Python · FastAPI
  • C++ via pybind11
  • TypeScript · Next.js · React Three Fiber
  • TimescaleDB / InfluxDB
  • PyPI trusted publishing (OIDC)
  • Hardware-in-the-loop test harnesses
Exercised in
DB InfraGO AGGridOSrobot-lidar-fusion
Work Registry

Public repositories, with their status stated plainly.

Shipped

physics-informed

Interactive simulator for the cross-domain CIM + ThreMA ontology, PINN solvers, RL security agents and IEEE 9-bus cyber-physical validation.

  • Python
  • PINNs
  • RL
  • CIM
Shipped

GridOS

DER middleware and control surface: protocol ingest, MILP dispatch, anomaly detection, and an MPC forecast loop.

  • FastAPI
  • Modbus
  • OPC-UA
  • MILP
In development

DERIM

Distributed energy resource integration middleware focused on verifiable coordination and grid-aware execution.

  • Python
  • FastAPI
  • DER
Shipped

mcp-foundry

Governance layer for AI agents acting on financial systems: deterministic policy engine, signed action tokens, hash-chained audit log.

  • MCP
  • JSON-RPC
  • HMAC
Shipped

robot-lidar-fusion

LiDAR-to-camera projection with SE(3) extrinsics, pinhole intrinsics, z-buffer occlusion handling and a KITTI calibration loader.

  • Python
  • SE(3)
  • KITTI
In development

NeuralBridge

AI-native middleware for human-to-model orchestration in safety-critical, physics-informed environments.

  • Python
  • Orchestration
Shipped

Bahn Project Manager

Enterprise platform for Deutsche Bahn infrastructure and station-development projects across 14 technical departments, data-driven from a 1,298-project dataset.

  • TypeScript
  • React 19
  • Vite
  • Vitest
In development

ForgeOS

The AI-native robotic operating system for the highest-pain, highest-ROI trades — the platform behind the Forge Line on engineeringgrimaldi.com.

  • TypeScript
  • Robotics
  • AI Agents
In development

FloorForge AI

AI-native automation for the flooring trade — Forge Line entry, in active development with public code.

  • TypeScript
  • Trades 2.0
In development

PaintForge AI

AI-native automation for the painting trade — Forge Line entry, in active development with public code.

  • TypeScript
  • Trades 2.0
In development

DryForge AI

AI-native automation for drying and climate workflows on site — Forge Line entry, in active development with public code.

  • TypeScript
  • Trades 2.0
In development

GridForge AI

Behind-the-meter power for AI data centers: on-site generation, DC microgrids and hybrid storage that bypass grid interconnection delays.

  • TypeScript
  • Microgrids
  • Storage
In development

ForgePower Semi

Custom and semi-custom SiC & GaN power modules, high-density converters and intelligent power-delivery networks for AI GPUs and rack-level power.

  • SiC/GaN
  • Power Electronics
In development

ThermalForge

Liquid-cooling infrastructure and thermal-power co-optimization for high-density AI racks: direct-to-chip cold plates and advanced CDUs.

  • Liquid Cooling
  • Thermal
Shipped

Palletizer OS

Hardware-agnostic, deterministic software foundation for end-of-line palletizing: control loops, safety logic, mixed-SKU planning and fleet telemetry, with a live optimizer.

  • Python
  • Robotics
  • Optimization
Physics-informed intelligence

Where the laws of physics meet deterministic AI

Physics-informed intelligence does not stop at pattern recognition. It constrains learning with the same governing equations that define the physical system.

Total objective = Data fidelity + Physics penalty
The model is penalised whenever its predictions violate the governing dynamics of the system.
Ltotal = Ldata + λLphysics
Lphysics = ‖∂u/∂t + N[u]‖²

Where this is heading

Real-time surrogate models for optimal power flow and inverter control — systems that are not merely intelligent, but operationally trustworthy under physical constraints.