Show HN: Jido – Run 10k agents at 25KB each (Elixir) Hi HN! I'm Mike Hostetler and I built Jido, an Agent SDK in Elixir that lets you run thousands of agents without heavy infrastructure. Repo: https://ift.tt/WoehjRx Getting Started: https://ift.tt/zTKxCpB Why another framework? After using several popular Agent frameworks and platforms, I had two key challenges: - Running multiple agents required process-heavy infrastructure like Docker or K8s. Running 50,000 agents in parallel was costly and diminished the benefits of agentic programming. - Today's agents require too much human intervention when building workflows. Why couldn't agents manage their own WDLC (Workflow Design Life Cycle)? This felt like a major missing piece. Agentic frameworks were written for humans. LLMs working with this code were constantly working around human work-style assumptions. So, I wrote a framework specifically for LLMs to code and operate their own agentic flows. Elixir was a natural choice because of it's functional nature, rock-solid concurrency primitives and "let-it-crash" philosophy with dynamic error compensation. Hot code reloading was a bonus. Agents in Jido use 25Kb of memory at rest and can easily serialize then hibernate for long-lived access. Agents possess the APIs to dynamically start and manage their own sub-agents or any other Elixir process utilizing Elixir's OTP architecture. Jido Actions are functional primitives that Agents can dynamically orchestrate into workflows. Generated code can either run in a separate process in the current VM or in another BEAM VM that's linked and hardened before introduction into the Agent VM. I'm excited to help enable a world where thousands of agents work seamlessly on behalf of their human operators. Thanks! https://ift.tt/WoehjRx December 30, 2024 at 09:58PM
Show HN: Jido – Run 10k agents at 25KB each (Elixir) https://ift.tt/QHrTyXv
Related Articles
Show HN: GritQL, a Rust CLI for rewriting source code https://ift.tt/LqU4tFDShow HN: GritQL, a Rust CLI for rewriting source code Hi everyone! I’m… Read More
Show HN: Automated Software Documentation for GitHub Codebases https://ift.tt/Hxk3SzaShow HN: Automated Software Documentation for GitHub Codebases Hey Hac… Read More
Show HN: Arthas.ai – An open-source alternative to character.ai https://ift.tt/0jlBq4SShow HN: Arthas.ai – An open-source alternative to character.ai https:… Read More
Show HN: Principal — Modern Wealth Tracking https://ift.tt/DqWS1EdShow HN: Principal — Modern Wealth Tracking https://ift.tt/zqW0xFL Mar… Read More
Show HN: Krata Maps – open-source Figma like GeoJSON Editor https://ift.tt/nA5L7aOShow HN: Krata Maps – open-source Figma like GeoJSON Editor https://kr… Read More
Show HN: Real-time voice chat with AI, no transcription https://ift.tt/MdiEB7lShow HN: Real-time voice chat with AI, no transcription Hi HN -- voice… Read More
Show HN: Personal Knowledge Base Visualization https://ift.tt/nyVj7YOShow HN: Personal Knowledge Base Visualization My personal knowledge b… Read More
Show HN: DaLMatian – Text2sql that works https://ift.tt/9qRrGASShow HN: DaLMatian – Text2sql that works Hey HN, we've built DaLMatian… Read More
0 Comments: