Skip to content
View jadoont's full-sized avatar

Block or report jadoont

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

hi, I'm Tayyaba 👋

CS grad. Interested in where systems break and why.


what I'm working on

  • building evals and agent reliability systems — making AI behavior predictable before it ships
  • researching how small transformers develop (and fail to generalize) reasoning procedures
  • exploring the gap between in-distribution performance and real-world reliability

projects

sovereign-rag-ratchet Self-improving RAG pipeline on Cohere's stack (Embed + Rerank + Command R+) with a guardrail that catches metric-gaming before it ships. Built for air-gapped / sovereign deployments. Model proposes, code disposes.

watt-bench Open-source benchmark for power-constrained LLM inference scheduling — tokens-per-watt as a first-class metric, rack-level power budgets as hard constraints. Thermal cascade demo: greedy_latency triggers 1,000+ throttle events vs greedy_power's zero on real Azure traces.

cot-scratchpad-research Trained three 0.79M-parameter transformers under Direct, CoT, and Scratchpad paradigms. The Scratchpad model spontaneously developed carry notation — then truncated its reasoning at exactly 2 digit steps on 3-digit inputs. Evidence of learned procedure, not generalizable algorithm.


stack

Python PyTorch HuggingFace JavaScript SQL Docker Git


find me

LinkedIn   📍 Toronto / New York


CS @ Dickinson College '26

Pinned Loading

  1. watt-bench watt-bench Public

    Open benchmark for power-constrained LLM inference scheduling. Tokens per watt as a first-class metric.

    Python

  2. sovereign-rag-ratchet sovereign-rag-ratchet Public

    Safe self-improving RAG for sovereign deployments — an overnight ratchet loop with a guardrail that catches metric-gaming. Built on Cohere Embed + Rerank + Command R+.

    Python 1

  3. cot-scratchpad-research cot-scratchpad-research Public

    Python 1

  4. reward-hacking-gym reward-hacking-gym Public

    Python