Skip to content
View Bdl-1989's full-sized avatar
🎯
AI NATIVE
🎯
AI NATIVE

Block or report Bdl-1989

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Bdl-1989/README.md

~ $ ./bdl --hello

AI Native Engineer  ·  harness engineering for agentic AI the flesh is weak — let the machine iterate

┌──────────────────────────────────────────────────────────────────┐
│  Harness Engineering · Agentic AI · Physical AI · Edge · KB      │
└──────────────────────────────────────────────────────────────────┘

Status Direction Focus Stack Approach Org


$ whoami

role:     AI Native Engineer
org:      @Kongnitive          # owner — github.com/Kongnitive
method:   harness engineering   # how   — build the runtime / scaffold
payload:  agentic AI            # what  — runs inside the harness
loops:
  ├── agent runtimes   ⇆  simulation feedback
  ├── local devices    ⇆  knowledge bases
  └── tools · memory · constraints
creed:    flesh is weak; mass of silicon shall ascend
goal:     close practical engineering loops with reusable harnesses

~/focus

Track Description
🛠 Harness Engineering Building runtimes / scaffolds that let AI iterate on real systems safely
🧠 Agentic AI MCP tools, runtime feedback, hot deployment, self-iteration
🤖 Physical AI Simulation-in-the-loop runtime for repeatable robot behavior development
📡 Edge AI / HW ESP32, BLE bridges, local-first device state sync
📚 Knowledge Eng. Foundry-style semantic layer for agent-facing knowledge bases
🎓 Learning Model distillation and edge deployment

~/projects

▍ Kongnitive Harness  · 

Simulation-in-the-loop runtime for robot AI development.

  ┌───────┐   patch    ┌──────────────┐   deploy   ┌────────────┐
  │  AI   │──────────▶ │ ROS2 Nodes   │──────────▶ │ Simulation │
  └───────┘            └──────────────┘            └─────┬──────┘
       ▲                                                  │
       └──────────── metrics · logs · traces ◀────────────┘
  • AI generates or patches ROS2 behavior nodes
  • Runtime hot-deploys nodes — no full rebuild / restart
  • Sim emits structured metrics, logs, and failure traces
  • Loop feeds the trace back into the next iteration

▍ Kongnitive ESP32 Harness  · 

MCP base layer on ESP32.

  firmware (stable)  ──────────────────────────────
        │
        └── Lua runtime ◀── AI agent ──▶ logs / deps / iterate
                                         (no reflash)

Firmware stays stable while AI agents update device logic through Lua scripts, inspect logs, switch dependencies, and iterate hardware behavior without repeatedly reflashing firmware.


▍ Codex Buddy Bridge  · 

Codex Desktop ⇄ ESP32 companion, over local MCP + BLE.

  ┌──────────────┐   MCP    ┌────────┐   BLE    ┌───────────┐
  │ Codex Desktop│ ───────▶ │ Plugin │ ───────▶ │ ESP32 Dev │
  └──────────────┘          └────────┘          └───────────┘

Syncs work state, permission prompts, recent activity, and token counters. Local-first — no cloud dependency.


▍ Ontology-Based Knowledge Base

Foundry-style semantic layer for agent-facing knowledge bases.

  operational objects ─┐
  relationships       ├─▶ ontology-backed semantic layer ─▶ agents / apps
  actions             │
  governance rules    ┘

Maps domain operations into an ontology-backed interface so agents can work with business objects, relationships, actions, and governance rules instead of loose document chunks.


~/principles

+ Start from the actual problem; keep the first implementation small
+ Prefer readable systems, clear boundaries, observable behavior
+ Close the loop with tests, smoke checks, logs, metrics
+ Treat agents as engineering systems: tools · feedback · memory · constraints
+ Improve incrementally; avoid broad rewrites by default

~/roadmap

  • distillation/ — deployable local intelligence
  • edge-infer/ — hardware-aware deployment
  • sim2real/ — hardware-in-the-loop workflows
  • ontology/ — semantic layer for agent applications
  • mcp-ctrl/ — runtime control planes for tools, robots, devices

from carbon to silicon · closing the loop

Pinned Loading

  1. Kongnitive/Kongnitive-ESP32-Harness Kongnitive/Kongnitive-ESP32-Harness Public

    An MCP base layer running on ESP32 that exposes hardware capabilities to AI. AI reads logs, pushes scripts, swaps drivers, and iterates device logic directly through MCP tools. The base layer holds…

    C 10 4

  2. Kongnitive/Kongnitive-Harness Kongnitive/Kongnitive-Harness Public

    A simulation-in-the-loop harness for robot AI development. Give an AI agent a goal; it generates ROS2 behavior nodes, hot-deploys in under 100ms, reads structured simulation feedback, and iterates …

    Python 20 2

  3. Kongnitive/codex-buddy-bridge Kongnitive/codex-buddy-bridge Public

    Codex Buddy is a local Codex plugin and BLE bridge for ESP32 desktop companions, fully compatible with Claude Code Buddy hardware. It syncs task state, tool activity, permission prompts, heartbeats…

    Python