llm-orchestration

Tag

Cards List
#llm-orchestration

SPL: Orchestrating Workflows with Declarative Deterministic-Probabilistic Composition

arXiv cs.CL · 2026-07-10 Cached

SPL (Structured Prompt Language) is a declarative language that unifies deterministic and probabilistic computation modes for LLM workflows, enabling specification of computations that run across local and cloud nodes. It includes an extensive cookbook and experimental validation.

0 favorites 0 likes
#llm-orchestration

A Precedent-Guided Co-Scientist for Side-Effect-Aware Drug Redesign

arXiv cs.LG · 2026-07-07 Cached

PRECEDE is a precedent-guided co-scientist for side-effect-aware drug redesign that frames drug modification as evidence-grounded reasoning over drug–side-effect associations and biomedical knowledge graphs, coordinated by an LLM orchestrator with human oversight.

0 favorites 0 likes
#llm-orchestration

Chat-first AI tools break down the moment you want agents working without you

Reddit r/AI_Agents · 2026-07-06

The author argues that chat-first AI tools are insufficient for building autonomous agent workflows and describes alternative primitives like scheduled triggers and sub-agent delegation, advocating for a paradigm shift from 'chat with tools' to 'autonomous processes that use LLMs'.

0 favorites 0 likes
#llm-orchestration

Routing agent work across 4 LLM tiers: orchestrator, advisor, deep reasoning, premier

Reddit r/AI_Agents · 2026-06-20

The author shares a practical 4-tier LLM routing stack for agent work, where a fast orchestrator handles most requests and only escalates to expensive models when deep reasoning is required, significantly improving cost and interactivity.

0 favorites 0 likes
#llm-orchestration

The quiet reason your "autonomous agents" keep looping (a teardown of under-the-hood agent memory)

Reddit r/AI_Agents · 2026-06-15

A technical teardown of how multi-agent frameworks like CrewAI and AutoGen actually route information under the hood, revealing that they are essentially automated prompt-chaining loops. The article explains why agents get stuck in infinite loops due to context window inflation and missing deterministic stop conditions, offering practical advice for builders to treat agents as functional programming functions instead of human collaborators.

0 favorites 0 likes
#llm-orchestration

SciOrch: Learning to Orchestrate Expert LLMs for Solving Frontier Multimodal Scientific Reasoning Tasks

Hugging Face Daily Papers · 2026-06-14 Cached

SciOrch presents an 8B vision-language model trained with MCTS to coordinate multiple expert LLMs for multimodal scientific reasoning, achieving superior performance while reducing API costs.

0 favorites 0 likes
#llm-orchestration

INFRAMIND: Infrastructure-Aware Multi-Agent Orchestration

arXiv cs.AI · 2026-06-11 Cached

InfraMind introduces an infrastructure-aware multi-agent LLM orchestration framework that uses reinforcement learning to dynamically select models and topologies based on real-time system load, achieving up to 7x lower latency and 99.9% SLO compliance under high load.

0 favorites 0 likes
#llm-orchestration

New AI Agent Architecture to fix LLM deviations and token costs

Reddit r/AI_Agents · 2026-05-31

BotCircuits Agent is an open-source framework that introduces a Workflow-native Agent Loop architecture, splitting deterministic state-machine navigation from targeted LLM execution to reduce deviations and token costs.

0 favorites 0 likes
#llm-orchestration

@_vmlops: ANTHROPIC QUIETLY SHIPPED /workflows IN CLAUDE CODE and the principle behind it is what got me old pattern → one LLM or…

X AI KOLs Timeline · 2026-05-23 Cached

Anthropic quietly shipped /workflows in Claude Code, replacing LLM orchestrators with code-based control flow to avoid token tax and context sloppiness.

0 favorites 0 likes
#llm-orchestration

Most "multi-agent orchestration" is just a single agent calling a function. Stop rebranding function calls as agents.

Reddit r/AI_Agents · 2026-05-12

The article critiques the overuse of the term 'multi-agent orchestration,' arguing that many implementations are simply single agents using function calls rather than true distributed systems. It highlights practical, production-tested patterns like sequential pipelines and human-in-the-loop workflows as alternatives to complex but ineffective architectures.

0 favorites 0 likes
#llm-orchestration

@Saboo_Shubham_: This is so insane. Use native Hermes Agent /goal as the orchestrator and Codex /goal as the builder. Thank you @Teknium!

X AI KOLs Following · 2026-05-11 Cached

A developer highlights an AI workflow using Hermes Agent as an orchestrator and Codex as a builder for automated tasks.

0 favorites 0 likes
#llm-orchestration

@QingQ77: Let AI automatically control a real Android phone to perform long-running mobile tasks like social media, research, and content operations https://github.com/Core-Mate/OpenGUI… OpenGUI is an AI phone control system where AI operates directly on your Androi…

X AI KOLs Timeline · 2026-05-08 Cached

OpenGUI is an open-source AI phone control system that lets AI autonomously operate real Android devices to carry out long-running mobile tasks such as social media management and research. It supports remote task dispatching via Lark, Telegram, Discord, or REST API. Its underlying architecture is split into two layers — a Plan Supervisor and an Executor Graph — and supports multiple models including Claude, Qwen, and Doubao.

0 favorites 0 likes
#llm-orchestration

Show HN: A lightweight way to make agents talk without paying for API usage

Hacker News Top · 2026-04-20 Cached

A lightweight pattern for orchestrating conversations between multiple AI agents (Claude, Codex, Gemini) via CLI without requiring API payments, using session resumption to maintain context across agent interactions.

0 favorites 0 likes
#llm-orchestration

AgentSPEX: An Agent SPecification and EXecution Language

Hugging Face Daily Papers · 2026-04-14 Cached

AgentSPEX introduces a domain-specific language for specifying modular, interpretable LLM-agent workflows with explicit control flow, state management, and a visual editor, outperforming existing Python-coupled frameworks.

0 favorites 0 likes
#llm-orchestration

0xNyk/council-of-high-intelligence

GitHub Trending (daily) · 2026-06-29 Cached

Council of High Intelligence is an open-source tool that orchestrates 18 AI personas from multiple LLM providers to deliberate on hard decisions, providing structured disagreement and multi-perspective analysis via a single command.

0 favorites 0 likes
← Back to home

Submit Feedback