PodcastsTechnologyClarisTalk AI

ClarisTalk AI

Matt Navarre & Cris Ippolite
ClarisTalk AI
Latest episode

44 episodes

  • ClarisTalk AI

    Are Developers Becoming AI Managers?

    17/05/2026 | 27 mins.
    Cris Ippolite is in San Francisco for AI Dev Day 2026, joined by Chris Moyer, Vince Menanno, Marcus Swift, and Kate Waldhauser for a live conference debrief. The conversation captures the mood coming out of the event: software development is changing fast, but the group is not buying a simple “developers are dead” story. Instead, they talk through a more nuanced shift where developers increasingly become managers, editors, architects, and reviewers of AI-generated work.

    “Developer as manager” – is this a destination or just an awkward transitional phase? The panel compares today’s AI tooling to an early car: clearly transformative, but still missing some of the infrastructure, safety, polish, and shared expectations that would make it feel mature. That framing keeps the conversation grounded. Everyone can see the direction of travel, but the day-to-day reality is still early, uneven, and full of judgment calls.

        The discussion also keeps returning to what FileMaker developers already understand well: data structure, full-stack thinking, business logic, interface design, and the ability to see how information moves through a system. Those skills become more valuable, not less, when AI can generate code or suggest architectures. The group talks about learning by taking apart AI-generated work, much like earlier developers learned by dissecting HyperCard stacks or FileMaker examples.

        The conference itself seems optimistic about the future of software engineering, with panelists rating the outlook high rather than doom-filled. But the conversation does not ignore real concerns. The group talks about local models, hybrid cloud/edge architectures, latency, trust, cost, and the need for deterministic infrastructure around probabilistic models. “Responsible AI” is treated less as a special category and more as something that should become table stakes.

    The takeaway is not that AI replaces the developer, but that it changes the developer’s leverage. (and then, eventually, I suppose, AI takes over the entire world)
    The people who understand systems, data, users, and business processes are still needed; the tools are just giving them a much larger, stranger, faster team to manage.
  • ClarisTalk AI

    Changes in the world of Value Pricing in the land of AI with Jonathan Stark

    05/05/2026 | 1h 3 mins.
    Apologies for my audio!! Somehow, Zoom lost the setting and nice quality Mic was off, and the awful mic in my monitor took over, so there is a ton of room noise.  Jonathan sounds great though. 

    --

    Jonathan Stark is an author and expert that helps developers (and others) think about pricing projects and helping clients differently than the usual hourly billing approach. Now that AI tools like Claude Opus 4.7 and OpenAI Codex allow app creation in tools other than FileMaker at vastly increased rates of speed, what does it mean for FileMaker developers who work with clients?

    https://jonathanstark.com
  • ClarisTalk AI

    Dimitris Kokoutsidis announces ai2fm.com - a new way to write FileMaker scripts in an IDE.

    23/04/2026 | 1h 7 mins.
    Matt and Dimitris talk about a new tool for the community that allows coding FileMaker scripts in an IDE. It's a totally different dev environment, and also completely familiar.
  • ClarisTalk AI

    Stathis Askaridis shows AI Built front-end with FileMaker on back

    05/04/2026 | 1h 9 mins.
    Matt talks with Stathis Askaridis (We Know Data and Pineapple.gr) about his method of developing with FileMaker. Stathis shows examples of this workflow, which is a very simple FileMaker database with just a few scripts, NO RELATIONSHIPS, and a layout with a WebViewer. All the dev is done/assisted by Claude Code, Codex, etc. which delivers HTML / CSS / JavaScript. 

    Data edits? Easily done with FileMaker card windows, or also in JavaScript.

    But this isn't the cool part (well, it's kind of cool) It's the logging and bug tracking that are amazing. Stathis uses a tool that captures the user session and actually contains more metadata by far than the FileMaker database. This allows him and his team to see exactly what a user did when the bug (like writing data to a locked or invalid field, or any error at the UI or data level).

    What impressed most is that the possibility exists for this bug to be routed to a tool that analyzes the layout, the data, the bug experienced, and actually fixes it! This is perhaps then deployed to the dev server and tested by a meat puppet (that's how SciFi AI thinks of humans) can review and confirm before putting into production – also with automated tools.

    Stathis is an Otto evangelist, and rightly so. For any type of deployment that uses this level of sophistication, it's a must.
  • ClarisTalk AI

    Ian Jempson – New tool: Transcribr for FileMaker.

    25/03/2026 | 1h 21 mins.
    Ian Jempson demonstrates an immediately usefully AI tools for FileMaker developers that transcribes video and audio files.

    Maybe even bigger: Ian shows his workflow for not only writing script with complex code that can be pasted into Script Workspace (close to the Holy Grail here). Also he shows a way to prompt-into-existence entire database files with tables, layouts, scripts and relationships. Our world has changed!

    Key Tools & Resources
    1. Transcribr - Local AI Transcription Tool  (Price TBD)
    Download: transformingdigital.AI/transcriber
    100% local Mac application (Linux version in development)
    Single-file Swift executable - drag and drop installation
    Features: Real-time transcription, batch processing, folder watching
    Uses Whisper models (version 1.1 will add Nvidia Parakeet for 90x real-time speed)
    Multilingual support with speaker separation coming in v1.1
    Webhook functionality for automated notifications
    Returns structured JSON data to FileMaker via insert from URL

    2. Extractr – Document Data Extraction Tool (Preview)
    Extracts structured data from PDFs, Word, Excel, PowerPoint, and images
    Uses JSON schema to define output format
    100% local processing, similar flow to Transcribr

    3. AI-Assisted FileMaker Script Generation
    Uses Claude Code in terminal for script development
    Custom skills for handling FileMaker's XML script format
    Automated script creation from API specifications using FM upgrade tool
    Generates complete database schemas including tables, fields, relationships, and layouts
    Installation & Setup
    Claude Code Terminal Setup:
    brew install --cask claude-code
    or
    curl -fsSL [https://claw.ai/install.sh](https://claw.ai/install.sh) | sh
    MBS Plugin: Required for copying FileMaker script steps in pasteable XML format

    Key Techniques Demonstrated
    Using Claude skills to improve FileMaker insert from URL scripts
    Generating FileMaker databases from ERD diagrams
    Creating complete FileMaker patch schemas from Swagger documentation
    Automating error handling and code quality checks
    Using context windows and hooks in Claude Code
    System Requirements
    Recommended: Mac M1 or newer with 16GB+ RAM
    Large Whisper models may require more RAM than available on 8GB systems

    Links & Resources
    Transcriber Tool: transformingdigital.AI/transcriber
    FileMaker Upgrade Tool: Official Claris developer tool
    Saliant Patch Lab: GitHub repository for FileMaker patch format research
    Free AI Training Classes: Weekly Thursday sessions with Matt Navarre
    GitHub: Ian will share the fminsert from URL skill on GitHub
    Production Deployment Considerations
    Mac app runs locally on developer machines
    Linux version can run on servers for batch processing
    Webhook integration enables automated workflows
    Watch folder functionality for asynchronous processing

    Note: The above was AI generated.
More Technology podcasts
About ClarisTalk AI
FileMaker Pro meets AI. This is a continuing educational series about how and why to integrate AI into your Claris FileMaker Pro solutions. What it's all about, why it's important, and where do you start? We mix in plenty of FileMaker tips and tricks as well. FileMaker veterans Matt Navarre and Cris Ippolite have 432 years of combined development experience, and somehow still haven't learned much. But we are trying.Look for new episodes every two weeks.
Podcast website

Listen to ClarisTalk AI, Hard Fork 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