Sai Vineeth Arumalla's picture

Sai Vineeth Arumalla PRO

vineeth98
1 3

AI & ML interests

LoRA/PEFT fine-tuning, training efficiency, reproducible benchmarks and evals, large language models

Recent Activity

updated a Space about 2 hours ago
vineeth98/lora-speedrun
posted an update 12 days ago
A coding agent in 5 files, plus a skeptic that catches fake fixes. Coding agents are everywhere now, but almost nobody checks whether they actually fixed the bug β€” or just gamed the test. Tell one "make the failing test pass" and sometimes it fixes it; sometimes it edits the test, hardcodes the value, or stubs the function, then reports done . As people wire agents into CI and auto-merge, "tests are green" and "code is correct" quietly stop being the same claim. So I built two things: a small coding agent from scratch (5 readable files β€” the loop, real tools, context compaction, a permission gate), and β€” the point β€” an independent **skeptic** that catches the fake fix. The core idea will feel familiar if you do ML: you can't evaluate on the data you trained on. The skeptic runs a *hidden contract oracle* β€” it checks the code's behavior on inputs the agent never saw. A fix that games the visible test fails the held-out one, deterministically, no LLM needed. (A model judge reads the full diff on top as a second opinion, not the guarantee.) Works with anything OpenAI-compatible β€” a HF Inference Endpoint / TGI (point OPENAI_BASE_URL at it), OpenRouter, or local Ollama/vLLM. Honest about limits: on your own repo you supply the held-out check, and the judge layer is model-sensitive (small models miss cheats AND false-reject real fixes β€” the README says so plainly). Tests + a reproducible cheat-catch eval run in CI with no key. Feedback welcome β€” especially new cheats it should catch. https://github.com/Saivineeth147/skeptic
View all activity

Organizations

None yet