
Insights from recent episode analysis
Audience Interest
Podcast Focus
Publishing Consistency
Platform Reach
Insights are generated by CastFox AI using publicly available data, episode content, and proprietary models.
Most discussed topics
Brands & references
Est. Listeners
Insufficient chart data. Estimates will improve as the show charts.
- Per-Episode Audience
Est. listeners per new episode within ~30 days
N/A🎙 ~2x weekly·156 episodes·Last published 5d ago - Monthly Reach
Unique listeners across all episodes (30 days)
N/A - Active Followers
Loyal subscribers who consistently listen
N/A
Market Insights
Platform Distribution
Reach across major podcast platforms, updated hourly
Total Followers
—
Total Plays
—
Total Reviews
—
* Data sourced directly from platform APIs and aggregated hourly across all major podcast directories.
On the show
From 13 epsHosts
Recent guests
Recent episodes
Flaky Test API Now GA, New Auto-Fix Skill, Skill Quality Improvements
Jun 19, 2026
1m 33s
Codex Support, Faster Task Creation, and Flaky Test Visibility
Jun 4, 2026
2m 14s
Building an AI-Native CICD Experience with sem-ai
May 27, 2026
3m 14s
Introducing Semaphore for AI Agents
May 14, 2026
2m 32s
Introducing .NET Support on Semaphore
Apr 7, 2026
1m 28s
Social Links & Contact
Official channels & resources
Official Website
Login
RSS Feed
Login
| Date | Episode | Topics | Guests | Brands | Places | Keywords | Sponsor | Length | |
|---|---|---|---|---|---|---|---|---|---|
| 6/19/26 | ![]() Flaky Test API Now GA, New Auto-Fix Skill, Skill Quality Improvements | Flaky test data is now accessible through the sem-ai API, and this week also brings a skill that uses that data to fix the tests automatically.Flaky test data is now generally available through the API. You can query your flakiest tests programmatically, sorted by number of disruptions, with failure timestamps and logs included. Find it on github.A new sem-ai skill can identify and fix flaky tests end-to-end. The agent pulls the highest-disruption tests, gathers failure context, determines the root cause, and writes a fix. It then verifies the result, first by running tests locally, and if that’s not possible, by spinning up Semaphore test boxes to run the test across multiple machines in parallel. Running the test repeatedly across machines is especially important for flaky tests, since a single passing run isn’t enough to confirm a fix. Benchmarking on a real open source project with Claude Opus on high effort showed a cost of $1 to $1.50 per fix.Four existing skills were improved with additional examples. Agents were occasionally not following skill instructions due to a lack of examples. Adding concrete examples improves adherence and makes sem-ai’s output more consistent across runs.What’s ComingUser and organization management will be added to the API in an upcoming release. The team is also continuing to refine skills and commands based on usage patterns.* Try sem-ai* Try Semaphore Cloud* All product newsTill the next time, Pete Miloravac https://semaphore.io This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 1m 33s | ||||||
| 6/4/26 | ![]() Codex Support, Faster Task Creation, and Flaky Test Visibility✨ | engineering updatestask management+3 | — | sem-aiCodex+2 | — | sem-aiCodex+5 | — | 2m 14s | |
| 5/27/26 | ![]() Building an AI-Native CICD Experience with sem-ai✨ | AI-native CICDdeveloper workflows+3 | MarcosNick | sem-aiClaude Code | — | CICDAI+3 | — | 3m 14s | |
| 5/14/26 | ![]() Introducing Semaphore for AI Agents✨ | AI-powered coding toolsCI/CD evolution+4 | — | Semaphore for AI AgentsClaude Code+3 | — | AI agentsCI/CD+5 | — | 2m 32s | |
| 4/7/26 | ![]() Introducing .NET Support on Semaphore✨ | CI/CDMicrosoft ecosystem+3 | — | .NETMicrosoft Edge+2 | LinuxUbuntu 24.04 | .NETMicrosoft Edge+5 | — | 1m 28s | |
| 3/19/26 | ![]() OAuth for MCP Servers — Lessons from Building for AI Agents✨ | OAuth implementationAI agents+4 | — | OAuthMCP server+1 | — | OAuthMCP server+5 | — | 15m 34s | |
| 3/16/26 | ![]() Semaphore’s New Pricing Model: Built for the AI Era of CICD✨ | pricing modelCICD+4 | — | CICDf1 machines+3 | — | SemaphoreCICD+5 | — | 3m 06s | |
| 3/6/26 | ![]() OAuth Authentication for the Semaphore MCP Server✨ | OAuth authenticationSemaphore MCP server+3 | — | Semaphore MCP serverOAuth+1 | MCP server | OAuthSemaphore MCP server+5 | — | 2m 06s | |
| 3/2/26 | ![]() AI-Driven Onboarding and Workflow Automation in Semaphore✨ | AIonboarding+3 | — | AI-driven onboardingworkflow automation+2 | — | AIonboarding+3 | — | 2m 42s | |
| 2/19/26 | ![]() Extending CI/CD and What’s Next for Semaphore✨ | CI/CDsoftware development+3 | — | Semaphore | — | CI/CDSemaphore+3 | — | 3m 19s | |
Want analysis for the episodes below?Free for Pro Submit a request, we'll have your selected episodes analyzed within an hour. Free, at no cost to you, for Pro users. | |||||||||
| 2/11/26 | ![]() Malcolm Matalka on GitOps, Terraform Tooling, and Building Invisible Developer Tools✨ | GitOpsTerraform+3 | Malcolm Matalka | GitOpsTerraform+2 | — | GitOpsTerraform+3 | — | 37m 08s | |
| 1/28/26 | ![]() Jamie Dobson on Generative AI, Developer Productivity, and System Stability✨ | Generative AIDeveloper Productivity+4 | Jamie Dobson | Container Solutions | — | Generative AIdeveloper productivity+4 | — | 33m 20s | |
| 1/14/26 | ![]() Sebastian Gierlinger on Scaling Remote Engineering at Storyblok✨ | remote engineeringscaling teams+5 | Sebastian Gierlinger | StoryblokScrum+2 | — | remote workengineering organization+6 | — | 31m 17s | |
| 12/17/25 | ![]() Keren Fanan and Hadar Geva on Reinventing Frontend with MyOp✨ | frontend systemsUI components+3 | Keren FananHadar Geva | MyOpSemaphore | — | frontend architectureUI management+3 | — | 24m 13s | |
| 12/2/25 | ![]() Technical Tips: Build Your First MCP Server in 5 Minutes | AI agents can reason, but they don’t actually understand your systems. MCP servers fix that by giving your copilots and assistants structured access to your tools, APIs, and CI/CD data. And the best part is that building one is much simpler than most people expect.In the latest episode of Technical Tips, Tommy walks through how to create a functional MCP server in just a few minutes. He connects it to Semaphore’s API, pulls real project data, and shows how to expose those insights to tools like OpenAI Codex. It’s a straightforward, hands-on demo that finally makes MCP feel practical instead of theoretical.If you’ve been curious about MCP or you’re trying to make your AI tools genuinely useful in day-to-day engineering work, this is the perfect place to start. You’ll see how an MCP server communicates with AI clients, how to wrap a real API into it, how to test everything using the MCP Inspector, and how easily you can turn your CI/CD workflows into a conversational experience.By the end, you’ll understand how surprisingly little code it takes to give your AI agents real operational awareness.Access the full guide on our blog. This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 6m 11s | ||||||
| 11/19/25 | ![]() Jonathan Reimer on Open Source, Startups, and AI | In this episode of Semaphore Uncut, Jonathan Reimer—founder of Crowd.dev and now VP of Outbound Products at the Linux Foundation—breaks down what he’s learned from years inside the open source startup ecosystem.This conversation covers:* How Crowd.dev grew into a core insights platform for OSS communities and was later acquired by the Linux Foundation* The three types of open source companies Jonathan identified after speaking with 400–500 founders* Why GitHub stars are vanity metrics—and which signal actually reflects real adoption* When open source provides a real go-to-market edge, and when it doesn’t* How AI is already influencing OSS development, from automated bug fixes to running LLMs locally* Why open source models may ultimately dominate the model layer as costs fallA sharp, fast overview of the forces shaping developer tools, open source ecosystems, and AI infrastructure today.👉 Read the full blog post for the complete conversation — and happy listening! This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 25m 56s | ||||||
| 11/5/25 | ![]() Technical Tips: Multiply Your Tests, Not Your Work | In this episode of Technical Tips, Tommy shows you how to run tests across multiple environments without duplicating your CI/CD setup or writing repetitive jobs.He explains how job matrices in Semaphore help you expand test coverage, catch regressions early, and keep your pipelines organized and efficient.You can also check out the blog post Job Matrix: Feature Showcase for a detailed walkthrough with examples in both the Workflow Editor and YAML.Happy building,The Semaphore Team This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 2m 42s | ||||||
| 10/21/25 | ![]() Brian Douglas: AI Tooling, Open Source, and the Future of Developer Workflows | In this episode, Darko welcomes Brian Douglas, Head of Developer Experience at Continue and longtime open source advocate. They talk about the rise of the AI engineer, how AI agents are reshaping developer workflows, and what’s next for open source infrastructure. Enjoy the episode!Read the blog post: https://semaphore.io/blog/brian-douglasLike this episode? Be sure to leave a ⭐️⭐️⭐️⭐️⭐️ review on the podcast player of your choice and share it with your friends.🎙️ This podcast is powered by Semaphore! 🚀Show Semaphore Some Love ❤️⭐ Star us on GitHub: https://github.com/semaphoreio/semaphore🚀 Join us on discord: https://discord.com/invite/FBuUrV24NH⬆️ Upvote on Product Hunt: https://www.producthunt.com/products/semaphore-open-source-ci-cdLet’s make open-source CI/CD even better—together! ✨ This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 25m 53s | ||||||
| 10/7/25 | ![]() Technical Tips: Pipelines Explained | 3 Principles of CI/CD | In this episode of Technical Tips, Tommy walks you through three core principles of automation and CI/CD. These are the foundations that help teams deploy faster, avoid stress, and keep pipelines running smoothly.Learn more: https://semaphore.io/blog/pipelines-explained-principles-ci-cdLike this episode? Be sure to leave a ⭐️⭐️⭐️⭐️⭐️ review on the podcast player of your choice and share it with your friends.🎙️ This podcast is powered by Semaphore! 🚀Show Semaphore Some Love ❤️⭐ Star us on GitHub: https://github.com/semaphoreio/semaphore🚀 Join us on discord: https://discord.com/invite/FBuUrV24NH⬆️ Upvote on Product Hunt: https://www.producthunt.com/products/semaphore-open-source-ci-cdLet’s make open-source CI/CD even better—together! ✨ This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 5m 38s | ||||||
| 9/23/25 | ![]() Sarah Novotny on Open Source, AI Governance, and Building Trust in Tech | In this episode, Darko welcomes Sarah Novotny, a technology leader with 25+ years of experience. From shaping Kubernetes governance at Google to her current work on AI security with the Coalition for Secure AI, Sarah brings deep insight into how open source and governance shape the future of tech.Like this episode? Be sure to leave a ⭐️⭐️⭐️⭐️⭐️ review on the podcast player of your choice and share it with your friends.🎙️ This podcast is powered by Semaphore! 🚀Show Semaphore Some Love ❤️⭐ Star us on GitHub: https://github.com/semaphoreio/semaphore🚀 Join us on discord: https://discord.com/invite/FBuUrV24NH⬆️ Upvote on Product Hunt: https://www.producthunt.com/products/semaphore-open-source-ci-cdLet’s make open-source CI/CD even better—together! ✨ This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 26m 22s | ||||||
| 9/9/25 | ![]() Technical Tips: Open Source ChatGPT Explained | In this episode of Technical Tips, we break down GPT-OSS — OpenAI’s open-source LLMs you can run anywhere. From local setup to cloud hosting, fine-tuning, and performance tips — here’s everything you need to get started with GPT-OSS.Like this episode? Be sure to leave a ⭐️⭐️⭐️⭐️⭐️ review on the podcast player of your choice and share it with your friends.🎙️ This podcast is powered by Semaphore! 🚀Show Semaphore Some Love ❤️⭐ Star us on GitHub: https://github.com/semaphoreio/semaphore🚀 Join us on discord: https://discord.com/invite/FBuUrV24NH⬆️ Upvote on Product Hunt: https://www.producthunt.com/products/semaphore-open-source-ci-cdLet’s make open-source CI/CD even better—together! ✨ This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 8m 49s | ||||||
| 8/29/25 | ![]() Mathias Buus Madsen on Building Apps Without AWS Using Peer-to-Peer and Pear Runtime | In this episode, Darko welcomes Mathias Buus Madsen, CEO of Holepunch and creator of Pear Runtime. Mathias shares how peer-to-peer tech and modular architecture let developers build apps without AWS or cloud lock-in.Like this episode? Be sure to leave a ⭐️⭐️⭐️⭐️⭐️ review on the podcast player of your choice and share it with your friends.🎙️ This podcast is powered by Semaphore! 🚀Show Semaphore Some Love ❤️⭐ Star us on GitHub: https://github.com/semaphoreio/semaphore🚀 Join us on discord: https://discord.com/invite/FBuUrV24NH⬆️ Upvote on Product Hunt: https://www.producthunt.com/products/semaphore-open-source-ci-cdLet’s make open-source CI/CD even better—together! ✨ This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 25m 58s | ||||||
| 7/29/25 | ![]() Technical Tips: Ephemeral Environments for Testing Open Source Projects | In today’s episode of Technical Tips, Semaphore engineer Veljko Maksimovic shares how we’re using ephemeral environments to test open-source projects across multiple clouds. From spinning up short-lived environments with Infrastructure as Code to running cross-cloud acceptance tests — hear how we’re improving test coverage, speeding up feedback loops, and reducing cloud waste.Like this episode? Be sure to leave a ⭐️⭐️⭐️⭐️⭐️ review on the podcast player of your choice and share it with your friends.🎙️ This podcast is powered by Semaphore! 🚀Show Semaphore Some Love ❤️⭐ Star us on GitHub: https://github.com/semaphoreio/semaphore🚀 Join us on discord: https://discord.com/invite/FBuUrV24NH⬆️ Upvote on Product Hunt: https://www.producthunt.com/products/semaphore-open-source-ci-cdLet’s make open-source CI/CD even better—together! ✨ This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 20m 35s | ||||||
| 7/15/25 | ![]() Sara Vieira on Game Boys, JavaScript, and Community | In this episode of Semaphore Uncut, we chat with Sara Vieira—developer, speaker, and hardware hacker—about her unconventional path into tech, the communities that shaped her, and why she’s diving into Game Boys and 3D printing while everyone else is chasing AI.Like this episode? Be sure to leave a ⭐️⭐️⭐️⭐️⭐️ review on the podcast player of your choice and share it with your friends.🎙️ This podcast is powered by Semaphore! 🚀Show Semaphore Some Love ❤️⭐ Star us on GitHub: https://github.com/semaphoreio/semaphore🚀 Join us on discord: https://discord.com/invite/FBuUrV24NH⬆️ Upvote on Product Hunt: https://www.producthunt.com/products/semaphore-open-source-ci-cdLet’s make open-source CI/CD even better—together! ✨ This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 22m 39s | ||||||
| 7/2/25 | ![]() Technical Tips: One API to Rule Them All - Building a Cohesive API for Semaphore | In this episode of Technical Tips, Semaphore engineer Amir Hasanbašić shares how we’re rebuilding our API from the ground up. From a fragmented system to a unified interface — hear how we tackled legacy challenges, redesigned for scale, and what we learned along the way.If you're into API architecture or scaling big systems, this one’s for you.Like this episode? Be sure to leave a ⭐️⭐️⭐️⭐️⭐️ review on the podcast player of your choice and share it with your friends.🎙️ This podcast is powered by Semaphore! 🚀Show Semaphore Some Love ❤️⭐ Star us on GitHub: https://github.com/semaphoreio/semaphore🚀 Join us on discord: https://discord.com/invite/FBuUrV24NH⬆️ Upvote on Product Hunt: https://www.producthunt.com/products/semaphore-open-source-ci-cdLet’s make open-source CI/CD even better—together! ✨ This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit semaphoreio.substack.com | 13m 51s | ||||||
Showing 25 of 160
Pitch Fit is a Pro feature
See how bookable this show is for guests, which brands already advertise, the per-episode ad value, and the best-fit guest and sponsor profile. The numbers are blurred on the free plan.
How readily this show books outside guests like you.
How proven this show is for host-read sponsorships.
For Guests
ProFor Advertisers
ProUpgrade to Pro to unlock guest cadence, sponsor categories, fit scores, and per-episode ad value for this show.

























