Live data from Hacker News

Viewing profile — opiniateddev

opiniateddev

HN member
Joined
Fri, Feb 18, 2022, 10:02 PM UTC
HN karma
87
Public activity
46 items

About opiniateddev

No profile information was provided.

Recent public activity

  1. comment
    Comment #49201053

    Given the recent history of outages, I wonder how many are seriously considering moving off GitHub for anything other than code hosting. I mean actions / workflows.

  2. story
  3. comment
  4. story
  5. story
  6. comment
    Comment #48329679

    [flagged]

  7. comment
    Comment #48315524

    for our production we use Redis for queues but have seen users using both Postgres and MySQL for queues as well.

  8. comment
    Comment #48314100

    Conductor OSS does this quite well https://docs.conductor-oss.org/devguide/ai/index.html https://github.com/agentspan-ai/agentspan which is essentially an agentic SDK layer for Con…

  9. comment
    Comment #48223775

    [flagged]

  10. story
  11. comment
    Comment #48090626

    I'm working on Agentspan: https://github.com/agentspan-ai/agentspan It's a durable runtime for AI agents. The thesis: agents should not just be an LLM loop running inside one Pytho…

  12. story
  13. story
  14. comment
    Comment #47976257

    Do you want to work on distributed systems? We are building the stack for running agents in production. https://github.com/agentspan-ai/agentspan Apply: https://job-boards.greenhou…

  15. comment
    Comment #47968938

    Why not just use https://github.com/conductor-oss/python-sdk provide durability, distributed and orchestration.

  16. comment
    Comment #47916929

    Agentic guardrails should be deterministic and algorithmic as opposed to using LLM or relying on LLMs. The moment you rely on LLM to be a guardrail, well you are risking it to fail…

  17. comment
    Comment #47766762

    Author here, built Netflix Conductor. The post is three arguments that together form a new framing for agent runtimes: The LLM shouldn't execute anything (planning and execution be…

  18. story
  19. comment
    Comment #47745540

    Runtime for agents https://github.com/agentspan-ai/agentspan Built on top of Conductor OSS - https://github.com/conductor-oss/conductor

  20. story
  21. story
  22. story
  23. story
  24. story
  25. comment
    Comment #43768986

    take a look at https://github.com/conductor-sdk/conductor-python which is easier and will not force you to write with specific framework.