Most active commenters
  • afro88(3)

←back to thread

181 points thunderbong | 13 comments | | HN request time: 0.201s | source | bottom
1. afro88 ◴[] No.45083680[source]
Great article, though I'm still reading it as it's a mammoth read!

A side note: as it's been painfully pointed out to me, "vibe coding" means not reading the code (ever!). We need a term for coding with LLMs exclusively, but also reviewing the code they output at each step.

replies(6): >>45083767 #>>45083783 #>>45083935 #>>45083943 #>>45084140 #>>45084335 #
2. mcrk ◴[] No.45083767[source]
Just use "coding", then let's reserve the word "programming" for Linus.
3. mellosouls ◴[] No.45083783[source]
I use "Pro-coding" as it implies professionalism or process, or at least some sort of formality.

It doesn't imply AI, but I don't distinguish between AI-assisted and pre-AI coding, just vibe-coding as I think thats the important demarcation now.

4. Disposal8433 ◴[] No.45083935[source]
It's called "reviewing code." I'm not taking any kind of responsibility for code that I haven't written myself.
replies(1): >>45086514 #
5. tln ◴[] No.45083943[source]
Prompt coding or just prompting

"Lets prompt up a new microservice for this"

"What have you been prompting lately?"

"Looking at commits, prompt coding is now 50% of your output. Have a raise"

replies(1): >>45084224 #
6. ◴[] No.45084140[source]
7. ofjcihen ◴[] No.45084224[source]
What is the term for getting the ick from reading?
8. layer8 ◴[] No.45084335[source]
We could revive the old CASE acronym (https://en.wikipedia.org/wiki/Computer-aided_software_engine...). ;)
replies(2): >>45086231 #>>45087936 #
9. jagged-chisel ◴[] No.45086231[source]
Actually a good suggestion.

Prediction: arguments over the definition will ensue

10. afro88 ◴[] No.45086514[source]
You're not just hitting go and reviewing code though. If someone asked how I built a side project and I said "reviewing code" it would make no sense.
replies(1): >>45087912 #
11. archargelod ◴[] No.45087912{3}[source]
> If someone asked how I built a side project Then you might have to say the truth: that you didn't build it, but Claude/OpenAI/Gemini built it under your supervision.
replies(1): >>45089028 #
12. Timwi ◴[] No.45087936[source]
SWITCH: SoftWare Implementation Through Computer & Human

BASE: Brain And Silicon Engineering

CLASS: Computer/Llm-Assisted Software Specification

STRUCT: Scripting Through Recurrent User/Computer Teamup

ELSE: Electronically Leveraged Software Engineering

VOID: Very Obvious Intelligence Deficit

Okay maybe not that last one

13. afro88 ◴[] No.45089028{4}[source]
Now we're getting somewhere. I think there's more than just supervision involved though. The ideas, direction and design are also provided by the person driving and reviewing output from the agents.