Viewing profile — nijave
nijave
HN member- Joined
- Wed, Aug 22, 2018, 1:09 AM UTC
- HN karma
- 2,306
- Public activity
- 1,755 items
- HN profile
- View on Hacker News ↗
About nijave
Recent public activity
-
comment
Comment #49211670
Currently using exa/searxng/scrapling with pretty good success. Has anyone compared these to agent research?
-
comment
Comment #49185236
It has real business value. Letting non technical users run wild without the onerous layers of controls in traditional enterprise IT. We're already contending with users wanting to…
-
comment
Comment #49185197
>This doesn't work in the cloud Software-as-a-Service model, because you are not running your own copy of the app. Let me introduce you to scrapling+MCP--the closest I've come. Ste…
-
comment
Comment #49181284
n8n will do that
-
comment
Comment #49181271
I think you tend to need both. There's certain deterministic data and steps that surround the agent as well as certain agentic steps where the LLM is controlling the execution flow…
-
comment
Comment #49140206
There's an env var you can set to tell it when to compact. It's especially helpful for models with big context that lose coherence much earlier.
-
comment
Comment #49140196
On Claude Code you can run /context and it'll explain everything
-
comment
Comment #49140171
How do you ensure your SQL queries (either raw or ORM generated) retrieve the correct data? A lot of business apps are mostly SQL with a thin layer of glue to integrate everything.…
-
comment
Comment #49140145
Django has built in support for templates https://docs.djangoproject.com/en/6.0/ref/databases/#test-da... I thought it had a way to do concurrent sharded tests on the same database…
-
comment
Comment #49140102
To add to what the other person said, they're also loaded differently than arbitrary docs. They're presented as a list of titles and descriptions to the LLM and it can pick which o…
-
comment
Comment #49139921
If there's 1 developer working on 1 branch at a time: main is at commit A, you branch add B and C, you merge now main is at A, B, C. Your "integration" was just moving the code for…
-
comment
Comment #49139724
Opportunity cost
-
comment
Comment #49133832
If you can modify role IAM, I'd start with SSM Parameter Store + KMS encryption for secret values. That is generally much cheaper since typical use fits in the free tier. They also…
-
comment
Comment #49116041
>Can't you run your CI locally? If you mean automated tests and linters, sure. Conceptually continuous integration is generally integrating 2+ different lineages of code together w…
-
comment
Comment #49108460
>So, if software knows in advance which data chunk (expert) it'll need for the next token, it can load that in parallel with computing current token. Yeah, I was thinking MADV_WILL…
-
comment
Comment #49108405
Iirc there are no release tags, they build off the tip of the branch Actually it's their zmk fork, not qmk https://github.com/Keychron/zmk/tree/rtl8762g
-
comment
Comment #49100260
Any idea if madvise helps? Admittedly I have very limited experience and only on Linux
-
comment
Comment #49100187
Hopefully better than their QMK fork. They force push over their branch in their fork each new release effectively erasing history of the last version... Of course there's no chang…
-
comment
Comment #49076082
>does this mean Microsoft's model is best at fixing Microsoft products In theory, they have tons of network-type data and at least some Linux data from Azure. In practice... Good q…
-
comment
Comment #49075785
I should have mentioned Claude Code, specifically. It sounds like other harnesses are better. I'm a bit entrenched with CC at this point since that's what we have a subscription to…
-
comment
Comment #49075754
Forgot about the ol "but how many tokens did you spend to get _there_"--wish benchmarks would include the number of input/output tokens to achieve the score. I think the closest is…
-
comment
Comment #49069491
Anthropic has an outage nearly everyday. GitHub seems like they're down to about once a month again
-
comment
Comment #49069487
I wish the harnesses would auto resume but I suppose that would also add more load without more money for subscription customers...
-
comment
Comment #49063014
1000ms / 12 = 83ms per request which sounds normal
-
comment
Comment #49042432
I think on swebench verified luna was only like 3% points lower for 1/5 the cost Like 96% vs 93% or something