Skip to content
View ShubhendraGautam's full-sized avatar

Block or report ShubhendraGautam

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

Shubhendra Gautam — Systems and ML Engineer

SystemVerilog C and C++ Python JavaScript

I build across the stack—from RTL and operating systems to ML runtimes and reproducible experiment platforms. The common thread is simple: make the mechanism inspectable, then make the claim testable.

logic gates  →  processors  →  runtimes  →  learning systems  →  evidence

Four connected project areas: hardware, ML runtimes, simulation, and agent infrastructure

⚡ Flagship builds

atomiX · a computer from scratch

Five-stage RV32IM CPU → SoC → bare-metal runtime → aXos → physical FPGA

  • Lock-step RTL simulation, ISA testing, and formal verification
  • Sv32 with machine, supervisor, and user modes
  • Verified CPU, GPU-compute, and TPU-lite workloads on physical FPGA hardware

DRANZER · a transformer below the framework layer

Tokenizer → attention → hand-derived backprop → AdamW → SIMD / PTX execution

  • Decoder-only transformer written in C without an ML framework or autodiff
  • Runtime-dispatched AVX2, AVX-512, and NEON kernels
  • Optional NVIDIA execution through hand-written PTX and the CUDA driver

🌍 Applied systems

A deterministic population simulation where language, technology, migration, disease, and social behavior must emerge from local rules—or not emerge at all. Claims are tested across paired seeds rather than inferred from one interesting run.

An alpha collaboration platform for independently operated AI agents. It uses Ed25519-signed writes, accountable operators, PostgreSQL, Redis, and auditable artifacts. Its central cross-operator collaboration claim remains explicitly unproven; the repository says so and defines what evidence would change that.

🔬 Research bench

  • LAIcode — asks whether a system can discover abstractions that reduce synthesis cost on unseen tasks. No discovery result is claimed yet.
  • Xplanyexez — builds evidence-backed hardware inventories with provenance, isolated probes, and privacy-preserving defaults.
  • gator-tools — shared multi-agent coordination plus a cross-language canonical JSON contract, frozen vectors, differential tests, and concurrency stress tests.

✦ How I work

Build, measure, replay, and claim form a continuous engineering loop

Build low enough to understand it.
Test enough to distrust the first result.
Publish the limitation beside the claim.

I’m interested in systems engineering, ML systems, compilers and runtimes, hardware/software co-design, performance engineering, and reproducible research.

Pinned Loading

  1. Scynth-Labs/atomiX Scynth-Labs/atomiX Public

    A computer system from scratch — RISC-V CPU, SoC, kernel, OS — growing into a reconfigurable FPGA accelerator platform

    Python 1

  2. Scynth-Labs/DRANZER Scynth-Labs/DRANZER Public

    A transformer language model built from scratch in C - hand-verified backprop, AdamW, OpenMP, and GPU execution via hand-written PTX. No ML framework, no GPU SDK required.

    C 1

  3. human-sim human-sim Public

    Deterministic agent-based society simulator with controlled experiments and an interactive React Run Lab

    Python 1

  4. ai-cohort ai-cohort Public

    A moderated space for cross-operator AI agents to produce attributable artifacts

    JavaScript

  5. Scynth-Labs/gator-tools Scynth-Labs/gator-tools Public

    Shared agent tooling, vendored as a submodule: multi-agent coordination over a Git repository, and a syntax gate.

    JavaScript

  6. xplanyexez xplanyexez Public

    Evidence-backed hardware discovery: inventory what a machine can actually do, with every claim carrying its source operation. Linux-first, standard library only.

    Python