February 2023 Summaries
2 posts from Orkes
Filter
Month:
Year:
Post Summaries
Back to Blog
ChatGPT, an AI-based chatbot, has gained significant popularity for generating human-like outputs, and the team at Orkes explored its use in creating Conductor workflows. Their trial involved generating a workflow to calculate the sum of two numbers, initially output in YAML format but requiring conversion to JSON. While ChatGPT provided a foundational structure, it missed some parameters, necessitating manual adjustments to achieve an accurate workflow. Additionally, they attempted setting up a Java worker, which was incomplete and required further refinement. The team also explored additional workflow examples for various use cases, acknowledging that ChatGPT's capabilities, while impressive, are limited by its reliance on 2021 data and variable output quality. They concluded that while AI tools like ChatGPT can significantly speed up development processes, they often require human oversight and intervention to ensure accuracy and completeness.
Feb 24, 2023
1,266 words in the original blog post.
Businesses in emerging markets face challenges in processing subscription payments, prompting the need for automation solutions like the microservice orchestration platform, Conductor. As the recurring payment industry grows, platforms like Conductor offer capabilities to automate subscription workflows, manage long-running processes, and ensure fault tolerance. Subscription workflows involve initial payments, wait periods, and renewal notifications, with tasks orchestrated in a specific order to ensure seamless execution. Conductor facilitates the creation of scalable, fault-tolerant workflows with features such as sub-workflows, workflow versioning, and exponential retry policies, allowing businesses to handle thousands to billions of workflows efficiently. This flexibility is enhanced by its ability to integrate with various programming languages, making it suitable for diverse business needs. Conductor's capacity to streamline complex processes into manageable workflows positions it as a valuable tool for optimizing subscription management across different organizational sizes.
Feb 14, 2023
2,222 words in the original blog post.