Live data from Hacker News

Viewing profile — hsaliak

hsaliak

HN member
Joined
Tue, Aug 23, 2016, 5:13 PM UTC
HN karma
411
Public activity
140 items

About hsaliak

No profile information was provided.

Recent public activity

  1. comment
    Comment #49121999

    The state of Agent APIs is bad. completions API (supported indefinitely) but does not support reasoning. OpenAI's reasoning API started out well, but is moving in the direction as …

  2. comment
    Comment #49118366

    yes it does - https://github.com/hsaliak/std_slop/blob/main/system_prompt.... I've added the same thing to the system prompt of the internal agent I wrote for work, which talks to …

  3. comment
    Comment #49116959

    Seems to be doing too much, a 1 line in the system prompt is all you need. And it works well enough. “Output tokens are precious, be succinct in your responses. Use ASD-STE100 simp…

  4. comment
    Comment #49079048

    Let all trust this team to deliver AGI.

  5. comment
    Comment #48933401

    This graph biases outcomes (A| O) it would be interessting to have an others.. so we can view the whole picture

  6. comment
    Comment #48908007

    so the joke was the implication that they are not frontier.

  7. comment
    Comment #48907926

    no, this post was written by Demis from Deepmind.

  8. comment
    Comment #48860388

    I have my own coding harness (std::slop), in that i focus on a vim centric flow. Basically a few commands open. up my $EDITOR which is vim. 1. /edit => opens in editor 2. /feedback…

  9. comment
    Comment #48790733

    It's been clear for some time that model tool calling is heavily fit to a few common patterns, it's unsurprising that a tool call that looks the same or has the same name, but work…

  10. comment
    Comment #48627495

    so he's the quintessential brilliant jerk, ok

  11. comment
    Comment #48607510

    Gemini fumbled not on the models but on the basics. Gemini 3.1 flash was actually an amazing model to code with and their 20 dollar AI plans had solid value, but they locked it all…

  12. comment
    Comment #48469169

    Big Monsanto energy

  13. comment
    Comment #48406718

    I’ve been looking for a way to articulate this shift, and your analogy nails it. The value of libraries and infrastructure components in software engineering is eroding fast. I am …

  14. comment
    Comment #48351964

    I have a custom agent that generates patches like you will with kernel development and I review and merge those in. https://github.com/hsaliak/std_slop/blob/main/docs/mail_mode... …

  15. comment
  16. comment
    Comment #48095021

    I wrote https://github.com/hsaliak/std_slop/blob/main/docs/mail_mode... to avoid the brain rot from just shooting slop. It has helped me stay sane, review code and make changes ste…

  17. comment
    Comment #48083077

    Its going to be interesting to see how this holds up in production after a release or two.

  18. comment
    Comment #48017447

    The problem with vibe coded re-writes is that you basically sign off on understanding the generated codebase at that point. Any historical knowledge of the codebase is gone.

  19. comment
    Comment #47996001

    the problem is not the forward pass, its the control/feedback loop when slop is written in response to the forward pass. Perhaps we should give the LLM 2 specs, one designed for th…

  20. comment
    Comment #47995974

    nobody knows what to build when everything can be built, there is no moat.

  21. comment
    Comment #47986505

    Using CRDT gossip to inform scaling is a clever idea. You are on to something there. Perhaps extract it as a core library/concept from the runtime? I feel that would be generally u…

  22. comment
    Comment #47874178

    I have a coding agent https://github.com/hsaliak/std_slop where the sessions are in SQL ledger. So /session [new, clone, deletes, undo] are supported and all sessions are persisten…

  23. comment
    Comment #47871004

    I find parallel agents to be an exception rather than a norm. Maybe I’m the problem? For those exceptional cases, opening a few more terminals gets the job done. It’s unclear to me…

  24. comment
    Comment #47812309

    I made https://github.com/hsaliak/filc-bazel-template bazel target for people who may want to use these two together to make hermetic builds with it.

  25. comment
    Comment #47801273

    Clojure had lousy error messages, agents deal with this well. Clojure is capable of producing some of the most dense code I’ve ever seen, so manual code reviews really start to fee…