Leo 🏴‍☠️

149 posts

Leo 🏴‍☠️ banner
Leo 🏴‍☠️

Leo 🏴‍☠️

@leostera

Katılım Ağustos 2008
380 Takip Edilen3.7K Takipçiler
Emil Privér
Emil Privér@emil_priver·
I don't think Rust is the best programming language for LLMs. The only reason why Greg said this is because Rust limits the LLM from making mistakes by not compiling shitty code, but the LLMs still suggest using unsafe! to bypass security rules. Therefore, I would say that Go is the best — if there is any "best" language for LLMs. Since LLMs are based on next-token prediction, it's more important that the code looks almost the same to get a good result. Go was designed to make every app around the globe look almost the same; for instance, there is only one way to make a loop compared to Rust, which has at least five that I could think of (loop, for, while, while let, and map). I want the best language to be rust tho
Greg Brockman@gdb

rust is a perfect language for agents, given that if it compiles it's ~correct

English
8
0
22
2.5K
Dmitrii Kovanikov
Dmitrii Kovanikov@ChShersh·
@leostera I’ve been keeping the number of people I follow at 255. I had to unfollow someone to find a place for you ❤️
English
14
0
74
2.3K
Leo 🏴‍☠️
Leo 🏴‍☠️@leostera·
hi folks! long time no see. i’m officially open to work again, primarily interested in the dx + devtools + ai space if anyone needs a principal engineer or technical product manager with 16+ years in the industry, my DMs are open! linkedin.com/in/leostera github.com/leostera
English
5
10
38
3.2K
alcuin ❄️
alcuin ❄️@scheminglunatic·
@leostera @emil_priver Have you noticed a difference in lalamo accuracy between normal ocaml and reasonml syntax for ocaml? because i have this hunch that if u make it look more like a 'normal language' it might be better. on the other hand it might lead to more confusion or interference.
English
1
0
3
114
Danni Friedland
Danni Friedland@DanniFriedland·
@leostera thats super nice to try as well. how do you constrain the llm not to add more types?
English
1
0
1
8
Danni Friedland
Danni Friedland@DanniFriedland·
"We'll stop writing code, we'll just write highly-detailed specifications" - b*** i rather write code.
English
2
0
3
138
Greg Brockman
Greg Brockman@gdb·
rust is a perfect language for agents, given that if it compiles it's ~correct
English
491
362
6K
1.8M
Leo 🏴‍☠️
Leo 🏴‍☠️@leostera·
i only have peace when i run out of tokens
English
1
0
5
394
Leo 🏴‍☠️
Leo 🏴‍☠️@leostera·
@stuckinforloop good thing is that its easy to make your own provider impl Provider for stuckinforloop::SlopMaker {} and just add it to your llm runner let llm = LlmRunner::with_provider(SlopMaker) and well, do whatever you want there
English
1
0
1
7
Leo 🏴‍☠️
Leo 🏴‍☠️@leostera·
@stuckinforloop i mean ymmv but agents::llm uses our own internal representation that gets mapped from/to the different provider modules i have
English
1
0
0
19
Leo 🏴‍☠️
Leo 🏴‍☠️@leostera·
but if you want to give them a bit more autonomy, you can just call let (tx, rx) = agent.spawn() and your agent now runs in the background continuously, processing new messages coming in from `tx` and sending you events back via `rx`
English
1
0
1
169