Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
evanklem2004
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
evanklem2004
3mo ago
its a dinosaur pic bruh chill
2.
▲
by
evanklem2004
3mo ago
You are being a Devin downer.
3.
▲
by
evanklem2004
3mo ago
I am very glad you enjoyed it. I am definitely a fan of uncanny valley vibes too, maybe that Backrooms movie subconsciously influenced me when I made the demo. With all of my open source projects I try to have as much fun with it as possibl
4.
▲
by
evanklem2004
3mo ago
Sorry about the video bug, Github's manual on file attachments mentions video codecs being browser specific. I will be sure to use the most widely supported codec in the next update. I definitely relate to a lot of your thinking here,
5.
▲
by
evanklem2004
3mo ago
It sounds like the sweet call of Vim is beckoning you.
6.
▲
by
evanklem2004
3mo ago
Codex and Claude are the defaults for now but it is built to use any CLI of your choice via the terminal.
7.
▲
by
evanklem2004
3mo ago
It's actually an original piece of music that I custom made for the demo so I am glad you liked it : )
8.
▲
Agentic coding deserves more than a chat box bolted onto VS Code
(github.com)
95 points
by
evanklem2004
3mo ago
|
40 comments
9.
▲
by
evanklem2004
5mo ago
sit under the lotus tree and it will come to you
10.
▲
by
evanklem2004
5mo ago
yeah went back and forth on exactly this trade-off, you're right that vertical can produce tests tailored to the impl. horizontal forces invariants up front but the failure mode flips: you're tailoring tests to the architecture yo
11.
▲
by
evanklem2004
5mo ago
1): you have things backwards, the EvanFlow is not something i came up with but rather something i discovered similar to the dao. i am named Evan after the EvanFlow not the other way around. 2): you're right and dmitry called this out
12.
▲
by
evanklem2004
5mo ago
fair to call out but half true. i did send claude off to look up specific stats on failure modes (62% assertion correctness, etc), but the design decisions came from my own reading of anthropic's reports, the columbia daplab paper i ci
13.
▲
by
evanklem2004
5mo ago
mmm good point! just shipped a fix that puts RED → GREEN → REFACTOR per cycle with the fresh test as safety net just like beck intended. macro/cross-cycle refactor lives in iterate now as its own separate thing so the two don't co
14.
▲
by
evanklem2004
5mo ago
yeah that is a little confusing, tdd is actually a substep of execution. it was listed separately in the diagram because not every task uses TDD (config, generated types, etc. skip it), so the skill is invoked conditionally during execution
15.
▲
by
evanklem2004
5mo ago
sometimes you gotta hit em with the ol' linkedin one two hehe
16.
▲
EvanFlow – A TDD driven feedback loop for Claude Code
(github.com)
111 points
by
evanklem2004
5mo ago
|
60 comments
17.
▲
by
evanklem2004
5mo ago
Built this as an opinionated Claude Code development flow based on evidence based practices and what has been working for me while developing professional code. EvanFlow is a single TDD-driven loop. Say "let's evanflow this"