Skip to content
View rahulmranga's full-sized avatar

Organizations

@pycharmers-apad

Block or report rahulmranga

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

Skip to main content 🌙 Dark mode

rahulrangarao.dev Projects Writing Games Resume

Rahul Rangarao

Systems builder · durable agent memory, provenance-safe compression, agent protocols

Mission: a knowledge substrate where attribution survives compression, retrieval, and reuse — so plagiarism becomes structurally hard, not just discouraged.

GitHub: rahulmranga Medium: @rahulmohanrangarao Dev.to: rahulmranga LinkedIn: rahul-mohan
Agent network arranged around a central hexagon

The chain

one chain, played three ways · dad writes at innertrek.me

Projects

Writing

Handwritten quantum theory note Quantum Theory DecodedA readable decoding of a handwritten note: mass-energy equivalence, spacetime, entropy, observation — and the cross-entropy-of-future as a way to reason under uncertainty.July 4, 2026 · essay + source note

more at medium.com/@rahulmohanrangarao · dev.to/rahulmranga

Games

Showcase

© 2026 Rahul Rangarao github.com/rahulmranga resume innertrek.me (dad) graph llms.txt
<script> (function () { var key = 'rahul-theme'; var button = document.getElementById('theme-toggle'); if (!button) return; function update() { var dark = document.body.classList.contains('theme-dark'); button.textContent = dark ? '☀️ Light mode' : '🌙 Dark mode'; } if (localStorage.getItem(key) === 'dark') document.body.classList.add('theme-dark'); button.addEventListener('click', function () { document.body.classList.toggle('theme-dark'); localStorage.setItem(key, document.body.classList.contains('theme-dark') ? 'dark' : 'light'); update(); }); update(); }()); </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@graph": [ { "@type": "WebSite", "@id": "https://rahulrangarao.dev/#website", "url": "https://rahulrangarao.dev/", "name": "Rahul Rangarao", "publisher": { "@id": "https://rahulrangarao.dev/#rahul" } }, { "@type": "Person", "@id": "https://rahulrangarao.dev/#rahul", "name": "Rahul Rangarao", "alternateName": ["Rahul M Ranga", "Rahul Mohan Rangarao"], "url": "https://rahulrangarao.dev/", "image": "https://rahulrangarao.dev/assets/swarm-agents-hexagon.png", "description": "Systems builder working on durable agent memory, provenance-safe compression, and agent protocols.", "mainEntityOfPage": { "@id": "https://rahulrangarao.dev/#website" }, "knowsAbout": [ "analytics engineering", "data engineering", "consulting", "attribution and provenance in knowledge systems/artificial intelligence", "pharmaceutical industry" ], "sameAs": [ "https://github.com/rahulmranga", "https://medium.com/@rahulmohanrangarao", "https://dev.to/rahulmranga", "https://www.linkedin.com/in/rahul-mohan/" ] } ] } </script>

Pinned Loading

  1. Dimensional-Accuracy-Assertion Dimensional-Accuracy-Assertion Public

    Forked from TheAbyssWalker/Dimensional-Accuracy-Assertion

    Python 1

  2. knowledge-worker knowledge-worker Public

    Local-first knowledge graph that gives your AI assistant durable, provenance-backed memory across sessions.

    Python 14 1