Skip to content
View STiFLeR7's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report STiFLeR7

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
STiFLeR7/README.md

VOL. 01 — IN CIRCULATION  ·  WINTER 2026  ·  ISSN 2749–0041

H I L L    P A T E L

A JOURNAL OF AI SYSTEMS ARCHITECTURE
APPENDIX A — SOURCE & WORKING NOTES


AI Systems Engineer, CloudRedux  ·  Pune, Maharashtra  ·  STiFLeR7


hillpatel.tech  ·  Résumé  ·  Begin a correspondence



A model is a component, not a system.

The model will keep getting better on its own. The parts that decide whether you can trust it — memory, recovery, governance — are the parts we still build by hand.

Vol. 01, §01 Thesis Field Notes


This appendix records the source. Three systems, one concern each: persistence, recovery, orchestration. Everything below is either shipped, licensed, and installable — or explicitly marked as held.


§01   The Register


№ 01  ·  memexPersistence Python · MIT · ★12

Persistent memory for AI coding agents over the Model Context Protocol: a bitemporal knowledge graph of your codebase, served to Claude Code, Cursor, Gemini CLI and any MCP client. Tree-sitter + Gemini Flash → Neo4j via Graphiti. Twelve MCP tools, hierarchical clusters, two-regime confidence decay.

10k+ interactions before recall degrades  ·  0 drift reconciled writes, no silent contradiction  ·  pip install memex-mcp


№ 02  ·  CairnRecovery Python · Apache-2.0 · ★2

Recoverable long-horizon agents: a framework-agnostic reference harness plus a recovery-faithful live benchmark. The thesis — checkpoints are compactions — argues recovery is re-grounding, not replay.

100% resumable at last committed step  ·  <1s median time to re-attach and continue  ·  v1.0 held pending a powered live-LLM study


№ 03  ·  nexusOrchestration Python · MIT · ★2

A governed execution platform for autonomous agents: runtime orchestration, human approval workflows, sandboxed execution, recovery, and operational intelligence over the whole run.

4 layers agents · routing · policy · audit  ·  1:1 same input, same execution plan


FIG. 01 — How it fits.

   request ──▶ nexus ──────────────────────────────▶ result
                 │  routing · policy · audit          ▲
                 │                                    │
                 ├──▶ memex   persistence  ───────────┤
                 │    bitemporal graph, Neo4j         │
                 │                                    │
                 └──▶ Cairn   recovery     ───────────┘
                      re-grounding, not replay

§02   Field Notes

Smaller instruments, earlier volumes. Ordered by relevance, not stars.


imgshape Dataset intelligence for computer vision — deterministic fingerprints, explainable decisions, reproducible artifacts. pip install imgshape MIT · ★4
Edge-LLM Qwen2.5-3B under GPTQ: 5.75 GB → 1.93 GB, faster inference, tuned for edge deployment. Python · ★3
agentic-rag Agentic RAG engineered to run reliably on one 6 GB laptop GPU. Graph-based, controllable, explicit failure handling. Phi-3 · Gemini
claude-plugins Claude Code marketplace — ships memex-mcp and prompt-forge, a prompt refinement engine. MIT · ★3
DevPulseAIv3 Multi-agent LLM pipeline turning developer signals into real-time chat, REST API and scheduled digests. FastAPI
personal-agent-os Local-first agent that plans, executes and verifies. Designed to listen, remember, assist. Python

Also in circulation: antigravity · vision-to-action · gradia · MedMNIST-EdgeAIthe full index →


Interlude — on shipping


Constraint first. If it cannot run on 6 GB of consumer VRAM, it is not finished — cloud GPUs are an optimisation, not a prerequisite.

Benchmarks before claims. Cairn is pinned at 0.x on purpose; the version number is a statement about evidence, not about effort.

Published means installable. PyPI, a license, and documentation, or it stays a field note.

Failure modes go in writing — quantisation deltas, recall decay curves, recovery latency. The number that embarrasses you is the one worth publishing.


§03   Instruments


Agent infrastructure   Model Context Protocol · bitemporal memory · knowledge graphs · durable execution · re-grounding recovery · policy & audit layers

Retrieval   RAG · Agentic RAG · LangGraph · vector search · Neo4j · Graphiti · Tree-sitter

Optimisation   GPTQ & 1–8 bit quantisation · distillation · pruning · ONNX Runtime · TensorRT · CUDA

Learning   PyTorch · TensorFlow · Transformers · CNNs · multimodal · OpenCV

Delivery   Python · TypeScript · FastAPI · Docker · GitHub Actions · Redis · GCP · AWS


§04   Record


Published   Transforming Urban Solutions for Smart Cities through Crowdsourced Feedback — March 2025

Certified   MCP Mastery, Fractal Analytics · RAG and Agentic AI, Coursera · Neural Networks with PyTorch, Coursera


GitHub statistics for STiFLeR7

FIG. 02 — Telemetry. 59 repositories, mostly Python. Since January 2024.


§05   Colophon & Correspondence


editor:   Hill Patel — STiFLeR7
station:  CloudRedux · Pune, Maharashtra, India
volume:   01 — Persistent Systems
subject:  the architecture around the model
set in:   Python, mostly

hillpatel.tech  ·  LinkedIn  ·  X  ·  Medium  ·  Hugging Face  ·  stifler@hillpatel.tech



© 2026 Hill Patel  /  Vol. 01 — Persistent Systems  /  Architect · Editorial · Engineer

Pinned Loading

  1. imgshape imgshape Public

    imgshape is a dataset intelligence toolkit for computer vision that generates deterministic dataset fingerprints, explainable decisions, and production-ready artifacts for reproducible ML workflows.

    Python 4

  2. STiFLeR7 STiFLeR7 Public

    README file for Profile

    1

  3. personal-agent-os personal-agent-os Public

    A production-grade local-first AI agent system that helps you get things done through intelligent task planning, execution, and verification. Designed to listen, remember, and assist.

    Python

  4. memex memex Public

    Persistent memory for AI coding agents via MCP — a bitemporal knowledge graph of your codebase, served to Claude Code, Cursor, Gemini CLI, and any MCP client. Tree-sitter + Gemini Flash → Neo4j (vi…

    Python 12 1

  5. Cairn Cairn Public

    Recoverable long-horizon AI agents — a framework-agnostic reference harness + recovery-faithful live benchmark. Thesis: "Checkpoints Are Compactions" via Re-grounding Recovery. 0.x: v1.0 held until…

    Python 2

  6. nexus nexus Public

    Governed AI execution platform with runtime orchestration, approval workflows, operational intelligence, recovery systems, and sandboxed autonomous execution.

    Python 2