Code-Based Vibe Automation: The Fastest Path to Reliable, Versatile Workflows

Back Code-Based Vibe Automation vs. No-Code vs. Vibe Coding By Haim Zlatokrilov Imagine describing an automation in plain language, refining it in Python, and having it run reliably — no servers to manage, no restarts to worry about. That’s what AutoKitteh delivers: a platform that combines AI-assisted workflow creation, API integration tools including Connectors to external […]
Temporal on Kittehs – Video

Back Check out our presentation in Temporal’s Replay 2023: https://youtu.be/OQRaHtZVqnY?si=Hf9XqharYBb0sVj4
From Inbox to Slack: Automating Email Categorization and Notifications with AI

From Inbox to Slack: Automating Email Categorization and Notifications with AI By Pasha Fateev Introduction To summarize, if you’re looking for a way to write code quickly without getting bogged down in details that either don’t interest you or you are not equipped to handle, then trying AutoKitteh is worth your time. It’s open-source, durable, […]
Implementing deploy-sentry workflow with few lines of code

To reduce operational risk, a new code version can be deployed to production gradually. For example, deploy the version to a portion of the servers and monitor them. If all works well, deploy to additional servers; otherwise, stop deployment or rollback.Generally speaking, coding the business logic for such a workflow can be relatively straightforward. What’s […]