Viewing profile — songrenchu
songrenchu
HN member- Joined
- Wed, Oct 08, 2014, 2:07 AM UTC
- HN karma
- 56
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About songrenchu
No profile information was provided.
Recent public activity
-
comment
Comment #49366027
We added 4 things to remediate lowest common denominator. The first is task interface, it is portable cross harnesses. Second is capability discovery. Each implemenation needs to s…
- comment
-
comment
Comment #49351524
Yes, these two are good use cases. With no harness lock-in, a fallback and context handoff can solve LLM vendor service unreliable. Loop engineering can also be done for achieving …
-
comment
Comment #49342835
[dead]
-
comment
Comment #49338342
Thank you for the discussion! This really nudges us to think how to make the broader white collar agent use case message more clear
-
comment
Comment #49337979
You are right, for coding scenario, I also stick with one (CC in my case, really got disappointed at codex during gpt-5.4 time and never came back since then) We need HarnessRouter…
-
comment
Comment #49337464
The router sits between application layer and the harness layer. HarnessRouter is the spec translation layer that translates the unified interface into each harness's own api forma…
-
comment
Comment #49336853
Think of it as OpenRouter, but for different agent harnesses, not models. Instead of sticking to any one harness, you can route to and use any of them through a unified API
-
story
Show HN: HarnessRouter: Unified interface for agent harnesses
Hey HN! We are building HarnessRouter, a canonical API for running Codex, Claude Code, Hermes, and other managed agent harnesses as your product backend. Before building HarnessRou…
- comment
-
story
Show HN: Visualizing OpenClaw runs to debug flaws and token spikes
Built a trace view to see OpenClaw LLM / tool / subagent calls and debug it.
- story
- comment
- story
-
comment
Comment #42057361
This is interesting, with e2e private chat, there are much more possibilities being unlocked without worrying about censorship
-
comment
Comment #41948588
Take a look at https://epsilla.com/ ?
-
comment
Comment #41009824
Great, does it support creating monthly newsletter like emails?
-
comment
Comment #39504192
Nice! Componentization of gen AI workflow is a new trend, and we do need an evaluation framework like this
-
comment
Comment #37127548
Thank you for pointing it out. We just removed it from README
-
comment
Comment #37126444
Thank you for the insightful topic! By reading the question itself drive me think a lot. For the database perspective, instead of dividing the table schema into 3 parts: id, metada…
-
comment
Comment #37125832
For now we didn't put a limit on the dimension of the vectors, so the machine can fit as much as #vector * #dimension * sizeof(float) into memory. For now we just support dense vec…
-
comment
Comment #37125699
You are right. We designed our storage in a segment-based way, with configurable segment size, so it can horizontally scale in the future cross multiple workers in one machine, and…
-
comment
Comment #37125638
Thank you for sharing! DiskANN was published in 2019 and SpeedANN in 2022. DiskANN is specialized in disk based ANNS solution, and it's focus on the scenario where the vectors don'…
-
comment
Comment #37124685
You are right, there are numerous vector databases in the market. Most of them (including us) are still pretty early and a lot of enterprise readiness features to build. Including …
-
story
Show HN: Epsilla – Open-source vector database with low query latency
Hey HN! We are building Epsilla ( https://github.com/epsilla-cloud/vectordb ), an open-source, self-hostable vector database for semantic similarity search that specializes in low …