Home / Companies / Orkes / Blog / May 2026

May 2026 Summaries

3 posts from Orkes

Filter
Month: Year:
Post Summaries Back to Blog
Conductor-skills is an AI knowledge package designed to enable AI coding agents to efficiently create, run, monitor, and manage Conductor workflows without requiring explicit user instructions. It addresses the challenge of agents providing inaccurate or incomplete guidance by offering a structured set of files that the AI reads to gain a comprehensive understanding of Conductor. This includes commands, workflow JSON schemas, and error handling for various task types. The core of the skill is a structured Markdown document that provides rules, setup procedures, and command references, ensuring that agents can autonomously handle tasks like server connections, workflow execution, and monitoring. Additionally, the skill includes reference files and examples to guide agents through complex operations, and it provides a fallback Python script for environments where the Conductor CLI is unavailable. By packaging this knowledge in a language-agnostic format, Conductor-skills can be utilized across various AI platforms, enhancing workflow management while minimizing errors and inefficiencies.
May 29, 2026 1,532 words in the original blog post.
Prompt Studio, part of Orkes Conductor, is a dedicated environment designed for engineering and testing AI prompts in isolation, allowing for rapid iteration without the need to execute the full workflow. It enables users to parameterize prompts with variable substitution and compare outputs across different large language models (LLMs), facilitating informed decisions on model selection without being confined to a single provider. The platform supports testing prompts on various scenarios, such as release note generation from PR descriptions, invoice field extraction, SQL generation, and meeting transcript analysis, ensuring prompts are robust and effective before deployment. By allowing users to bring their preferred LLMs and easily integrate them, Prompt Studio provides flexibility and cost efficiency, making it a valuable tool for refining AI prompts before integrating them into workflows.
May 18, 2026 2,192 words in the original blog post.
The article provides a comprehensive guide to building AI agents using Orkes Conductor, a workflow orchestrator, and Agentspan, an open-source agent builder and runtime. It explains the concept of AI agents, which are software programs that use large or small language models to execute tasks based on given goals, utilizing tools, loops, and memory for enhanced functionality. The guide walks through the development of a subscription analyzer agent that can search email inboxes for recurring charges, flag unused subscriptions, and suggest potential savings. It emphasizes the ease of using Agentspan for defining and running AI agents by abstracting the orchestration complexities handled by Conductor, allowing users to integrate agents into existing workflows. The article also highlights the flexibility of agent definitions, which can be transformed into different applications by simply swapping tools and instructions, and offers detailed steps for connecting the agent to a real Gmail inbox for practical use.
May 05, 2026 4,388 words in the original blog post.