logoalt Hacker News

brianwawokyesterday at 3:21 PM4 repliesview on HN

In the world of AI written code, Python just doesn’t make sense. Converted about 100k lines in the last few months to golang and the performance is life changing. Curious if we will see global Python adoption fall by 75% or more in the next few years.


Replies

mauyesterday at 3:40 PM

I think humans are still accountable for the code generated by agents.

You are free to switch language but you still need to understand it.

show 1 reply
dec0dedab0deyesterday at 4:13 PM

I think we'll eventually be generating machine code directly. But until then we should be using code that our team can actually read and understand. If you know go, then that works you, Not everyone does.

backwardation_byesterday at 3:33 PM

nothing about the performance characteristics of python changed with AI so why would you use python over golang if performance is a requirement/bottleneck? Trying to understand the reasoning as to me golang and python are equally simple to write and understand.

show 2 replies
lern_too_spelyesterday at 7:06 PM

For personal projects, yes. For code going into production, you still need human code review, and that has to happen in a language that the humans you've hired are comfortable with. One day, we'll all be YOLOing vibe code straight into production, but that day is not today.

show 1 reply