The majority of nations? majority of people on earth? We are going to a multilateral world and to win a war you need secure the appeal of majority. If the majority think your war is illegal they can cut you off from the world economy.
It is a distributed consensus-based algorithm, and the young people who are writing those algorithms will shape the future of governance.
You are arguing today. This is the first kind of wars we are seeing of this nature.
But Iran is hitting exactly where it hurts, global supply chain, and now the US will be pressured by the global economy to either retreat or commit a genocide.
And if all the war was drones and anti-drones today (which is not) we would have saved many lives. Look at UAE/Iran, UAE lost no live despite being hammered with drones/missiles, this is an example of drones/anti-drones future. The reason why we don't have this with the US, is because the US needs a defeat for the legacy system to die, and it seems they will get that defeat soon. Actually they are already defeated, Trump said he is retreating in 3 weeks while achieving nothing but destruction.
GitHub also generously gives me a bunch of free CI, in exchange for whatever they benefit from me being there.
It's worth $50 just this month, according to them, but I don't see anyone else offering the mac runners that account for most of it.
For all the complaints, I test my packages that actually need it across dozens of architecture and OS combinations with a mix of runners, nested virtualization and qemu binfmt, all on their free platform.
I built my latest side project (a Wasm to Go "transpiler") precisely as a way to push the limits of what I could do with an LLM/agent.
It sped me up (and genuinely helped with some ideas) but not 10x.
The bits I didn't design myself I definitely needed to inspect and improve before the ever eager busy beaver drove them to the ground.
That said, I'm definitely impressed by how a frontier model can "reason" about Go code that's building an AST to generate other Go code, and clearly separate what's available at generation time vs. at runtime. There's some sophistication there, and I found myself telling them often "this is the kind of code I want to generate, build the AST."
I also appreciated how faster models are good enough at slightly fuzzy find and replace. Like I need to do this refactor, I did two samples of it here, can you do these other 400? I have these test cases in language X, converted 2, can you do the other 100? Even these simple things saved me a lot of time.
In return I got something that can translate SQLite compiled to Wasm into 500k lines of Go in about a month of my spare time.
https://research.swtch.com/bisect
TLDR: you can bisect on more than just "time".
reply