Most active commenters
  • igravious(4)
  • TechDebtDevin(3)

←back to thread

207 points todsacerdoti | 17 comments | | HN request time: 0.702s | source | bottom
Show context
ikari_pl ◴[] No.46004050[source]
Today, Gemini wrote a python script for me, that connects to Fibaro API (local home automation system), and renames all the rooms and devices to English automatically.

Worked on the first run. I mean, the second, because the first run was by default a dry run printing a beautiful table, and the actual run requires a CLI arg, and it also makes a backup.

It was a complete solution.

replies(3): >>46004066 #>>46004101 #>>46004754 #
1. igravious ◴[] No.46004101[source]
I've gotten Claude Code to port Ruby 3.4.7 to Cosmopolitan: https://github.com/jart/cosmopolitan

I kid you not. Took between a week and ten days. Cost about €10 . After that I became a firm convert.

I'm still getting my head around how incredible that is. I tell friends and family and they're like "ok, so?"

replies(3): >>46004170 #>>46004251 #>>46005594 #
2. rogual ◴[] No.46004170[source]
It seems like AIs work how non-programmers already thought computers worked.
replies(3): >>46004507 #>>46005054 #>>46005152 #
3. RealityVoid ◴[] No.46004251[source]
I am incredibly curious how you did that. You just told it... Port ruby to cosmopolitan and let it crank out for a week? Or what did you do?

I'll use these tools, and at times they give good results. But I would not trust it to work that much on a problem by itself.

replies(2): >>46004645 #>>46008917 #
4. love2read ◴[] No.46004507[source]
I love this, thank you
5. TechDebtDevin ◴[] No.46004645[source]
Its a lie, or fake.
replies(2): >>46004691 #>>46008863 #
6. fzzzy ◴[] No.46004691{3}[source]
How does denial of reality help you?
replies(1): >>46004814 #
7. TechDebtDevin ◴[] No.46004814{4}[source]
Calling people out is extremely satisfying.
replies(1): >>46005600 #
8. ACCount37 ◴[] No.46005054[source]
That's apt.

One of the first thing you learn in CS 101 is "computers are impeccable at math and logic but have zero common sense, and can easily understand megabytes of code but not two sentences of instructions in plain English."

LLMs break that old fundamental assumption. How people can claim that it's not a ground-shattering breakthrough is beyond me.

replies(1): >>46009352 #
9. zelphirkalt ◴[] No.46005152[source]
"Why didn't you do that earlier?"
10. darkwater ◴[] No.46005594[source]
This seems cool! Can you share the link to the repository?
replies(1): >>46008871 #
11. Kiro ◴[] No.46005600{5}[source]
You wouldn't know anything about it considering you've been wrong in all your accusations and predictions. Glad to see no-one takes you seriously anymore.
replies(1): >>46006457 #
12. TechDebtDevin ◴[] No.46006457{6}[source]
:eyes: Go back to the lesswrong comment section.
13. igravious ◴[] No.46008863{3}[source]
it's fake is it?

https://github.com/igravious/cosmoruby

14. igravious ◴[] No.46008871[source]
here you go, still early days, rough round the edges :)

https://github.com/igravious/cosmoruby

15. igravious ◴[] No.46008917[source]
unzipped Ruby 3.4.7 into the appropriate place (third-party) in the repo and explained what i wanted (it used the Lua and Python port for reference)

first it built the Cosmo Make tooling integration and then we (ha "we" !) started iterating and iterating compiling Ruby with the Cosmo compiler … every time we hit some snag Claude Code would figure it out

I would have completed it sooner but I kept hitting the 5 hourly session token limits on my Pro account

https://github.com/igravious/cosmoruby

replies(1): >>46009770 #
16. skydhash ◴[] No.46009352{3}[source]
Then build a LLM shell and make it your login shell. And you’ll see how well the computer understands english.
17. simonw ◴[] No.46009770{3}[source]
Looks like this is the relevant code https://github.com/jart/cosmopolitan/compare/master...igravi...