Live data from Hacker News

Viewing profile — jrswab

jrswab

HN member
Joined
Fri, Jun 09, 2017, 1:46 AM UTC
HN karma
111
Public activity
43 items

About jrswab

Husband, father, and software engineer | All Socials: @jrswab | Col. 3:17

[ my public key: https://keybase.io/jrswab; my proof: https://keybase.io/jrswab/sigs/SyRgp9PMae6rrJzPV6zPr2cqd890DasAf1QigHKB1mU ]

Recent public activity

  1. comment
    Comment #47357499

    Yes, I've used it with on OpenAI compatible API from an internal LLM at my job.

  2. comment
    Comment #47357486

    Sorry, I need to update that. I just added MCP support a day or so ago.

  3. comment
    Comment #47357478

    You don't have all the Claude Code overhead. It only gets what you give it.

  4. comment
    Comment #47357463

    I'm excited to see how this plays out. Keep me updated on x(twitter)

  5. comment
    Comment #47357435

    Love to hear it! Thanks for checking it out and feel free to put up an issue on GitHub if you have any ideas for improvements.

  6. comment
    Comment #47357395

    Yes, I think it will be quite trivial to make a output allow list. That's a great idea!

  7. comment
    Comment #47352951

    I've shared a few flows I use a lot right now in some other comments.

  8. comment
    Comment #47352938

    That's my dream.

  9. comment
    Comment #47352928

    Not yet but it will be easy to add. If you need it can you create an issue in GitHub? I should be able to get that in today.

  10. comment
    Comment #47352552

    > Curious if you’ve experimented with workflows where agents produce artifacts (files, reports, etc.) rather than just returning text. Yes! I run a ghost blog (a blog that does not…

  11. comment
    Comment #47352470

    Thanks! Looks like sgpt is a cool tool. Axe is oriented around automation rather than interaction like sgpt. Instead of asking something you define it once and hook it into a workf…

  12. comment
    Comment #47352415

    This is not a replacement for either in my opinion. Apps like codex and pi are interactive but ax is non-interactive. You define an agent once and the trigger it however you please…

  13. comment
    Comment #47352235

    I'm happy you brought this up. I've been thinking about this and working on a plan to make it as solid as possible. For now, the best way would be to run each agent in a docker con…

  14. comment
    Comment #47352163

    Thank you for your service.

  15. comment
    Comment #47352145

    I am pretty proud of this one :)

  16. comment
    Comment #47352140

    nooo! lol but thanks, I'll go hunt it down.

  17. comment
    Comment #47352131

    I have a few flows I'm using it for and have a growing list of things I want to automate. Basically, if there is a process that takes a human to do (like creating drafts or running…

  18. comment
    Comment #47352025

    I've not heard of that before but after looking into it I think they are solving different problems. Dotprompt is a promt template that lives inside app code to standardize how we …

  19. comment
    Comment #47351854

    Exactly! I also made it to chain them together so each agent only gets what it needs to complete its one specific job.

  20. comment
    Comment #47351714

    Thanks for checking it out! And yes the tool is indeed catering to that crowed. It's a need I have and thought others could use it as well.

  21. comment
    Comment #47351690

    Not yet but is on the short list to implement. What would you need from a session for single purpose agents? I'm seeing it more as a way to track what's been done.

  22. comment
    Comment #47351670

    hahaha; this is what I was going for.

  23. comment
    Comment #47351661

    This is not an LLM but a Binary to run LLMs as single purpose agents that can chain together.

  24. comment
    Comment #47351651

    > how you would approach budget when using Axe Great question and it's something that I've not dig into yet. But I see no problem adding a way to limit LLMs by tokens or something …

  25. comment