Show us your agentic workflows & AI builds 👀

We’ve got a live, virtual Developer Meetup coming up all about building full-stack agentic workflows—but before we dive in, we want to see what you’ve been building.

  • Are you already working on an AI agent?
  • Orchestrating LLMs to do something clever in your app?
  • Maybe you’ve got a half-broken experiment that’s too fun not to share? :sweat_smile:

Drop a link, screenshot, or quick description below. Doesn’t have to be fancy or finished—just real.

We’ll highlight a few community builds during the event, and you might even inspire a live demo or two. :fire:

Let’s see what you’ve got :backhand_index_pointing_down:

Register HERE: Orchestrate this! Building Full-stack Agentic Workflows · Zoom · Luma

I’ve been building a SWE interviewing agent using Orkes Conductor, designed to run a structured, automated software engineering interview—powered by LLMs and fully orchestrated via agentic workflows.

The workflow:

  • Starts with a welcome and requests the interviewee’s name, email, and preferred programming language
  • Dynamically routes through 3 leetcode-style questions using Conductor’s Switch and DoWhile tasks
  • Integrates LLM agents to evaluate responses and generate tailored follow-up questions
  • Wraps up with a personalized evaluation, thank-you email, and a full interview transcript—all within a single agentic flow

It’s built with the Conductor Python SDK, modular by design, and great for showcasing declarative orchestration in action.

Repo:
:backhand_index_pointing_right: awesome-conductor-apps/python/interview_agentic_app at main · conductor-oss/awesome-conductor-apps · GitHub

Still a work in progress, but it’s fully functional—try it out and test your SWE LeetCoding chops today!

2 Likes