Viewing profile — aszen
aszen
HN member- Joined
- Wed, Jun 24, 2020, 1:37 PM UTC
- HN karma
- 506
- Public activity
- 234 items
- HN profile
- View on Hacker News ↗
About aszen
No profile information was provided.
Recent public activity
-
comment
Comment #48958429
Won't surprise me if the llm just calls sleep after it's convinced it knows all
-
comment
Comment #48942620
And does it actually use it
-
comment
Comment #48942323
Is your plugin just skills or does it have custom agents? My own experience is that Claude will use your skills but will ignore your agents or custom search tools.
-
comment
Comment #48374832
Claude code already fans out and sandboxes context by calling sub agents so I'm not sure this approach brings much benefit there. A complex search strategy only makes sense if the …
-
comment
Comment #48374756
Coding agents prefer to do iterative search, I have yet to see them create a complex search script. They try different search cmds in parallel, evaluate their results and then refi…
-
comment
Comment #48060067
By slowing down engineers with ai agents adding multiple code reviews on top. Also encouraging engineers to engage in manual testing themselves to better understand the product.
-
comment
Comment #47879329
Claude code is not infra, the model is the infra. They changed settings to make their models faster and probably cheaper to run too. Honestly with adaptive thinking it no longer ma…
-
comment
Comment #47875113
Same here. Reviewing gets harder too and multi tasking kills any kind of productivity if you need to review the code then. My approach these days is to do one change at a time, unt…
-
comment
Comment #47658484
This is quite interesting, will try it. I kind of expect this to be done continuously as the code base changes.
-
comment
Comment #47534523
This article doesn't mention the moat of data gathering, frontier AI labs have a huge advantage in curating proprietary datasets from actual usage of their platforms. This in turn …
-
comment
Comment #47332760
Seems like you are testing llms genric abilities rather than your actual agent logic. Llms are like vendor code you don't need to test them yourself people already created benchmar…
-
comment
Comment #47262920
If you buy real handcrafted scarves they are both thinner and warmer than anything factory made bcz of their choice of pashmina wool.
-
comment
Comment #46990551
So the new implementation always operates at the line level, replacing one or more lines. That's not ideal for some refactorings like rename where search and replace is faster. Edi…
-
comment
Comment #46745113
I bet writing the code directly could have been even faster, llms aren't magically fast
-
comment
Comment #46650343
https://devenv.sh/integrations/secretspec/
-
comment
Comment #46630060
I wonder why we are even storing secrets in .env files in plain text
-
comment
Comment #46574102
How? You don't know what the llm was trained on and don't know if it has any bias. Imo llms are a disaster for knowledge work because they act like a black box.
-
comment
Comment #46571954
Stupid question but why not use a local sandbox for yolo mode instead of a remote machine. Is there a similar service that runs locally?
-
comment
Comment #46547920
Agreed it probably contributes to the model improving for all agents but crucially it is verifiably better against their own agent. So they get a good feedback loop to improve both…
-
comment
Comment #46547031
They nailed down the UX I would say and the models themselves are a lot better even outside of CC
-
comment
Comment #46547014
Yeah that's one example, but I suspect they train the model on entire sequences of tool calls, so unless you prompt the model exactly as them you won't get the same results. There'…
-
comment
Comment #46546883
Seems odd to not mention other semantic standards that standardize resource operations like pagination, sorting etc. Jsonld, json:api
-
comment
Comment #46546714
The most imp part is editing code, to do that reliably Claude models are trained on their own str replace tool schema I think. Models find it hard to modify existing code, they als…
-
comment
Comment #46546686
Can you elaborate on this?
-
comment
Comment #46546628
I don't think so, model improvements far outweigh any harness or tooling. Look at https://github.com/SWE-agent/mini-swe-agent for proof