30
you are viewing a single comment's thread
view the rest of the comments
[-] Kissaki@programming.dev 12 points 5 days ago* (last edited 5 days ago)

00:00 Intro
00:48 Why write a compiler in JavaScript
07:29 Why rewrite the compiler in Go
14:49 LLMs for large migrations
20:12 Why Javascript is so popular
26:32 Why ever use Javascript on the backend
32:59 What it takes to build a programming language
37:06 Will there be fewer languages in 10 years
42:57 Hands on engineering vs delegation
49:14 Why fast tooling matters more now
51:16 AI software engineering predictions
58:52 The most technically challenging work
01:02:04 Top book recommendation
01:03:50 Advice for his younger self
01:05:00 Outro

Just summarizing the title teasers:

10x faster by switching from JavaScript to Golang. Rust was not feasible because it does not have a GC/does not support circular dependencies, and they have many of those, and did not want a rewrite but a minimal effort switch.

AI may produce a lot more code, but what code does "90% of code" refer to. AI is not capable of novel or complex stuff, you still need humans in the loop. Juniors remain significant to train them into seniors.

[-] hallettj@leminal.space 4 points 4 days ago

Thanks for the summary! Initially I thought the headline was about writing Typescript programs 10x faster.

[-] FizzyOrange@programming.dev 0 points 4 days ago

AI is not capable of novel or complex stuff,

This seems to be both untrue and mostly irrelevant.

The recent FLT proof is clearly complex and novel.

But also a huge amount of programming is only barely complex and not really novel at all.

The biggest issues I've seen with AI so far are:

  • The slop comments are just painful to read. I think this might mostly be Claude though, I recently switched to Codex and it's way less annoying.
  • It is so benchmaxxed to "succeed at all costs" it will often do stupid things just to make the test pass or whatever. To be fair a lot of humans are like that - "I dunno but it seems to work" attitude.
this post was submitted on 04 Sep 2026
30 points (100.0% liked)

Programming

28405 readers
357 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS