Skip to content
View smundhra-git's full-sized avatar

Block or report smundhra-git

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

~/about

namespace shlok {
    constexpr auto role     = "Founding AI Engineer @ Clera";
    constexpr auto location = "San Francisco, CA";

    std::vector<std::string> interests = {
        "AI systems", "compilers", "databases", "inference",
        "agents", "competitive programming", "quantitative systems",
        "making fast things faster"
    };

    auto philosophy = R"(
        understand the paper;
        build the primitive;
        measure the bottleneck;
        remove the abstraction tax;
        ship.
    )";
}

~/featured_systems

An N-dimensional Transformer built from scratch in C++17 after reading Attention Is All You Need—without Eigen, BLAS, or a deep-learning framework.

C++17 Stars

A modular machine-learning library written primarily in C++, with Python bindings and implementations spanning regression, classification, clustering, and neural networks.

C++ Python bindings

A low-latency text cleaning, deduplication, chunking, and vectorization pipeline for production RAG workloads, combining Python ergonomics with C++ acceleration.

RAG pipeline SIMD accelerated

A Homebrew-installable CLI that runs code, catches terminal errors, and uses Gemini to explain what broke, why it broke, and how to fix it.

AI CLI debugger Homebrew installable

A growing collection of C++ solutions to Kattis problems—algorithmic puzzles, data structures, graph problems, dynamic programming, and the occasional fight with a time limit.

Kattis solutions C++ algorithms Last commit

~/toolchain

Languages and tools
high-level idea
      │
      ▼
research paper ──► reference implementation ──► profiler ──► optimized system
                         ▲                              │
                         └────────── benchmarks ◄──────┘

~/telemetry

Profile details
Most used languages

~/currently

{
  "role": "Founding AI Engineer @ Clera",
  "location": "San Francisco",
  "current_mode": "reading abstractions from the bottom up",
  "usually_found": [
    "implementing papers",
    "profiling already-fast systems",
    "solving competitive programming problems",
    "asking what happens below the API"
  ],
  "status": "still compiling"
}
$ ./shlok --mode build

[OK]   ideas loaded
[OK]   profiler attached
[WARN] abstraction detected
[RUN]  removing unnecessary layers...

Let's build something weird



exit status: still building

Footer

Pinned Loading

  1. char-transformers char-transformers Public

    i am trying to make a transformer model after reading the "Attention is all you need paper" - recommended

    C++ 4

  2. ML ML Public

    Machine Learning Library for python developers written in c++.

    C++ 1

  3. vecclean vecclean Public

    Python 1

  4. webTest webTest Public

    Python