Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
binyang_qiu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
binyang_qiu
4mo ago
As a founder, I can definitely feel this pain. So much company knowledge is just the thing on our laptops, and then we hope we can write accurate docs later. Actually we can't because our docs usually miss some important context. If th
2.
▲
by
binyang_qiu
4mo ago
Cool. After reading your README, the "post-part" hook is the most interesting part for me. Chunk-level hooks make it easier to plug into things like rclone or other workflows. As you mentioned, the single .rapel-state.json file t
3.
▲
by
binyang_qiu
4mo ago
The repo-native approach is pretty cool. Many agent systems still feel opaque because the operational context is buried within prompts and tools. Putting the company memory into Git makes the whole thing much more inspectable.
4.
▲
by
binyang_qiu
4mo ago
For me, the interesting part is the review loop after agents have written the code. For a native app that handles files and sanitized HTML, did you rely more on tests, manual use, or reading the generated Rust/JS directly?
5.
▲
by
binyang_qiu
4mo ago
It makes sense to do replay before prevention. For an agent, the challenge is often not recognizing that a bad action occurred, but reconstructing the complete decision context that led to it. I'm wondering how you handle replay if the
6.
▲
by
binyang_qiu
4mo ago
For me, the interesting part here isn't GPT-2, it's the memory discipline. I feel like most inference runtimes slowly leak allocations everywhere as features pile up.
7.
▲
by
binyang_qiu
4mo ago
I think the git worktree per task idea makes more sense. The hard part with parallel agents seems to be reviewing and merging the mess
8.
▲
by
binyang_qiu
4mo ago
Make sense. A lot of these 10+ year old APIs end up surprisingly durable also because so many existing clients still depend on them. Thank you!
9.
▲
by
binyang_qiu
4mo ago
Do you think the DMG installation method will continue to be a long-term part of the macOS ecosystem, or is it more of a continuation of indie Mac culture?
10.
▲
by
binyang_qiu
4mo ago
So innovative! I've talked to your goose and I found this is really a great way to test whether I truly understand concept. I don't know how the goose thinks, maybe it would be even better if it allowed me to upload my own data an
11.
▲
by
binyang_qiu
4mo ago
I think your concept of this APP is meaningful for most people. I'm curious to know how you handle data calibration, especially when it comes to different regions, remote offers, and issues with uneven sample distribution.
12.
▲
by
binyang_qiu
4mo ago
Awesome job! It really frees up my hands. As another reviewer mentioned, I’m so curious to know exactly what this robot can do when cleaning a room, how thoroughly it cleans, and who can monitor its status and how.
13.
▲
by
binyang_qiu
4mo ago
The way you color these trails is so good! It is clearer and easier to read than other existing maps. Also the information is detailed so that users can have an expectation before going there. I'm just wondering if you plan to expand
14.
▲
by
binyang_qiu
4mo ago
This idea is super cool! I love traveling and feel that the core of a trip is exploring local/authentic life, so your product perfectly matches my needs! If all people sharing their routes are local and the recommendations are real, no
15.
▲
by
binyang_qiu
4mo ago
Great approach. Honestly the hard part probably isn’t COBOL itself, it’s all the weird operational glue around it.
16.
▲
by
binyang_qiu
4mo ago
Love this kind of project, honestly. Feels way more real than most AI wrapper stuff. Just wondering how stable the Pandora API ended up being after reverse-engineering it.
17.
▲
by
binyang_qiu
4mo ago
Pretty cool to see someone actually running public ODoH infra instead of just talking about privacy in theory. I'm just wondering what the biggest operational pain has been so far running a public relay.
18.
▲
by
binyang_qiu
4mo ago
Doing this in ~3k LOC C without malloc or an AST is honestly pretty impressive. Interested to see how far the IR can scale.
19.
▲
by
binyang_qiu
4mo ago
A lot of agent workflows really are just tool selection + argument extraction + structured output. How does this behave once workflows become multi-step and state starts accumulating across calls?
20.
▲
by
binyang_qiu
4mo ago
I really like your local-first idea. Just one question: what do you think is still the biggest weakness of local OCR models compared with cloud APIs? Is it layout parsing, reading order, or messy scans?