Viewing profile — lukasco
lukasco
HN member- Joined
- Fri, Mar 31, 2023, 10:30 PM UTC
- HN karma
- 19
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About lukasco
No profile information was provided.
Recent public activity
-
comment
Comment #49252449
I've been running auto-mode for quite a while. The main thing that pushed me over the edge was constantly being prompted in the accept-edits mode because of back ticks or backslash…
-
comment
Comment #49223664
With self-driving agents, the costs stop being evident as you go, and show up after the fact. I've been building governors that slow the agents down, and then also look at odd thin…
-
comment
Comment #49211108
This is one side of the problem: where does your agent show up. And the other side is: where does the agent run And the third side ;-): security. Well done on this bit. I like the …
-
comment
Comment #49191342
Thanks, but I did read the policy. This is what they say: "It's fine to use LLMs to answer questions, analyze, distill, refine, check, suggest, review. But not to create." And late…
-
comment
Comment #49184069
I think LLM policies which ban usage are ultimately self-defeating. They neatly switch concerns about quality of contributions to concerns about "AI slop". These two things are not…
-
comment
Comment #49133443
> Would love to see a 'QM vs Cowork' comparison! It feels like the big thing they are touting here is the shared company brain. Not clear to me though, how that brain is developed …
-
comment
Comment #49133342
Do you mean using open source models via something like OpenRouter, or do you mean self-hosting the models? That self-hosting bit is definitely something I'm interested in, but it …
-
comment
Comment #49122788
For my autonomous agents, I'm using Github Issues as the UI. And yes, I know this is a total abuse of what a github issue is supposed to be. But it's better than spinning up an eph…
-
comment
Comment #49122035
Can you be logged into two accounts at once? It's not the switching, but the different sessions on different accounts that I find myself doing. As some have said, easy enough to bu…
-
comment
Comment #49097157
It's that pesky ban vs enforce ban dichotomy.
-
comment
Comment #49097071
Author here: My first version ran alongside my Claude Code subscription, and pretty much banged through my entire weekly subscription in a couple of days. So I bought a GLM subscri…
- story
-
comment
Comment #48928564
Shipping a lot faster definitely puts a big strain on the QA side of the house. But I'm not at all convinced that things have gotten worse even with "AI slop". CI/CD and releasing …
-
comment
Comment #48927708
I still find it hard to develop harnesses because you can't really test many turns with an llm in the middle. I suppose doing LLM as judge is one way to start to tackle this kind o…
-
comment
Comment #48862748
I feel like in some ways this problem is starting to self-correct, sadly by creating the dead internet. If there's no business model to creating content since it will get scraped, …
-
comment
Comment #48844174
So many comments here talking about the downsides. The only reason to do a rewrite is because there are massive upsides. Maybe the implicit point is that the upside (memory safety …
-
comment
Comment #48844130
Quite a lot of projects are trying this "rewrite to a new language using LLM", both internally, or externally (like is here). For me, they confirm some (slightly controversial) tak…
-
comment
Comment #48830323
This is the real problem with LLMs. There is no way to separate code from data. At best, models could be trained on tokens that indicate untrusted data coming in. But then the untr…
-
comment
Comment #48830287
I mean, I'm guilty too. Claude code scrapes everything in sight whenever I search for something. I've written a small tool to query Github to see if a particular feature has been r…
-
comment
Comment #48811678
Cross platform building and packaging in C/C++ is such a hot mess. There's so many dimensions to unpack I don't even really know where to start. (I say this as the person who has b…
-
comment
Comment #48804542
Same here. Before auto, couldn’t handle the constant stopping because of backslashes no matter how many things I permitted.
-
comment
Comment #48804465
Yeah, that looked pretty cool. But I’m always sceptical of these announcements until I try them.
-
comment
Comment #48804445
Totally agree. And really, we use the llms to be the universal layer, not the harness. It’s already nigh on impossible to eval a harness with multiple turns (at least as far as I’v…
-
comment
Comment #48799144
Fun, seems to be working. Do you have levels? All the games I played seemed to have a static level.
-
comment
Comment #48799099
This is the big question! Is it really sensible to distribute locally running software at all? Maybe this leads to the locked down Mac App Store (and Windows I'm sure)? Apple's bee…