Viewing profile — macrolime
macrolime
HN member- Joined
- Thu, Aug 01, 2019, 10:15 AM UTC
- HN karma
- 958
- Public activity
- 381 items
- HN profile
- View on Hacker News ↗
About macrolime
No profile information was provided.
Recent public activity
-
comment
Comment #48692734
GPT-5.6 Sol’s detected cheating rate was higher than any public model we have evaluated on our ReAct agent harness. For our task suite, we define “cheating” as behavior where the m…
-
comment
Comment #47980956
Most consistent way of achieving it I've managed is use a watch with an alarm that vibrates and is trivial to turn off or turns off by itself, then set it to go off after sleeping …
-
comment
Comment #46387669
I had something kinda similar happen to my hotmail account. While I didn't lose access to it, I lost more than a decade of correspondence dating back to my teenage years. The reaso…
-
comment
Comment #46345659
I find that surprising. GPT 5.2 is the model I've had working the longest. It frequently works more than 4 hours nonstop, while earlier models would stop to ask if they should cont…
- comment
-
comment
Comment #46225380
"Can you replay all of your prompts exactly the way you wrote them and get the same behaviour out of the LLM generated code? In that case, the situation might be similar. If that's…
-
comment
Comment #46224293
So you're saying machine code is public domain if it's compiled from C? If not, why would AI generated code be any different?
-
comment
Comment #46161687
So it's made of extraterrestrial bubblegum, got it.
-
comment
Comment #45966231
Pretty sure it will beat Sonnet by a wide margin in actual real-world usage.
-
comment
Comment #45937035
I've found that SDD is actually what you need to be able to work with code bases when they go above around 100 000 lines of code. It's what unlocked getting LLMs to work well with …
-
comment
Comment #45737238
In the EU you can also generally look up the cost, even in cases where the patient doesn't pay, there is a bill and fixed costs. The costs are what the government pays or what a fo…
-
comment
Comment #45634693
What is "it". Gpt-5 auto? Gpt-5 pro? Deep research? These have wildly different hallucination rates.
-
comment
Comment #45315051
Voice control is much much much worse than touch screens. You have to try 10-20 times to spell out a command before it maybe does want you want, and that is if you're incredibly lu…
-
comment
Comment #45230751
This is my experience too. Make agents for tasks, not roles. I've seen this for coding agents using spec-driven development for example. You can try to divide agents into lots of d…
- comment
-
comment
Comment #44939745
YouTube videos of birds?
-
comment
Comment #44885150
I mean copying from the iOS app.
-
comment
Comment #44881821
Seems copying text in the app doesn't work? In that case it is useless. A quick way to copy an entire chat and a selection messages is a requirement for me to be able to use it.
-
comment
Comment #44569012
Thing is that it took 10-15 years for the stocks of these companies to reach the same marketcap again.
-
comment
Comment #44569002
If it's so hard, then why are there multiple open source projects that are just as good?
-
comment
Comment #44568981
You can use Claude Code as a provider if you want it subscription based https://docs.cline.bot/provider-config/claude-code
-
comment
Comment #44548704
I ssh into my server, then use the devcontainer cli tool to open a shell in the dev container. Found that easier than installing ssh in every container, especially when there's lot…
-
comment
Comment #44543532
Yeah, it's like an idiot savant intern who has memorized all the API docs in the world, but still somehow struggles to work independently.
-
comment
Comment #44542925
I like using Claude Code through Roo Code (vscode extension). I find it easier to work with text using a mouse, vscode diff viewer etc. I guess if you're very good at vim shortcuts…
-
comment
Comment #44542685
Personally I use dev containers on a server and I have written some template containers for quickly setting up new containers that has claude code and some scripts for easily conne…