Viewing profile — opiniateddev
opiniateddev
HN member- Joined
- Fri, Feb 18, 2022, 10:02 PM UTC
- HN karma
- 87
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About opiniateddev
No profile information was provided.
Recent public activity
-
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.
- story
-
comment
Comment #48481336
[dead]
- story
- story
-
comment
Comment #48329679
[flagged]
-
comment
Comment #48315524
for our production we use Redis for queues but have seen users using both Postgres and MySQL for queues as well.
-
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…
-
comment
Comment #48223775
[flagged]
- story
-
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…
- story
- story
-
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…
-
comment
Comment #47968938
Why not just use https://github.com/conductor-oss/python-sdk provide durability, distributed and orchestration.
-
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…
-
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…
- story
-
comment
Comment #47745540
Runtime for agents https://github.com/agentspan-ai/agentspan Built on top of Conductor OSS - https://github.com/conductor-oss/conductor
- story
- story
- story
- story
- story
-
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.