Powered by RND
PodcastsTechnologyThis New Way

This New Way

Fellow.ai
This New Way
Latest episode

Available Episodes

5 of 248
  • AI Supercharges Content Marketing & Workflow Automation with Ryan McCready
    In this episode, Aydin sits down with Ryan McCready, who went from hating AI to becoming one of the most creative AI-powered content builders on the internet. After getting laid off in mid-2025, Ryan realized that every job interview demanded AI fluency. So he went all-in, teaching himself Zapier, Lovable, Supabase, and advanced prompting to engineer a “Content Factory” that turns a webinar into blog posts, clips, and social content in minutes.He shares the mindset shift from “AI is plagiarism” to “AI is an input-output engine,” why content engineering is the future, what makes AI workflows actually work, and how breaking big tasks into many small steps is the secret to non-sloppy AI content.You’ll see how he built a 30-step Zapier workflow that analyzes a webinar transcript, extracts frameworks and insights, turns them into pitches, builds outlines, writes social posts, and even generates clip candidates for Descript. If you create content or run marketing—this one is a masterclass.Timestamps0:23.00 – Why he believed AI was a “plagiarism machine”2:04.00 – Getting laid off and realizing every employer wanted AI skills4:37.00 – The workflow that kickstarted his learning (LinkedIn voice extraction + employee advocacy shares)5:40.00 – Learning Lovable and Supabase by building real projects6:51.00 – Why “everyone is a builder now” because of AI tools7:52.00 – Introducing “Content Engineering” and why most marketers can’t do it9:03.00 – Example: turning a webinar into 10+ pieces of content10:58.00 – Why webinars usually die after they’re aired—and why that’s a waste11:43.00 – The “Webinar Content Flywheel” teaser16:30.00 – Why Ryan moved back from n8n to Zapier17:55.00 – Zapier vs. n8n: simplicity, stability, and architecture19:03.00 – “Start small”: a two-step Zap example20:09.00 – Interface demo: uploading a transcript and hitting “Go”21:22.00 – Why Zapier Interfaces make deployment easy22:40.00 – Step-by-step breakdown of the workflow24:06.00 – Example: webinar analysis output (themes, chapters, frameworks)27:02.00 – Creating three blog pitches from the transcript30:43.00 – Sending the pitches to Slack for review31:03.00 – Clip extraction workflow + Descript integration32:14.00 – How he uses Descript’s “Underlord” to auto-cut clips33:20.00 – Why this beats automated clip tools like Riverside for B2B35:02.00 – Social content workflow (framework angle, data angle, hot take, wildcard)37:12.00 – Why prompting manually is wasteful—build once, automate forever40:11.00 – “Big → small → big” framework: the secret to non-sloppy AI content41:21.00 – Google’s “AI content penalty” myth, according to Ryan42:47.00 – Why your input quality determines whether your AI output is good43:44.00 – What excites him most in the next 12 monthsTools & Technologies MentionedZapier: Automation platform used to chain 30+ steps together: analysis, pitch creation, clip extraction, social content, Notion updates, etc.AI by Zapier: Zapier’s built-in LLM module used for analysis, extraction, outline generation, and writing.n8n: Open-source workflow automation platform. Ryan tested it, but ultimately moved back to Zapier for stability and structure.Lovable: AI-enabled “vibe coding” tool that turns prompts into functional web apps.Supabase: A database + backend platform used for storing structured content data from builds.Descript (Underlord): Video editing tool with an AI agent that cuts clips based on transcript timecodes generated by the workflow.Notion: Used as the source of truth for storing transcripts, outlines, clip docs, and the full content tracker.Claude / ChatGPT: Used for second-pass expansion—turning outlines or social angles into fully polished blog posts and posts.Fellow.ai: AI meeting assistant—summarizes meetings, tracks decisions, and generates insights and performance summaries.Subscribe at⁠ thisnewway.com⁠ to get the step-by-step playbooks, tools, and workflows.
    --------  
    44:13
  • AI Replaces Paid SaaS Tools by Letting You Build Your Own | Scott Knowles - Co-founder of Mello
    In this episode of This New Way, Aydin chats with Scott Knowles, the co-founder of Mello, a digital process manager designed to automate human-centric workflows. Scott shares how he reentered software development after a six-year hiatus — not through online courses or bootcamps, but through ChatGPT. With AI as his co-pilot, he rebuilt his coding skills, created software from scratch, and automated complex systems like cold outreach engines and data pipelines — all for free or nearly free. The episode is a hands-on masterclass in learning, building, and automating with AI.Timestamps00:00 - Intro0:29 – 1:12 — Introduction: Scott’s background in computer engineering and management consulting2:00 – 4:18 — Founding and selling an OKR software company; early startup experience4:23 – 5:06 — What Mello is: a “digital process manager” that connects humans the way Zapier connects software5:36 – 7:00 — Returning to coding after six years thanks to ChatGPT7:42 – 8:15 — How ChatGPT helped him relearn code “like slang you forgot”9:03 – 10:13 — Learning new skills: how to ask the right questions as a beginner10:41 – 11:27 — Using ChatGPT to scope and plan projects instead of asking for instant results13:00 – 14:03 — The importance of high-level questioning before diving into code15:06 – 16:21 — When to stop and ask, “Is there a simpler way?” instead of getting lost in rabbit holes17:05 – 18:07 — The “three tries rule” for debugging with ChatGPT18:26 – 18:50 — Sometimes the fix is on Reddit: mixing AI and human answers22:01 – 27:21 — Demo: Scott’s TikTok “routine scraper” app built entirely with ChatGPT-generated code27:33 – 28:14 — How the scraper uses OCR, captions, and transcripts to build structured data28:58 – 30:06 — Using ChatGPT as a code generator — no manual coding required30:49 – 32:10 — Introduction to N8N: self-hosted automation for free cold outreach33:01 – 36:33 — Step-by-step breakdown of Scott’s automated email system using N8N and Google Sheets38:32 – 39:09 — Building high-quality prompts for personalized emails40:00 – 42:06 — How N8N automations replace tools like Clay and Smartlead42:33 – 43:09 — Watching the automation run in real time43:39 – 44:14 — Human-in-the-loop safety: drafts before sending46:02 – 47:05 — Scott on the future of AI and human collaboration47:17 – 48:31 — Aydin on “vibe coding” and how LLMs democratize software creation48:55 – 49:13 — Closing thoughts: start small, get quick wins, build momentumTools & Technologies MentionedChatGPT — Used as a real-time coding tutor and co-developer to build entire applications.Mello — Scott’s product; a digital process manager that automates human-to-human workflows.Zapier / N8N — Workflow automation tools; N8N is self-hostable and used in Scott’s cold outreach automation.Supabase — Open-source database used to store and serve data for the TikTok scraper app.Playwright — Browser automation library for scraping TikTok videos.VS Code + CodeX Plugin — Integrated code editing environment that connects directly to ChatGPT for automated coding.Fellow — AI meeting assistant that summarizes meetings, tracks action items, and integrates with other tools.OpenAI API — Powers many of the automation and text-cleaning features within Scott’s projects.Subscribe at⁠ thisnewway.com⁠ to get the step-by-step playbooks, tools, and workflows.
    --------  
    49:31
  • AI Powers 1500 Developers & Generates Movie Magic with Allan Isfan of Warner Bros
    In this episode, Aydin chats with Allan Isfan, Senior Director of Global Video Platform at Warner Bros Discovery, about how AI is reshaping creativity, software development, and large-scale enterprise culture. Allan explains how he drives AI literacy for 1,500+ employees, the power of internal demos and sandboxes, and gives a hands-on walkthrough of generative video tools like Gemini V3, Flow, and Sora. He also dives into AI video analysis, the Wizard of Oz project at The Sphere, and the future of creative storytelling powered by AI.🕒 Timestamps00:00 – Aydin welcomes Allan Ispan to the show.01:03 – Allan’s career path: Nortel → startups → venture capital → media tech.02:09 – Founding FaveQuest and My Event Apps, powering Ottawa’s festivals.02:53 – Moving to LA with UIV → acquired by WarnerMedia.03:38 – Current role: Senior Director, Global Video Platform for HBO Max, CNN, Discovery+.04:11 – How Warner Bros started its AI journey: three core pillars.04:55 – The vision: “Talk to the app” for content recommendations.05:26 – Scaling AI enablement for 1,500+ employees company-wide.06:13 – Making your company more AI-native without a Head of AI.07:00 – Step 1: Build AI literacy and create role-based learning paths.08:07 – Setting measurable goals: 80% literacy by year-end.08:46 – AI all-hands: excitement, humor, and internal FOMO.09:32 – Launching AI Friday Demos – monthly internal showcases.09:55 – Brown bag sessions for hands-on education (e.g. generative video).10:59 – Internal data querying: using AI on top of Jira and internal docs.11:41 – The origin of AI all-hands → now a recurring company event.12:53 – Experimental budgets, legal review, and security hurdles.14:07 – Creating AI sandboxes for safe experimentation.15:14 – Advice for smaller teams: give employees micro-budgets to experiment.16:54 – Generative video: “State of the art is moving bonkers fast.”17:41 – Demo 1: Google Gemini V3 — 8-second clips from text prompts.18:58 – Prompting tips: scripting short sequences for realism.23:42 – Voice options: when to use Eleven Labs for cloning.26:00 – Advanced camera moves and cinematic continuity.28:06 – “Anyone can be a director now.” Democratizing filmmaking.29:04 – Demo 2: Using Flow to connect multiple AI-generated scenes.33:04 – Cost and quality tradeoffs: fast vs. standard rendering.34:26 – Sora (OpenAI): create cameos and realistic social clips.35:41 – New business models: celebrity likeness + embedded sponsor branding.36:55 – Meta Ads: turning photos into videos for higher engagement.40:04 – Quickplay demo: searching long-form video content (“Smelly Cat” in Friends).42:54 – Live sports AI: tracking, play-by-play, and highlight automation.45:27 – The Wizard of Oz @ The Sphere (Las Vegas) – AI-enhanced 360° remake.47:39 – Allan’s 12-month outlook: expanding creative boundaries with AI.48:33 – Personal note: turning children’s books into AI-animated cartoons.🧰 Tools & Technologies MentionedChatGPT / Claude / Cursor / Windsurf – AI code assistants that boost developer productivity.Gemini V3 & Flow (Google) – Text-to-video generation and multi-scene creation.Sora (OpenAI) – Mobile app for AI cameo video generation.Eleven Labs – Industry-leading AI voice cloning.Quickplay – AI video intelligence and repurposing platform.Adobe Firefly – Generative design and image-to-animation tool.Riverside.fm – Podcast platform with AI-generated highlights.Fellow.ai – AI meeting assistant for notes, actions, and insights.Subscribe at⁠ thisnewway.com⁠ to get the step-by-step playbooks, tools, and workflows.
    --------  
    49:29
  • How to Build Vertical AI Businesses Fast with Ryan Carson, Builder in Residence at Sourcegraph
    Ryan Carson (ex-Treehouse, Intel; now Builder-in-Residence at Sourcegraph’s AMP) shares his origin story and a practical playbook for shipping software with AI agents. We cover why “tokens aren’t cheap,” how AMP made pro-level coding free via developer ads, a concrete workflow (PRD → atomic dev tasks → agent execution with self-tests), and why managers should spend time as ICs “managing AI.” We close with advice for raising AI-native kids and a perspective on this moment in tech (think integrated circuit–level shift).Timestamps00:00 – The beginning of intelligence: how LLMs changed Ryan’s view of computing00:23 – Apple IIe → Turbo Pascal → Computer Science: the maker bug bites03:20 – DropSend: early SaaS, Dropbox name clash, first acquisition04:30 – Treehouse: teaching coding without a CS degree; $20M raised, acquired in 202105:02 – The “bigger than a computer” moment: discovering LLMs06:15 – Joining Intel: learning GPUs and the scale of silicon (“my adult internship”)07:09 – Building an AI divorce assistant → joining AMP as Builder-in-Residence09:38 – AMP vs ChatGPT/Claude/Cursor: agentic coding with contextual developer ads11:09 – Token economics: why AI isn’t really cheap17:27 – Frontier vs Flash models (Sonnet 4.5 vs Gemini 2.5) — how costs scale21:31 – Private startup: vertical AI for specialized domains22:36 – The new wave of small, vertical AI businesses23:01 – Live demo: building a news app end-to-end with AMP28:18 – How to plan like a pro: write the PRD before you build30:02 – “Outsource the work, not your thinking.”32:28 – Turning PRDs into atomic tasks (1.0, 1.1…)35:50 – Competing in an AI world = planning well36:28 – Managers should schedule IC time to “manage AI”37:14 – Designing feedback loops so agents can test themselves39:47 – “AI lied to me”: why verifiable tests matter41:11 – Raising AI-native kids: build trust, context, and agency43:59 – “We’re living in the integrated circuit moment of intelligence.”Tools & Technologies MentionedAMP (Sourcegraph) – Agentic coding tool/IDE copilot that plans, edits, and ships code. Now offers a high-end, ad-supported free tier; ads are contextual for developers and don’t influence code outputs.Sourcegraph (Code Search) – Parent company; enterprise code intelligence/search.ChatGPT / Claude – General-purpose LLM assistants commonly used alongside coding agents.Cursor / Windsurf – AI-first code editors that integrate LLMs for completion and refactors.Bolt / Lovable – Text-to-app builders for rapid prototyping from prompts.WhisperFlow / SuperWhisper – Voice-to-text tools for fast prompting and dictation.Anthropic Sonnet 4.5 – Frontier-grade reasoning/coding model; powerful but pricier per token.Google Gemini 2.5 Flash – Fast, lower-cost model; “good enough” for many workloads.Auth0 (example) – Authentication-as-a-service mentioned as a contextual ad use case.GPUs / TPUs – Compute for training/inference; token cost drivers behind AI pricing.PRD + Atomic Tasks Workflow – Ryan’s method: record spec → generate PRD → expand to dot-notated tasks → let the agent implement.Self-testing Scripts – Ask agents to generate runnable tests/health checks and loop until passing to reduce back-and-forth and prevent “it passed” hallucinations.Family ChatGPT Accounts – Tip for raising AI-native kids; teach sourcing, context, and trust calibration.Subscribe at⁠ thisnewway.com⁠ to get the step-by-step playbooks, tools, and workflows.
    --------  
    45:33
  • How Designers Become Builders with AI with Filip Skrzesinski of Subframe
    Aydin sits down with Filip Skrzesinski, co-founder of Subframe, to unpack how AI and code-native design tools are collapsing the classic PM → design → engineering handoffs. Filip explains why “pictures to code” is an unfair ask of engineers, shows how Subframe lets teams design directly in the same material as production code, and demos building a Fellow feature—from screenshot → design system match → working prototype—without access to Fellow’s codebase. They close on what’s next: organizations training their own “house models” to reflect product taste, patterns, and constraints so more people across the company can truly build.Key takeawaysDesign in the same material as code: Subframe treats UI work as editable code, eliminating fidelity loss from design handoffs.Fewer stages, faster loops: PMs, designers, and engineers collaborate in one artifact; prototypes look and behave like the real app.AI as a trained teammate, not a slot machine: Teams will shape models with system prompts, snippets, and feedback—like mentoring a junior designer.Front-end ownership shifts: Designers can own front-end structure and components; engineers wire up backends and complex logic.Prototype to PRD: High-fidelity prototypes beat docs for alignment, user testing, and speed.Timestamps00:00 - Introduction 01:00 Fil's path: audio engineering → CS → design → startup co-founder03:48 Builders everywhere: from Dreamweaver → Webflow → Shopify → now “apps”04:01 What Subframe is: a design tool rooted in code05:48 Bridging LLMs (great at code) with visual design context08:09 The architect vs. printer analogy for product design12:23 Back to the show: “The new way” is collapsing steps and handoffs14:07 “Five-year” vision (sooner than you think): design → code with agents in the loop16:31 Training models on your org’s taste: like raising a puppy—examples & theory19:15 Today’s demo plan: build a Fellow feature in Subframe without codebase access21:04 Recreating Fellow’s UI: import colors/typography; screenshot → layout23:07 Don’t fight the AI: let it rough-in, then designers perfect in visual mode24:11 Why prototypes should look native (not “off-brand” sandboxes)26:07 Syncing components to codebases; where Subframe stops (front-end) and engineers continue (backend)28:33 Programmatic (deterministic) UI code & generative for visuals30:00 PMs in the tool: prompt to add a Share dialog with transcript and video context35:08 Exploring multiple design variations; mix-and-match patterns (“snippets”)37:57 From design to interactive prototype via annotations (“do this on click…”)45:22 First build runs: working Share flow; alert updates after sending47:02 Export code → Cursor/GitHub; hand off real components48:08 The next 12 months: more ideas shipped, more makers, less gatekeepingTools & technologies MentionedSubframe — Code-native design tool for building UI/UX; designs directly edit the underlying code; syncs components to your repo.Fellow.ai — AI meeting assistant with privacy controls; accurate summaries, actions, decisions; broad SaaS integrations.Cursor — AI-assisted code editor; good for continuing from exported Subframe code to production.GitHub — Repo hosting and collaboration for shipping the generated/edited UI code.AI code agents — Used by engineers to wire front-end to backend services and data.Squarespace / Webflow / Dreamweaver — Prior waves that democratized web creation; backdrop for today’s “apps layer.”Shopify — Example of no-code/low-code e-commerce; analogy for app building’s democratization.Lovable / Bolts / V0 — AI code/prototyping tools referenced as peers for generating working app scaffolds.Slack / Asana / HubSpot / Salesforce / Linear / Jira / Confluence — Systems Fellow integrates with to push notes, actions, and records.Subscribe at⁠ thisnewway.com⁠ to get the step-by-step playbooks, tools, and workflows.
    --------  
    50:09

More Technology podcasts

About This New Way

This New Way (formerly Supermanagers) is a show hosted by Aydin Mirzaee (CEO of Fellow–#1 AI Meeting Assistant) about how real companies are using AI at work. No theory, no fluff — just straight talk with leaders who are testing, implementing, and learning as they go. What you’ll get: How leaders are integrating AI into their teams and processes Honest takes on what’s working, what’s not, and what’s changing Live AI tool demos 👉 Want episode summaries, AI workflow templates, and quick tips from guests? Subscribe to the newsletter: https://thisnewway.com/
Podcast website

Listen to This New Way, The Last Invention and many other podcasts from around the world with the radio.net app

Get the free radio.net app

  • Stations and podcasts to bookmark
  • Stream via Wi-Fi or Bluetooth
  • Supports Carplay & Android Auto
  • Many other app features
Social
v7.23.13 | © 2007-2025 radio.de GmbH
Generated: 11/20/2025 - 6:05:27 PM