Settings

Theme

Ask HN: Are there any developers prefer writing code manually?

4 points by trowa159 12 days ago · 6 comments · 1 min read


There has been help with our productivity, but I felt like it's taking the joy of coding away.

Like I review AI-composed code, but it doesn't necessarily mean I know what every piece of code is doing there.

Do you guys have the same issue?

iamalizaidi 7 days ago

Hello, I'm the builder of Decispher. It captures the reasoning behind your team's decisions and serves it both ways: to your engineers, and to your AI agents before they write code.

One feature i would like to talk about: Branch Story (VS Code extension + npm). It captures the reasoning, diffs, and terminal output as work happens, then surfaces it at PR review time, so a reviewer knows why the code is the way it is instead of just reading a diff and hoping it's fine.

There's also "why is this line here": right-click any line in the editor, get the decision behind it.

nosioptar 12 days ago

I won't let ai anywhere near my code. It doesnt matter that ai is faster than me, it produces shit results.

lordkrandel 12 days ago

Apart from the joy, I find it more useful, to have tools I know and can repair

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection