Skip to content
View sachn-cs's full-sized avatar

Block or report sachn-cs

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

Hey, I'm Sachin πŸ‘‹

class AIArchitect:
    def __init__(self):
        self.name = "Sachin"
        self.role = "AI Architect"
        self.modes = ["Research", "Engineer", "Shipper"]
        self.state = "evolving"  # change is constant, embrace it

    def current_stack(self):
        return {
            "research": ["Membrane", "AdsAI", "LAKER", "ANBR"],
            "philosophy": "change is constant, embrace it"
        }

    def say_hi(self):
        print("Building the future, one model at a time.")

me = AIArchitect()
me.say_hi()

🧠 What I Do

I architect AI systems that live at the intersection of cutting-edge research and real-world impact. I spend my mornings reading papers and my afternoons shipping code β€” sometimes the same afternoon.

  • πŸ—οΈ Designing agentic systems, reasoning pipelines, and intelligent interfaces
  • πŸ”¬ Pushing boundaries on AGI research and multi-agent orchestration
  • ⚑ Turning "what if?" into "it works on my machine... and yours too"

πŸš€ What I've Built

Agentic & Generative AI

  • membrane β€” Global Contextual Memory Fabric. The connective tissue between agents, models, and long-term state.
  • ads-ai β€” A multi-agent AI framework that automates the entire advertising lifecycle. Agents doing marketing so humans can do strategy.

Deep Learning & Graph Research

  • rmr β€” Robust Multimodal Recommendation via Graph Retrieval-Enhanced Modality Completion.
  • anbr β€” Adaptive Norm-Based Regularization for Neural Networks.
  • igasgd β€” Information-Geometric Adaptive Sampling for Graph Diffusion.
  • laker β€” Learning-based Attention Kernel Regression.
  • tsn-affinity β€” Similarity-Driven Parameter Reuse for Continual Offline Reinforcement Learning.

Algorithms & High-Performance Systems

  • prspnsd β€” Parallel Reachability and Shortest Paths on Non-sparse Digraphs.
  • fdmm β€” Fully Dynamic Maximal Matching.
  • factorise β€” High-performance prime factorisation in pure Python.
  • tnss β€” Integer factorization via tensor-network Schnorr's sieving.

Full repo list: github.com/sachn-cs?tab=repositories

🧭 Philosophy

Change is constant. Embrace it.

The field shifts daily. Models evolve, paradigms break, and yesterday's best practice is today's legacy code. I don't just keep up β€” I lean in. Every refactor is a lesson, every broken pipeline is a story, and every shipped feature is a hypothesis validated.

πŸ’¬ Let's Talk

  • πŸ“« Reach me here on GitHub
  • πŸ’‘ Always happy to collaborate on anything ambitious, weird, or world-changing

"The best time to build the future was yesterday. The second best time is now." β€” but also, feel free to say hi first! πŸ˜„

Pinned Loading

  1. factorise factorise Public

    High-performance prime factorisation in pure Python.

    Python

  2. membrane membrane Public

    Global Contextual Memory Fabric

    Python

  3. find find Public

    A principal-grade, high-performance Rust system for large-scale secp256k1 private key discovery using a multi-variant range-splitting algorithm.

    Rust 1

  4. nonce-cracker nonce-cracker Public

    High-speed parallel ECDSA key search for secp256k1 using an affine relation attack.

    Rust

  5. vehicle-routing-problem-with-resource-constraints vehicle-routing-problem-with-resource-constraints Public

    Vehicle Routing Problem with Resource-Constrained Pickup and Delivery

    TypeScript

  6. aware-kernel aware-kernel Public

    Refresh-Aware Hybrid Continuous-Discrete Low-Rank Kernel

    Python