Viewing profile — 0xblacklight
0xblacklight
HN member- Joined
- Wed, Feb 12, 2025, 4:09 PM UTC
- HN karma
- 20
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About 0xblacklight
No profile information was provided.
Recent public activity
-
comment
Comment #49026727
reviewing code as it's being written & re-steering it > reviewing it once 20k lines have been written
-
comment
Comment #49026713
this is exactly right
-
comment
Comment #49026679
why?
- story
- story
- story
-
comment
Comment #46620833
https://blacklight.sh
-
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…
-
comment
Comment #46503932
every PR should leave the codebase cleaner than it found it
- story
-
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…
-
comment
Comment #46101931
Same!
-
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…
-
comment
Comment #46100517
I looked when I wrote the post but the paper hasn’t been revisited with newer models :/
-
comment
Comment #46100510
It might support AGENTS.md, you could check the site and see if it’s there
-
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 :)
-
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…
-
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 …
-
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 …
-
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
-
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
-
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…
-
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…
-
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…
-
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