> reliable LLM applications add that to the list of contradictory phrases (jumbo shrimp, etc.)
12-factor Agents: Patterns of reliable LLM applications
51–60 of 84 posts
Re: 12-factor Agents: Patterns of reliable LLM applications
#52Re: 12-factor Agents: Patterns of reliable LLM applications
#53> reliable LLM applications add that to the list of contradictory phrases (jumbo shrimp, etc.)
Re: 12-factor Agents: Patterns of reliable LLM applications
#54Re: 12-factor Agents: Patterns of reliable LLM applications
#55As I was reading, I saw mention of BAML > (the above example uses BAML to generate the prompt ...
Personally, in my experience hand-writing prompts for extracting structured information from unstructured data has never been easy. With DSPY, my experience has been quite good so far.
As you have used raw prompt from BAML, what do you think of using the raw prompts from DSPY [2]?
[0] https://dspy.ai/
[1] https://github.com/humanlayer/12-factor-agents/blob/main/con...
[2] https://dspy.ai/tutorials/observability/#using-inspect_histo...
Re: 12-factor Agents: Patterns of reliable LLM applications
#56Very informative wiki, thank you, I will definitely use it. So Ive made my own "AI Agents framework" [0] based on actor model, state machines and aspect oriented programming (released just yesterday, no HN post yet) and I really like points 5 and 7: 5: Unify execution state and business state 8. Own your control flow That is exactly what SecAI does, as it's a graph control flow library at it's core (multigraph instea…
Re: 12-factor Agents: Patterns of reliable LLM applications
#57I believe the principles would be easier to follow if there is a consistent narrative through the factors, why which I mean using potentially real-world example for such a system.
This is a great bit of feedback - what kinda of use cases do you think would make sense? Definitely wanna evolve this in the open with the community
I am inspired by the simplicity of these 12 factors and definitely want to learn more with an example that embraces these factors.
Re: 12-factor Agents: Patterns of reliable LLM applications
#58I've been tinkering with an idea for an audiovisual sandbox[1] (like vvvv[2] but much simpler of course, barebones).
Idea is to have a way to insert LM (or some simple locally run neural net) "nodes" which are given specific tasks and whose output is expected to be very constrained. Hence your example:
"question -> answer: float"
Is very attractive here. Of course, some questions in my case would be quite abstract, but anyway. Also, multistage pipelines are also very interesting.[1]: loose set of bulletpoints brainstorming the idea if curious, not organised: https://kfs.mkj.lt/#audiovisllm (click to expand description)
[2]: https://vvvv.org/
Re: 12-factor Agents: Patterns of reliable LLM applications
#59Very informative wiki, thank you, I will definitely use it. So Ive made my own "AI Agents framework" [0] based on actor model, state machines and aspect oriented programming (released just yesterday, no HN post yet) and I really like points 5 and 7: 5: Unify execution state and business state 8. Own your control flow That is exactly what SecAI does, as it's a graph control flow library at it's core (multigraph instea…
From my experience, PydanticAI really nailed it with Logfire—debugging[0] agents was significantly easier and more effective compared to the other frameworks and libraries I tested.
Re: 12-factor Agents: Patterns of reliable LLM applications
#60I'd love to work on stuff like this full-time. If anyone is interested in a chat, my email is on my profile (US/EU).