zlacker

[return to "ChatGPT Containers can now run bash, pip/npm install packages and download files"]
1. behnam+sj[view] [source] 2026-01-26 20:58:52
>>simonw+(OP)
I wonder if the era of dynamic programming languages is over. Python/JS/Ruby/etc. were good tradeoffs when developer time mattered. But now that most code is written by LLMs, it's as "hard" for the LLM to write Python as it is to write Rust/Go (assuming enough training data on the language ofc; LLMs still can't write Gleam/Janet/CommonLisp/etc.).

Esp. with Go's quick compile time, I can see myself using it more and more even in my one-off scripts that would have used Python/Bash otherwise. Plus, I get a binary that I can port to other systems w/o problem.

Compiled is back?

◧◩
2. bogtog+uN[view] [source] 2026-01-26 23:36:13
>>behnam+sj
> But now that most code is written by LLMs, it's as "hard" for the LLM to write Python as it is to write Rust/Go

The LLM still benefits from the abstraction provided by Python (fewer tokens and less cognitive load). I could see a pipeline working where one model writes in Python or so, then another model is tasked to compile it into a more performant language

◧◩◪
3. JumpCr+pP[view] [source] 2026-01-26 23:46:57
>>bogtog+uN
NP (as in P = NP) is also much lower for Python than Rust on the human side.
◧◩◪◨
4. behnam+uR[view] [source] 2026-01-26 23:59:22
>>JumpCr+pP
What does that mean? Can you elaborate?
◧◩◪◨⬒
5. JumpCr+KR[view] [source] 2026-01-27 00:00:42
>>behnam+uR
Sorry, yes. LLMs write code that's then checked by human reviewers. Maybe it will be checked less in the future. But I'm not seeing fully-autonomous AI on the horizon.

At that point, the legibility and prevalence of humans who can read the code becomes almost more important than which language the machine "prefers."

[go to top]