Live data from Hacker News

How many people still write code by hand?

news.ycombinator.com

1–10 of 17 posts

How many people still write code by hand?

#1
Just curious what the vibe check is these days.

When was the last time you wrote an actual meaningful line of code yourself by hand?

Anyone here not using LLMs at all? Curious to see the spectrum of answers and rationales here!

Re: How many people still write code by hand?

#5
at all? i guess no one, but i think there's still a portion of people writing part of their code by hand, like libs, utils, classes etc that the agent can use directly instead the agent will generate their own piece from the scratch in order to protect maintainability

Re: How many people still write code by hand?

#8
Zero usage of LLM (assembly coding, and sometimes plain and simple C).

I cannot access them to test if they would be of any help in my coding use cases.

You tell me once we get some inference access with a web API with public tokens (probably severely rate limited), or with full interop on noscript/basic HTML.

I may have to run locally open weight coding frontier models (slooooooow).

Re: How many people still write code by hand?

#9

at all? i guess no one, but i think there's still a portion of people writing part of their code by hand, like libs, utils, classes etc that the agent can use directly instead the agent will generate their own piece from the scratch in order to protect maintainability

Yeah that’s interesting - I feel like smaller chunks of work that aren’t inherently complex like class definitions and utils etc are actually one of the nicest things LLMs help automate - I can understand a human modifying the output directly to finesse it to exactly what they want but I’d be curious why someone wouldn’t want to use an LLM to generate all the boilerplate and make a quick first draft of something that gets 80-90% of the way there for these kinds of things.

Definitely curious if anyone is actually doing this fully by hand and if so, why!

Post reply on HN