Rohit Ghumare

Results 108 issues of Rohit Ghumare

## Summary Adds Phase 19 Track A "Build your own agent harness" lessons 20-24. Five deep capstone sub-lessons that stack into a working harness contract: state machine, schema-validated registry, JSON-RPC...

## Summary Five deep capstone sub-lessons under Phase 19, Track A (build your own agent harness). Each lesson is a real implementation with 500-1000 LOC across `code/main.py` plus tests, an...

## Summary - Six new capstone lessons under `phases/19-capstone-projects/` covering distributed-training internals from collectives up to an end-to-end demo. - Every lesson ships docs (en.md with mermaid diagram), `code/main.py`, `tests/test_*.py`,...

## Summary Track G of the Phase 19 capstone series: a self-contained LLM eval harness built from scratch over six atomic lessons. - **70 task-spec-format**: JSONL task schema, closed metric...

## Summary Track D auto-research loop deep capstones (Phase 19, lessons 54-57). Four self-contained Python lessons that compose into a self-running research loop. - **54-paper-writer**: LaTeX skeleton generator with figure...

## Summary Six capstone sub-lessons under `phases/19-capstone-projects/` that compose into a runnable safety + red-team harness. - **82 jailbreak-taxonomy** - six-category attack taxonomy partitioned by trust boundary abused, 50 hand-authored...

## Summary - Build four deep capstone sub-lessons under `phases/19-capstone-projects/` that compose into an auto research loop. - 50 hypothesis generator: scripted mock LLM driven by a temperature ramp, novelty...

## Summary Adds four deep capstone sub-lessons for Track B (Build your own NLP LLM from scratch) under `phases/19-capstone-projects/`: - **34-transformer-block** — Full transformer block from primitives: LayerNorm, multi head...

## Summary Track C "Train LLM end-to-end" capstone sub-lessons 46-49, four deep builds on top of Phase 19 lessons 42-45. - **46-gradient-accumulation/** — micro-batch * accum-steps = effective batch, loss...

## Summary Adds six deep capstone sub-lessons for Phase 19 Track F (Production-grade RAG): - **64 chunking-strategies-advanced** - fixed, sentence, recursive-split, semantic (embedding-clustered), structural markdown; recall@k benchmark over a three-doc...