Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
opwizardx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
I made vector search the default. My agents did better with BM25
(kolesnik.io)
2 points
by
opwizardx
5d ago
|
0 comments
2.
▲
by
opwizardx
9d ago
I did similar tests on my own corpus when was considering whether to keep semantic search in default path for pond. On 3 months of my own sessions I’ve seen that BM25 search was finding the correct answer in ~61%, where semantic had shown o
3.
▲
by
opwizardx
9d ago
Why do you need an MCP server at all when the spec itself is so simple?
4.
▲
by
opwizardx
9d ago
plain text + fts covers all the basic needs, adding vector search, in my experience, adds more hassle and failures then helps
5.
▲
by
opwizardx
9d ago
I had been building https://github.com/tenequm/pond for this exact purpose for a while, and it works like a charm in my case. Give it a try, hope it will help you to solve your need without injecting anything in your c
6.
▲
by
opwizardx
15d ago
That is exactly what I'm building pond for myself: one store for all my sessions, Codex and Claude Code both and a bunch of others including OpenClaw, and my agents can access it over MCP. It also happens really often that when my agen
7.
▲
by
opwizardx
15d ago
Same worry got me to build pond for myself: it imports all of my sessions on a cron schedule every 5 mins into one store, and my agents can access it over MCP. Whenever I need a session from a while ago now, I just know it's in pond, b
8.
▲
by
opwizardx
18d ago
Like we used to have all of that time before with docker-compose.yaml. It would have been so neat to have agents.yaml in your repo and know it will be sourced by a harness you use.
9.
▲
Ask HN: Why still no unified standard file to describe all skills/mcps for repo?
2 points
by
opwizardx
18d ago
|
1 comments
10.
▲
If you can't fix the models you use, fix your workflows
(kolesnik.io)
2 points
by
opwizardx
19d ago
|
0 comments
11.
▲
Show HN: Pond – lossless archive for agent sessions in your own S3
(github.com)
3 points
by
opwizardx
27d ago
|
0 comments
12.
▲
Toggles Considered Harmful
(ignorethecode.net)
15 points
by
opwizardx
1mo ago
|
8 comments
13.
▲
Claude Code context management: when to /clear and when to /compact
(tim-schipper.nl)
2 points
by
opwizardx
1mo ago
|
1 comments
14.
▲
Half the tokens for the same 36 tool calls: optimizing a coding agent
(app.nz)
2 points
by
opwizardx
1mo ago
|
0 comments
15.
▲
by
opwizardx
1mo ago
You are right, didn’t know that. Seems like the only reliable way to run GHA jobs is to not use their runners. Hope they at least didn’t break self-hosted runners operations
16.
▲
by
opwizardx
1mo ago
I first found out about chat-sdk existence when I was upgrading my nanoclaw (its core feature is that it uses claude agent sdk under the hood as the harness) to v2 and they were migrating to chat-sdk as their base layer for supporting diffe
17.
▲
by
opwizardx
1mo ago
Fair on AG-UI, that part is a real difference. But the Chat SDK point is a bit overstated: vercel/chat also has a JSX card system that renders to Block Kit and Adaptive Cards, with button and action handlers and pluggable state backend
18.
▲
by
opwizardx
1mo ago
How did they get Github Pages into “degraded performance”? Aren’t those just CDN stored static pages?
19.
▲
by
opwizardx
1mo ago
Is it like a proprietary wrapper for Vercel’s Chat SDK ( https://github.com/vercel/chat )?
20.
▲
by
opwizardx
1mo ago
So… those are basically skills with mcp.json? Are we sure we need a competing spec when we could have just extended agent skills spec to allow for mcp.json definition within skill?
21.
▲
Uber open-sourced its security monitoring for Claude Code, Cursor and Codex
(github.com)
3 points
by
opwizardx
1mo ago
|
0 comments
22.
▲
TencentDB Agent Memory: A team-level memory hub for AI agents
(github.com)
2 points
by
opwizardx
1mo ago
|
0 comments
23.
▲
Better tools made Copilot code review worse. Here's how we actually improved it
(github.blog)
3 points
by
opwizardx
2mo ago
|
0 comments
24.
▲
by
opwizardx
2mo ago
I archive my own agent sessions, and even before provider-sealed state the local half of the promise is already broken: Claude Code deletes local transcripts after ~30 days by default, and the JSONL it does keep has edge cases like the same
25.
▲
How we set up our cloud agent environment
(cursor.com)
1 points
by
opwizardx
2mo ago
|
0 comments
26.
▲
by
opwizardx
2mo ago
It at least tries to attack the convergence directly by keeping a log of past builds in .hallmark/log.json and hard-fails a run that repeats the last few page structures or themes. While it still admits its nav-rotation rule is "t
27.
▲
Six Agent Harness Capabilities for Higher Model Performance
(developer.nvidia.com)
2 points
by
opwizardx
2mo ago
|
0 comments
28.
▲
Claude-video – Give Claude the ability to watch any video
(github.com)
1 points
by
opwizardx
2mo ago
|
0 comments
29.
▲
Hallmark – Anti-AI-Slop Design Skill for Claude Code, Cursor, and Codex
(github.com)
7 points
by
opwizardx
2mo ago
|
9 comments
30.
▲
The new rules of context engineering for Claude 5 generation models
(claude.com)
14 points
by
opwizardx
2mo ago
|
1 comments
More ›