Live data from Hacker News

Viewing profile — 0xblacklight

0xblacklight

HN member
Joined
Wed, Feb 12, 2025, 4:09 PM UTC
HN karma
20
Public activity
31 items

About 0xblacklight

No profile information was provided.

Recent public activity

  1. comment
    Comment #49026727

    reviewing code as it's being written & re-steering it > reviewing it once 20k lines have been written

  2. comment
    Comment #49026713

    this is exactly right

  3. comment
  4. story
  5. story
  6. story
  7. comment
    Comment #46620833

    https://blacklight.sh

  8. comment
    Comment #46504880

    leaving the codebase cleaner than you found it IS creating maximum value to the company because large changes are almost never walking on the knife's edge between "making the codeb…

  9. comment
    Comment #46503932

    every PR should leave the codebase cleaner than it found it

  10. story
  11. comment
    Comment #46102742

    This is an excellent point - LLMs are autoregressive next-token predictors, and output token quality is a function of input token quality Consider that if the only code you get out…

  12. comment
  13. comment
    Comment #46101749

    If you find it works for you, then that’s great! This post is mostly from our learnings from getting it to solve hard problems in complex brownfield codebases where auto generation…

  14. comment
    Comment #46100517

    I looked when I wrote the post but the paper hasn’t been revisited with newer models :/

  15. comment
    Comment #46100510

    It might support AGENTS.md, you could check the site and see if it’s there

  16. comment
    Comment #46100501

    Yep it is opinionated for how to get coding agents to solve hard problems in complex brownfield codebases which is what we are focused on at humanlayer :)

  17. comment
    Comment #46100486

    I think you’re missing that CLAUDE.md is deterministically injected into the model’s context window This means that instead of behaving like a file the LLM reads, it effectively le…

  18. comment
    Comment #46100422

    I imagine it’s highly-correlated to parameter count, but the research is a few months old and frontier model architecture is pretty opaque so hard to draw too too many conclusions …

  19. comment
    Comment #46100387

    Hi, post author here :) Yes README.md should still be written for humans and isn’t going away anytime soon. CLAUDE.md is a convention used by claude code, and AGENTS.md is used by …

  20. comment
    Comment #46100225

    Hi, post author here We used cloudflare’s AI gateway which is pretty simple. Set one up, get the proxy URL and set it through the env var, very plug-and-play

  21. comment
    Comment #46100213

    Hi, post author here :) I didn’t dive into that because in a lot of cases it’s not necessary and I wanted to keep the post short, but for large monorepos it’s a good idea

  22. comment
    Comment #45350990

    tbh I think the thing that's making this new approach so hard to adopt for many people is the word "vibecoding" Like yes vibecoding in the lovable-esque "give me an app that does X…

  23. comment
    Comment #45350939

    In many cases (though not all) it's the same thing that makes for great engineering managers: smart generalists with a lot of depth in maybe a couple of things (so they have an app…

  24. comment
    Comment #45350895

    Among other things; coding agents that can get feedback by running a compile step on top of the linter will tend to produce better output. Also, strongly-typed languages tend to ca…

  25. comment
    Comment #45350871

    if nuclear power is so much better than coal, why do we need to learn how to safely operate a reactor just to make it work? Coal is so much easier