Live data from Hacker News

Viewing profile — andyk

andyk

HN member
Joined
Fri, Aug 17, 2012, 11:17 PM UTC
HN karma
257
Public activity
57 items

About andyk

No profile information was provided.

Recent public activity

  1. comment
    Comment #49436053

    > bingeineering i'm gonna start using this

  2. comment
    Comment #49436010

    because it seems like the human mind does this and it was easy to start with. The human mind obviously also compresses by other dimensions so we'll keep experimenting suggestions f…

  3. comment
    Comment #49435849

    fair point. the headlong agent running on my mac mini, cleo, doesn't pause between calls to "generate next thought". for a while the implementation didn't support pausing between t…

  4. comment
    Comment #49435429

    Should maybe have said more loudly in the posts that this is not intended to be disciplined engineering (or used in prod!) we did think about the architecture quite a bit and we've…

  5. comment
    Comment #49429620

    andy here (headlong post author). terminal bench 3 is pretty popular for comparing different harnesses using the same underlying model (it's another laude project actually). artifi…

  6. comment
    Comment #49427970

    andy here - happy to answer questions

  7. comment
    Comment #42435640

    I hope the competition will inspire people to make breakthroughs in the open, so I won't take any rights to the IP, instead the winning solutions must use open source code and open…

  8. comment
    Comment #42435578

    yes the prize money is from me to the winners

  9. comment
    Comment #42435555

    That has a double meaning - half tongue in cheek. 1) since we are creating a contamination-free version of SWE-bench (i.e. scraping a new test set after submissions are frozen) it …

  10. comment
    Comment #42435448

    (reposting from locallama and lower down here) yep that's true. one of my goals is to inspire and honor those that work on open source AI. Those people tend to be motivated by thin…

  11. comment
    Comment #42435332

    andy here - happy to answer questions. Also, I answered a bunch of questions yesterday on LocalLLaMA that people here might find interesting https://www.reddit.com/r/LocalLLaMA/com…

  12. comment
    Comment #42413479

    yeah i agree. one of my goals is to inspire and honor those that work on open source AI. people who work on open source tend to be motivated by things like impact and the excitemen…

  13. comment
    Comment #42413393

    I tweeted this on stage at NeurIPS on weds: "I'll give $1M to the first open source AI that gets 90% on this sweet new contamination-free version of SWE-bench - http://kprize.ai " …

  14. story
  15. story
  16. comment
    Comment #40580127

    done! in the "Alternatives and related projects" section I just added to the ht readme -- https://github.com/andyk/ht/blob/main/README.md#alternatives...

  17. comment
    Comment #40580000

    Sorry, my wording wasn't very clear. I wasn't trying to imply that ht is more geared towards scripting than `expect` (in fact I'd say `expect` is more scripting-oriented being an e…

  18. comment
    Comment #40578887

    I tried to contrast to `expect` in a couple of my other responses, but yeah this is my sense too after looking briefly at `expect` - that ht always transparently sets up a terminal…

  19. comment
    Comment #40577446

    andyk here. it's clear our readme is lacking use cases! adding some now. When we introduced ht on twitter I gave a little more context -- https://x.com/andykonwinski/status/1796589…

  20. comment
    Comment #40577388

    thanks for surfacing `expect` to our attention. I'll add a compare/contrast to the ht readme

  21. comment
    Comment #40577278

    Interesting. When we decided to build ht we didn't compare it to expect (which I hadn't heard of or used) but I'm comparing the two now as they seem related. How exactly did `expec…

  22. comment
    Comment #40576844

    Include in your input json the ascii control character that the keyboard combo would generate (e.g., \x03 for ctrl-c). To send control-c to the terminal, for example, you'd send th…

  23. comment
    Comment #40576770

    Yep this was my main reason for wanting it, though lots of other good ideas in these HN comments.

  24. comment
    Comment #40576759

    I shared the motivating use case for why Marcin and I built this (LLM agents using terminals) in a diff comment but I’ll also expand the readme to give examples of use cases.

  25. comment
    Comment #40576728

    Oh this is cool. I looked at using tmux before we built ht because I’ve used screen and tmux forever. I didn’t find libtmux though. Will def check it out.