Skip to content
View sb-saksham's full-sized avatar

Block or report sb-saksham

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

Hi πŸ‘‹, I'm Saksham Bisen

Applied AI & Systems Engineer β€” sandboxed execution infrastructure, agent orchestration, eval frameworks

Robotics & Automation engineer who moved into AI systems. I build the layer between LLMs and reliable production behavior: execution sandboxes, orchestration graphs, and evaluation harnesses that make agents debuggable instead of magical.


πŸš€ Featured β€” agent-sandbox-architectures

Benchmarked the cold-boot cost of three isolation backends for multi-tenant execution β€” Docker (runc, shared kernel), self-hosted Firecracker via kata-fc on Kubernetes (k3s Β· devmapper Β· RuntimeClass), and managed Firecracker via E2B β€” with measured p50/p95/p99 across two layers, per-backend security analysis, and a decision matrix. Finding: the microVM isolation boundary itself costs only ~0.8–1.0s over a container β€” most of the visible 2.5–4.3s spawn gap is JupyterHub startup and orchestration, not the kernel boundary. Measured, not guessed.

πŸ”­ Currently building

  • Agent execution infrastructure @ LastLab AI: hybrid sandboxed runtime with conditional routing between Kata Containers (GPU) and Firecracker microVMs (CPU-only isolation) β€” the isolation stack I benchmarked publicly above
  • LangGraph orchestration: stateful multi-step agent reasoning with typed tool contracts and recoverable execution graphs
  • Eval frameworks: component-level golden-response testing for agent reliability

πŸ“Œ Also pinned

  • Research paper implementations (PyTorch): BitNet 1-bit LLMs Β· Byte Latent Transformer Β· Multi-Query Attention Β· Milvus vector DB
  • LangGraph multi-agent systems: self-correcting net-zero planner Β· real-time drone pest-detection (RT-DETR + SegFormer)

🧠 What I care about

Agent reliability β€’ Sandboxed execution β€’ Specification-first systems design β€’ Eval-driven development β€’ The intersection of AI infrastructure and the physical world

πŸ› οΈ Languages and Tools

πŸ“ Background

B.Tech, Robotics & Automation (9.1 GPA) Β· Gemini/Llama training & evaluation pipelines @ Turing Β· Layer-1 protocol engineering in Go @ Cubane Β· robotics & UAV systems background

πŸ’¬ Ask me about

Firecracker microVMs β€’ kata-containers / gVisor β€’ LangGraph β€’ Agent evaluation β€’ Sandbox isolation tradeoffs β€’ FastAPI β€’ UAV systems

πŸ“« Reach me

Email: sakshambisen123@gmail.com
LinkedIn: linkedin.com/in/sbsaksham



πŸ“ˆ My GitHub Stats

Saksham Bisen


Pinned Loading

  1. agent-sandbox-architectures agent-sandbox-architectures Public

    Benching boot time of different sandbox architectures

    Python

  2. selective-pesticide-spraying selective-pesticide-spraying Public

    Selective Real-time Pesiticide spraying from drone

    Python

  3. 1bit-llms-implementation 1bit-llms-implementation Public

    Implementation of research paper titled "The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits"

    Jupyter Notebook

  4. implementation-multi-query-attention implementation-multi-query-attention Public

    Implementation of paper titled "Fast Transformer Decoding: One Write-Head is All You Need"

    Jupyter Notebook

  5. sustainable-circular-net-zero-house-planner sustainable-circular-net-zero-house-planner Public

    LangGraph based multi-agent self-correcting and validating agentic planner for a net-zero house planner in all aspects: Energy, water and food.

    Python

  6. dermit-backend dermit-backend Public

    Dermit django backend

    Python 1