Sai_Praneeth
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I have been interested in long-horizon coding tasks for a while, especially with benchmarks like FrontierSWE, where even the best coding agents like Codex and Claude Code struggle to complete tasks. These agents come…
-
I use a MacBook (no NVIDIA GPU) but still like experimenting with CUDA kernels. I didn’t want to spin up a VM every time or use browser-only tools, so I built a tiny CLI that runs local .cu files on Modal GPUs with a…
-
Built a coding agent that's actually useful for working with existing codebases - the kind where you need to understand structure, not just append code. Key capabilities: - Structural code search via ast-grep: Searches…
- Building a better LLM augmented Search Engine (Blog) (saipraneeth.in)
-
With TRL, it's now straightforward to RL-finetune LLMs, but picking good reward functions is still the weakest link. Zeno is an open-source toolkit for verifiable, deterministic reward functions for RL on LLMs. While…
-
Everyone saw the AlphaEvolve hype. I got obsessed with how it might work under the hood and decided to just build it myself. My setup uses GPT-4.1 to mutate matrix multiplication code, guided by a bunch of hand-crafted…
- Show HN: Raman-01 – A Pocket Physics Solver LLM (huggingface.co)
I built a tiny physics solver LLM that performs surprisingly well on easy-to-medium difficulty physics problems. Most LLMs today still struggle with physics QA (as PhyBench recently highlighted), so I wanted to see how…
- You are just a fancy reward function, bro (saipraneeth.in)
- Show HN: Showdown of Titans: GPT-4o vs. DeepSeek V3 in AI Debate Arena (v0-ai-debate.vercel.app)
Just launched AI Agents Debate Arena – a battleground where OpenAI’s GPT-4o and DeepSeek’s V3 go head-to-head in real-time debates! Users can either pick from AI-suggested topics or enter a custom challenge and watch…
-
I created a classic text-based adventure game inspired by Zork using Vercel's v0. Each refresh generates a unique game title, setting, and context, with AI handling the dynamic storytelling and gameplay. It features a…
- Show HN: Retro text adventure game built using V0 and OpenAI (piliwtfcobjhsczp.vercel.app)
I created a classic text-based adventure game inspired by Zork using Vercel's v0. Each refresh generates a unique game title, setting, and context, with AI handling the dynamic storytelling and gameplay. It features a…