Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
luckystarr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
luckystarr
7d ago
Why would one need a blackboard if one had a coordinating agent that would launch a sequence of builder agents that run either in parallel or in sequence depending on what the coordinating agent determined was safe?( ) Honest question, I do
2.
▲
by
luckystarr
15d ago
Translation: As the number of bugs per line of code is a constant depending on language and project, we will experience a world full of bugs now that LLMs generate so much more code. On the other hand, LLMs are so quick at fixing them, the
3.
▲
by
luckystarr
22d ago
I noticed back in the days that my FidoNet point client software ran a lot faster (actually processing a lot of messages, so IO and CPU heavy) in Windows than in DOS, which was unintuitive to me back then.
4.
▲
by
luckystarr
23d ago
What was the minimum required density you derived?
5.
▲
by
luckystarr
24d ago
Not if the models are way cheaper. For many tasks you can do with DeepSeek Flash, and for more gnarly problems you switch to GLM or Kimi. But sure, if you do everything in large models like Kimi K3 or GLM it gets expensive quickly.
6.
▲
by
luckystarr
24d ago
Until the manufacturers enter an arms race and copy a page out of the mobile hardware vendors book. But perhaps they'll do it badly and we've got a few more years.
7.
▲
by
luckystarr
28d ago
Apparently the task was to remove dead weight. Haven't read what they replaced "Enzyme" with. I did subagent based removal tasks a few times. These were the ones that required the least amount of input or thinking from me, be
8.
▲
by
luckystarr
1mo ago
Taste is something you use to build the guardrails of AI over time and many paper cuts endured. Once you have a big enough set of these (call them rules) recorded, they become your development substrate. You narrow the paths the agents can
9.
▲
by
luckystarr
2mo ago
Shameless plug for my project, which is a bit different. I had the problem of crashing terminals due to OOM kills and wanted to switch to a more lightweight terminal. Also I had too many of them and couldn't find the right one any more
10.
▲
by
luckystarr
2mo ago
OS is listed as FreeRTOS.
11.
▲
by
luckystarr
2mo ago
https://en.wikipedia.org/wiki/Lean_(proof_assistant) Not sure about "bugs" in that area, but there is a lot of work going on by mathematicians in formalizing and checking ever more complex proofs using proof
12.
▲
by
luckystarr
2mo ago
And reading reports, endlessly.
13.
▲
by
luckystarr
2mo ago
If these proofs were output by the AI in a format readable by a proof verification system, the verification step of publishing vanishes. Then it's only valuable to check if the stated intention actually matches the proof and isn't
14.
▲
by
luckystarr
2mo ago
Then it's a case of trying to uphold the narrative?
15.
▲
by
luckystarr
2mo ago
Tried it on Android and got "!!!!!!!!!!!!!" for answers.
16.
▲
by
luckystarr
2mo ago
Fair take if the user is the same person as the implementer. If I sell software to my customers that reduces their operational complexity by me investing some code, then I don't consider it a loss.
17.
▲
by
luckystarr
2mo ago
Can be that I remembered it incorrectly, as it was in 2008, but here it is: https://se-radio.net/2008/03/episode-88-the-singularity-rese...
18.
▲
by
luckystarr
3mo ago
There is a difference between easy to set up and not having to set up anything. It's an improvement in operational UX.
19.
▲
by
luckystarr
3mo ago
It only changes behaviour if the risk of having to pay outweighs the benefit. And Google won't tell what they earned through that I guess.
20.
▲
by
luckystarr
3mo ago
I listened to an interview with one of the researchers. They had a component to verify "this binary will never allocate mem outside it's allowed area" and by statically verifying that they could enable high performance IPC. A
21.
▲
by
luckystarr
3mo ago
Sounds a bit like Microsoft's Singularity project, though I don't know if they even used a proof system to ensure a program couldn't do bad stuff(TM). After verification they just let the program run in Ring 0 (kernel space)
22.
▲
by
luckystarr
3mo ago
> [int overflows, etc.] No runtime cost when Z3 can prove it. Otherwise, the compiler emits a safe runtime check as fallback. Super interesting approach. I see this eventually be integrated into future mainstream languages, though that m
23.
▲
by
luckystarr
3mo ago
How I see this: Refactoring code to reduce the number of lines is _compression_, akin to RLE coding. Refactoring the code to lift conceptually coherent parts is _abstraction_. Less compression, more abstraction. Then you're fine.
24.
▲
by
luckystarr
3mo ago
Over the last year or so I arrived at a (sort of) MQTT semantic broker that facilitates an actor architecture. It supports federation (including transitive, so proxies "just work"(TM)), transparent outbound buffering with disk ove
25.
▲
by
luckystarr
3mo ago
Then the workers wouldn't spend 20 trillion and the economy as a whole would tank.
26.
▲
by
luckystarr
4mo ago
In most of Germany neither is required (Baden Württemberg requires non-EU citizens to pay 1.5k€ per semester). Commonly though you have to pay from 200 to 300€ administrative fees. The harder problem is to enter Germany, but as you have EU
27.
▲
by
luckystarr
4mo ago
I tried coding "ownership strictly" in Rust myself for a while and I've given up for the most part. In a lot of cases I painted myself into corners that I couldn't get out from without changing everything. That is probab
28.
▲
by
luckystarr
4mo ago
So what does that mean? Claude within ACP within my editor is billed differently than Claude via CLI?
29.
▲
by
luckystarr
4mo ago
You have to make performance part of the spec. It will then create benchmarks and plan differently. If you omit this, you get what you get.
30.
▲
by
luckystarr
4mo ago
And you can spend your effort on features and architectural issues rather than smaller scope bugs. My experience is that Rust enables me to focus on features as long as I don't give the AI free reign. Architecture matters for correctne
More ›