NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Write-Only Code (heavybit.com)
jeffreygoesto 5 days ago [-]
I am old. This immediately triggered "Perl!?" in me...

Joke aside: Programming languages and compilers are still being optimized until the assembly and execution match certain expectations. So prompts and whatever inputs to AI also will be optimized until some expectations are met. This includes looking at their output, obviously. So I think this is an overblown extrapolation like many we see these days.

mooreds 5 days ago [-]
> I am old. This immediately triggered "Perl!?" in me...

Same same.

aatd86 5 days ago [-]
There will be more of it where it does not matter. Maybe eventually with times. At the moment, in my experience, most systems rely on hyperlinear semantics. Especially scalable ones. Current llms cannot physically handle this at the moment. Maybe with biological or quantum (sic) computing.

But even then it is quite impressive.

Concretely in my use case, off of a manual base of code, having claude has the planner and code writer and GPT as the reviewer works very well. GPT is somehow better at minutiae and thinking in depth. But claude is a bit smarter and somehow has better coding style.

Before 4.5, GPT was just miles ahead.

philipwhiuk 5 days ago [-]
> “AI writes the code” is already true inside many enterprise teams

I'm highly doubtful this is true. Adoption isn't even close to the level necessary for this to be the case.

svilen_dobrev 5 days ago [-]
write-once read-never?

something that was not perl ;)

in ~2005 i lead a team to build horse-betting terminals for Singapore, and there server could only understand CORBA. So.. i modelled the needed protocol in python, which generated a set of specific python files - one per domain - which then generated the needed C folders-of-files. Like 500 lines of models -> 5000 lines 2nd level -> 50000 lines C at bottom. Never read that (once the pattern was established and working).

But - but - it was 1000% controllable and repeatable. Unlike current fancy "generators"..

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 21:16:15 GMT+0000 (Coordinated Universal Time) with Vercel.