Live data from Hacker News

Viewing profile — 2001zhaozhao

2001zhaozhao

HN member
Joined
Tue, Feb 28, 2023, 9:29 PM UTC
HN karma
686
Public activity
300 items

About 2001zhaozhao

https://github.com/2001zhaozhao

Recent public activity

  1. comment
    Comment #49204122

    In the case of my WIP Agent IDE, OSS is mandatory because the tool needs to be able to read its own source to improve itself .

  2. comment
    Comment #49203103

    i'm looking forward to Qwen3.8 27B launch to see how much models have peaked at a given size. it might already be time to start burning the best small models onto hardware since it…

  3. comment
    Comment #49203067

    There are always uses for outdated models. Claude Code is still using haiku 4.5 from ages ago for explore subagents for instance. Not to mention production uses like customer servi…

  4. comment
    Comment #49190230

    The question is what they plan on doing with all their scientific knowledge once they succeed. Sure, they'll keep it internal for a while to make sure their knowledge bank is more …

  5. comment
    Comment #49186975

    > Note that Jeff and crew have cleverly structured their company to avoid problematic uses of AI Do you have more sources/info on this?

  6. comment
    Comment #49172753

    I'd intuit that for an AI video editor workflow you'd probably want something in the middle of this CLI solution and a full GUI? I'd take a crack at making one if only i had some e…

  7. comment
    Comment #49161271

    Would something like "services deflation" even show up in the numbers? That's what I'd expect to happen first

  8. comment
    Comment #49159341

    Agreed, i forked a devtool (vibe-kanban) months ago for my own use but keeping up with upstream was a significant burden even with LLMs. The benefit of a well designed plugin syste…

  9. comment
    Comment #49130682

    A PWA might be well suited to your needs. Even Apple's restrictive model leaves plenty of room to build useful apps especially if they are designed to connect to a backend (like th…

  10. comment
    Comment #49129369

    But why build your own from scratch when you can do it on top one extensible UI platform that already has all of your organizational context, not to mention coding agents already b…

  11. comment
    Comment #49129067

    you probably still need a human for oncall but the llm can try to solve any issues first before the human gets paged

  12. comment
    Comment #49128610

    It's really hard to focus on the unique aspect of your tool because it runs the risk that people will think it's unfamiliar and therefore not useful to them. That's why a lot of th…

  13. comment
    Comment #49128601

    I'll need to explore how they're doing org wide context and security for sure. This seems extremely complementary to my own coding tool which currently gives the best AI interface …

  14. comment
    Comment #49128568

    i think it makes perfect sense and I'll probably adopt the same posture for my open source project. The idea is that the core dev team is the one with the AI harness. If someone co…

  15. comment
    Comment #49120117

    These Todo items on the side in the video seem to be useful. I'm not so sure about that tool toolbar. It might as well just be a tool selector dropdown in a typical chat window.

  16. comment
    Comment #49100996

    I think they definitely have the IDE vision in mind and are trying to move off of terminals, based on two parts of the original article > so you can close the application, reconnec…

  17. comment
    Comment #49076153

    Right now there is about a 95% chance that when I manually review an agent's code I find nothing that needs changing. I find it plausible that an extra agentic review pass and more…

  18. comment
    Comment #49076081

    The thing is, one could probably create a specially-prompted "agentic homework cheating" harness that catches all of these professors' trick attempts 100% of the time while also ma…

  19. comment
    Comment #49067514

    I wonder how long it will take for this to get fully decensored and for bad, BAD things to happen

  20. comment
    Comment #49039796

    I write almost all code with GenAI nowadays. I'd like to say it's not slop, but I guess now there's no way to get Codeberg to agree.

  21. comment
    Comment #49039743

    It is probably from randomness. The benchmark tasks nowadays are so long that you can't really afford to run a large number of samples of them per model & effort combination

  22. comment
    Comment #49028728

    I thought the cache length was 1 hour, not 5 minutes?

  23. comment
    Comment #49027611

    Yep i aim to split my work into tickets that are (more precisely the sub-tickets merge into a bigger feature branch, which in turn gets squash merged into the main branch at the en…

  24. comment
    Comment #49025851

    I had a bit of this impression when reading the post as well as the authors' product website. A lot of it does seem to be stuck in 2025. For instance I think their post "long-conte…

  25. comment
    Comment #49025813

    > When I say maintainability, I mean the specific thing where it becomes really, really hard to change one part of the codebase without breaking another part. The corollary of agen…