Skip to content
View theQuarky's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Block or report theQuarky

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
theQuarky/README.md

🧠 Hiren Rana · theQuarky

Building intelligence from silicon to semantics β€” where compilers meet consciousness.

Profile Views Twitter Follow


🎯 About Me

I'm an architect of cognitive systems and a compiler theorist who believes that great software mimics the brain's elegance. My work spans the full spectrum from low-level compiler infrastructure to high-level LLM orchestration, unified by a singular vision: building systems that think, remember, and reason.

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  "Code is thought crystallized; compilers are the bridges    β”‚
β”‚   between human intent and machine execution."               β”‚
β”‚                                           β€” theQuarky        β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

🧬 Core Engineering Systems

My work spans two major pillars: AI/Memory architectures and compiler/language infrastructure:

πŸ€– Brain-Inspired AI Systems

πŸ”¬ Neocortex Β· Multi-LLM Orchestration Engine

The executive center β€” a sophisticated orchestrator that coordinates multiple language models in parallel, inspired by the prefrontal cortex's role in decision-making and reasoning.

🧠 Hippocampus · Long-Term Memory Architecture

A persistent, intelligent memory system that stores, indexes, and retrieves contextual information across sessions. Built to solve the forgetting problem in conversational AI.

πŸ›οΈ LLM Council Β· Collective Intelligence Framework

An experimental system where multiple specialized AI agents deliberate, vote, and reach consensus on complex problems β€” mimicking human committee dynamics.

βš™οΈ Compiler & Language Tooling

πŸ”§ TSPP-Compiler Β· TypeScript++ Language Project

A standalone compiler and programming language that combines TypeScript-like syntax with C++-level capabilities. TSPP is designed to help web developers transition into systems programming, compiler design, memory models, and low-level architecture. It bridges the gap between high-level web development and systems engineering, making compiler theory and memory management accessible to JavaScript/TypeScript developers who want to understand how languages work under the hood.

graph TD
    subgraph AI["πŸ€– AI/Memory Systems"]
        A[🧠 Neocortex<br/>Multi-LLM Orchestrator] --> B[πŸ€– LLM Council<br/>Consensus Engine]
        A --> C[🧠 Hippocampus<br/>Memory System]
        B --> E[Specialized Agents]
        C --> F[Context Store]
        E --> I[AI Decision Output]
        F --> I
    end
    
    subgraph COMPILER["βš™οΈ Compiler/Language Systems"]
        D[πŸ”§ TSPP Compiler<br/>TypeScript++ Language]
        D --> G[Type System]
        D --> H[Code Generation]
        G --> J[Systems Programming Output]
        H --> J
    end
    
    style A fill:#667eea,stroke:#764ba2,stroke-width:3px,color:#fff
    style B fill:#f093fb,stroke:#f5576c,stroke-width:2px,color:#fff
    style C fill:#4facfe,stroke:#00f2fe,stroke-width:2px,color:#fff
    style D fill:#43e97b,stroke:#38f9d7,stroke-width:3px,color:#fff
    style I fill:#fa709a,stroke:#fee140,stroke-width:2px,color:#fff
    style J fill:#feca57,stroke:#ff9ff3,stroke-width:2px,color:#fff
Loading

πŸ—οΈ Applications & Backend Systems

πŸ’¬ Vibe-Match Β· Taste-Based Social Discovery

A real-time chat platform that connects people based on aesthetic preferences, interests, and cultural resonance rather than superficial metrics.

πŸ”Œ Chat-Service-Backend Β· Scalable WebSocket Infrastructure

High-performance backend for real-time messaging, built with horizontal scalability and fault tolerance in mind.


🎨 Creative Coding & Audio Tools

Engineering meets artistry in these experimental multimedia projects:

🎡 Leaf-Music · Interactive Audio Visualizer

A creative exploration of generative audio-visual experiences, where music becomes a living, breathing organism.

🎧 Beat-Boxx · Rhythm Engine

A beat-making playground for crafting rhythms programmatically β€” code as composition.

πŸ“Ί Tube-Music Β· Streaming Audio Platform

Experimentation with audio streaming architectures and user experience design for music discovery.


✍️ Writing & Teaching

πŸ“– How to Learn Any Programming Language

A meta-guide on language acquisition for developers. Not a tutorial, but a framework for thinking about learning itselfβ€”covering syntax patterns, semantic models, and the cognitive process of becoming fluent in new languages.

Core Philosophy: Every language is a dialect of computation; once you understand the universal grammar, learning becomes pattern recognition.


πŸ”¬ Experiments & Curiosities

β™ŸοΈ Chess-Engine-in-C Β· Systems & Algorithms at Depth

A deep dive into game theory, alpha-beta pruning, heuristic evaluation, and low-level optimization. Chess engines are the perfect sandbox for exploring computational complexity.


🎨 Architectural Philosophy

         ╔════════════════════════════════════════════════════════╗
         β•‘                                                        β•‘
         β•‘        SYSTEM DESIGN PRINCIPLES                        β•‘
         β•‘                                                        β•‘
         β•‘   πŸ€– AI/Memory Systems:                                β•‘
         β•‘      β€’ Memory is not storage β€” it's retrieval         β•‘
         β•‘      β€’ Intelligence is orchestration, not computation β•‘
         β•‘                                                        β•‘
         β•‘   βš™οΈ Compiler/Language Systems:                        β•‘
         β•‘      β€’ Compilation is transformation with intent      β•‘
         β•‘      β€’ Languages should bridge paradigms              β•‘
         β•‘                                                        β•‘
         β•‘   🧠 Universal:                                        β•‘
         β•‘      β€’ Systems should learn, not just execute         β•‘
         β•‘                                                        β•‘
         β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

πŸ“Š GitHub Metrics

GitHub Trophies

GitHub Streak


🌐 Connect & Collaborate

Twitter Instagram Email

Open to collaborations on: Compiler Design Β· Memory Systems Β· LLM Orchestration Β· Cognitive Architectures


🧠 "The brain doesn't compile β€” it interprets, adapts, and evolves. Let's build software that does the same."

Pinned Loading

  1. How-to-learn-any-programming-language How-to-learn-any-programming-language Public

    7 2

  2. chat-service-backend chat-service-backend Public

    TypeScript

  3. chess-engine-in-c chess-engine-in-c Public

    C

  4. hippocampus hippocampus Public

    TypeScript

  5. tspp-io/tspp-compiler tspp-io/tspp-compiler Public

    C++ 1