Home / Companies / Orkes / Blog / December 2025

December 2025 Summaries

4 posts from Orkes

Filter
Month: Year:
Post Summaries Back to Blog
GPT-5.2 has been introduced by OpenAI as a flagship model for general work and complex, multi-step tasks, offering improved features like enhanced instruction following, multimodality, code generation, and better tool integration. This advancement is particularly valuable for agentic workflows, which can be efficiently built using Orkes Conductor with minimal code. Orkes Conductor allows seamless integration of GPT-5.2 by treating models as interchangeable components, enabling users to switch models without rewriting workflows, thus future-proofing operations, reducing risks, and optimizing costs. The platform supports a variety of models, including those from OpenAI, Anthropic, Google, and open-source options, allowing users to select and combine different models within their workflows to maintain consistent performance and adaptability.
Dec 15, 2025 774 words in the original blog post.
Company X faced significant challenges in managing support ticket triage due to unstructured customer emails that required manual processing, which slowed response times and diverted engineers from their core tasks. To address this, the company implemented an automated workflow using Orkes Conductor, which leverages AI to transform unstructured emails into structured tickets that are auto-routed based on the nature of the issue. The workflow is deterministic, relying on AI to analyze emails and extract key details such as customer information, issue description, and urgency, before routing them to the appropriate support team—either Team 1 for certificate issues from existing customers or Team 2 for all other issues. This system enhances efficiency by reducing manual intervention and ensuring that engineers receive well-organized tickets promptly, thereby improving overall customer service and allowing engineers to focus on solving technical problems rather than administrative tasks.
Dec 10, 2025 1,123 words in the original blog post.
In the context of banking, an agentic workflow automates the risk assessment involved in processing loan applications by validating uploaded documents, extracting important details using a large language model (LLM), and flagging applications for human review when necessary. This system enhances efficiency by reducing manual paperwork, allowing teams to focus on high-impact tasks. Positioned within a loan origination system, the workflow operates between the document submission and final underwriting stages, ensuring documents are usable and conducting an initial risk assessment. If a document looks clear, the process continues automatically; otherwise, it is routed to a human for further review using Conductor's built-in Human task feature. The workflow is constructed using Orkes Conductor, which employs sub-workflows to handle tasks such as document validation and classification, thereby maintaining clarity and control throughout the process. This structured approach ensures accurate risk scoring and routing decisions while balancing automation with necessary human oversight, ultimately streamlining loan processing and safeguarding decision-making.
Dec 04, 2025 1,117 words in the original blog post.
The text outlines a workflow for monitoring website health using HTTP status codes, particularly focusing on essential endpoints in banking and e-commerce sectors to ensure customer access and transaction success. In banking, the workflow prevents service disruptions that could lead to reputational damage and customer mistrust, while in e-commerce, it safeguards the checkout process to maintain sales flow and customer satisfaction. The process involves three main phases: checking the website via an HTTP task, evaluating the health status with inline JavaScript to translate raw status codes into actionable insights, and sending an SMS alert via Twilio if the site is deemed unhealthy. The workflow is designed to be simple yet extendable, allowing for enhancements like response-time thresholds and content checks, and utilizes Conductor to provide structure, easy debugging, and reliable operations management, making it a practical tool for both immediate use and future scalability.
Dec 02, 2025 1,677 words in the original blog post.