Skip to content
View murat-suer's full-sized avatar

Block or report murat-suer

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.

Content in all repositories owned by your account will be closed.
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
murat-suer/README.md

A brain, and the brain stem beside it

Murat Süer

Founder, Heretic OS — the layer an AI agent runs on.

Not a bigger brain. The brain stem underneath it: a memory that hands back the original word for word, a live map of the codebase the agent thinks with, security inside the loop, and process gates a stage cannot close without.

12 years of industrial engineering in regulated environments — oil & gas, FMCG, large-scale construction — where an unlogged decision is a finding and a wrong one is an incident. That is the half this field is short of. Chemnitz, Germany.

I ship systems with tests, evals and audit trails. Not demos.


Systems

🧠 Heretic OS · agent operating system

The operator surface of Heretic OS

Memory folds by address and returns the original byte for byte — 100% recovery across 1,008 live folds, zero loss and zero false alarms. Against the field's best-funded open memory system on LoCoMo: 0.685 against 0.438 under a strict independent judge, on 10.4× fewer write-time model calls (656 against 6,836, counted on the same corpus). Runs in the cloud, on a laptop, or with the network cable cut.

172,997 lines of product code · 549,394 lines of tests · 13,197 tests passing · 2 inventions filed with the USPTO

Closed-source commercial system — architecture tour in the repo.


🕸 Code Intelligence · codebase → knowledge graph

Call graph of a real codebase, rendered in the graph explorer

An 11-pass Tree-sitter pipeline that turns a repository into something an agent can query: who calls whom, where a value travels, which test covers which line, and what breaks if you touch this. Full depth in ~15 languages, call graph across ~29, symbol inventory across 39.

95.8% call-graph precision against PyCG's 96.2% — on PyCG's own public 119-case suite, both engines run by us under the same scorer, rather than quoted from either paper. One false positive in 60 edges; the reference tool had two.

153,923 entities · 920,877 edges · one pass over a 2,148-file tree


⚙️ PdM Platform · industrial predictive maintenance

Physics-based plant simulation (Weibull/IEEE 493, ISO 281, Arrhenius, TEMA) into explainable ML — IsolationForest + SHAP detection, XGBoost RUL with split-conformal intervals — into a risk-adjusted decision engine with ISA-18.2 alarm management. Approved decisions act back on the plant, and every repair is booked against its own run-to-failure counterfactual.

Authority-ranked human oversight per EU AI Act Art. 14: two of four options need a Production Manager or a Plant Manager, and if nobody answers inside the response window the recommendation applies under its own named identity — never under a human's.

1,300+ tests · 78% coverage · live demo — open at any hour, audit trail populated


🚗 Auction Risk Engine · imbalanced-data ML

Lemon detection with a leakage-safe pipeline, plus an opportunity layer the brief did not ask for: OOF-calibrated mining of undervalued low-risk vehicles with Wilson intervals.

F1 0.34 → 0.42 · 92–98% holdout on the opportunity layer


Research

A public series, each article published with its method and an evidence table beside it — written to survive technical and legal review before it goes up.

Full series: heretics.dev/research


Stack

Python FastAPI scikit-learn XGBoost PyTorch SQLite TimescaleDB Redis Streams Docker MCP Tree-sitter React/TypeScript

Contact

🌐 heretics.dev · 👤 muratsuer.eu · 💼 LinkedIn · ✉️ murat@muratsuer.eu

Pinned Loading

  1. pdm-predictive-maintenance pdm-predictive-maintenance Public

    Industrial AI predictive maintenance — physics-based simulation, explainable ML (SHAP, conformal RUL), ISA-18.2 alarm management, EU AI Act-compliant decision engine. Live demo: pdm.muratsuer.eu

    Python 2

  2. automotive-auction-risk-engine automotive-auction-risk-engine Public

    Used-car auction lemon detection + self-initiated GEM opportunity engine — leakage-safe scikit-learn pipeline, OOF-calibrated 3-tier opportunity mining with Wilson CIs. Improves F1 from a 0.34 base…

    Python

  3. code-intelligence code-intelligence Public

    Codebase → knowledge graph for AI agents: 11-pass Tree-sitter pipeline, full depth in ~15 languages, call graph across ~29, symbols across 39. 95.8% call-graph precision against PyCG's 96.2% on PyC…

  4. heretic-os heretic-os Public

    Heretic OS — the layer an AI agent runs on: memory that returns the original byte-for-byte, a live code graph, in-loop security, and process gates a stage cannot close without. Architecture tour; c…