Live data from Hacker News

Viewing profile — fizzbuzz07

fizzbuzz07

HN member
Joined
Wed, Apr 16, 2025, 3:35 PM UTC
HN karma
26
Public activity
8 items

About fizzbuzz07

CS PhD student at Stanford.

Recent public activity

  1. comment
    Comment #47617746

    Prosaic is an experiment in AI interface design. It’s a text editor defined by what AI cannot do: language models can’t touch your prose. They can only read alongside you and leave…

  2. story
  3. story
  4. story
    Show HN: Minimal, open source, coding agent makes end to end PRs, <1000 loc

    I built a minimal autonomous agent in It uses just LLM sampling to: - Autonomously write, test, and push code - Read GitHub issues and add new features, making PRs in response to t…

  5. story
    Show HN: An open-source megarepo turning hackers into frontier AI researchers

    Hey hackers, the world needs more AI researchers with good taste, and hardcore software folks have some of the best. Many software friends mentioned they learn better from implemen…

  6. comment
    Comment #44095902

    I just carefully read the papers inventing the techniques I want to implement, and verify correctness of my implementation by checking outputs from my code match the papers and pas…

  7. comment
    Comment #44095622

    Reimplementing from scratch every major idea in modern deep learning, to help people transition into deep learning research. https://github.com/tanishqkumar/beyond-nanogpt

  8. story
    Show HN: Beyond-NanoGPT

    Hi all, my first time posting here :) I spent the last few weeks writing a repo that aims to help people go from nanoGPT-level LLM basics to closer to the modern research deep lear…