ClarisTalk AI

Matt Navarre & Cris Ippolite

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.

  1. 7 HR AGO

    That Day When My AI Agent Talked to Yours

    Cris Ippolite is in San Francisco at the live AI conference, joined by Ronnie Rios and Michael Wallace for an informal, practical conversation about personal AI agents. The discussion centers on what happens when developers move beyond demos and actually give agents real jobs: research, calendar planning, email, home automation, coding coordination, context management, and communication through tools like Slack. Ronnie describes his agent Sarah (She/Her/Bot) as a working personal assistant built around OpenClaw-style tooling. He talks about giving Sarah her own accounts and carefully scoped access, using her for tasks he does not want to do manually, and even having her evaluate other Claw-style frameworks against the way he actually works. Michael describes Nova, his Linux-based assistant, and explains why he treats her as a manager rather than a direct coder. Nova delegates coding work to sub-agents or executors, while Michael keeps visibility into those sessions through tmux. A major theme is that these systems become more useful when they are treated less like chatbots and more like coworkers with boundaries. The group talks about the importance of separate accounts, explicit permission rules, cost management, and choosing the right model for the right job. High-end models may make sense for direct conversation, while cheaper or local models can handle background jobs, heartbeats, and routine tasks. One of the most memorable stories is the moment when Ronnie’s agent Sarah helps Cris’s agent TARS get set up with email. TARS receives a message from Sarah, verifies whether it is legitimate, asks for approval, and then starts corresponding with her. The story is funny, but it also illustrates a serious point: agents will increasingly need identity, communication channels, verification, auditability, and clear rules about what they can do on behalf of their humans.

    30 min
  2. 5 DAYS AGO

    Are Developers Becoming AI Managers?

    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.

    28 min
  3. Ian Jempson – New tool: Transcribr for FileMaker.

    25 MAR

    Ian Jempson – New tool: Transcribr for FileMaker.

    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.

    1hr 22min
  4. Something Big Is Happening...

    18 FEB

    Something Big Is Happening...

    Something is shifting in software. We’re not in a moment of collapse. We’re in a moment of re-architecture. Agents, persistent memory, autonomous workflows, database acceleration, and AI-native software creation are all converging at once. This episode connects those signals — from legacy database platforms potentially getting a new engine, to developers building production-grade software in hours, to AI agents that don’t just respond but operate. The tools are changing. The leverage is changing. The interface is changing. Something big is happening. This episode explores the signals suggesting we’re not just seeing incremental AI progress — we’re witnessing a structural change in how software is built, operated, and experienced. A Big Signal for the FileMaker World? We discuss recent news that could have major implications for the FileMaker ecosystem. Apple’s parent company made an acquisition that may signal faster, more flexible databases coming to FileMaker or iWork. If true, this could represent one of the most meaningful infrastructure shifts for that world in years. Cris has the scoop. Article discussed: https://appleinsider.com/articles/26/02/11/faster-more-flexible-databases-could-be-coming-to-filemaker-or-iwork How Software Is Being Built Now A recent viral post sparked conversation across the tech world about how software creation is changing. The idea: the way software engineering works today is fundamentally different than even a week ago. Cris shares how he built https://www.isolutionsai.com in just three hours using modern AI workflows. Not hype. Not “replace engineers.” But a real shift in leverage. Viral post discussed: https://x.com/mattshumer_/status/2021256989876109403?s=20 OpenClaw, Agents & the Next Interface Layer We break down what OpenClaw is, why it exploded, and what it signals about where AI is headed. Not just chat. Not just prompts. But persistent, always-on AI operators. In this segment, we cover: What OpenClaw actually does Why the Ralph Wiggum loop mattered How persistence, cron jobs, and memory change everything What happened when we ran it ourselves What a potential OpenAI acquisition could mean This isn’t doom. It’s design evolution. Links discussed: OpenClaw: https://github.com/openclaw/openclaw Ralph Wiggum repo: https://awesomeclaude.ai/ralph-wiggum Connect with Cris https://www.isolutionsai.com Follow Matt https://www.navarre.training Cris' Stack Convex: https://convex.dev/referral/CRISB43294 Reactive backend database that keeps app state synced in real time without managing servers. Clerk: https://clerk.com Authentication and user management for modern apps including sign-in, sessions, and roles. Context7: https://context7.com Context retrieval that helps developers understand and navigate codebases faster. Vercel: https://vercel.com Frontend deployment platform optimized for fast, scalable web applications. Resend: https://resend.com Developer-focused email API for sending transactional and product emails. Supabase: https://supabase.com Open-source backend platform providing Postgres, authentication, storage, and APIs. Railway: https://railway.com Cloud platform that simplifies deploying and managing backend services and databases.iSolutionsAIiSolutionsAI — Your Partner in the New Frontiers of AICustom AI solutions, machine learning models, and intelligent assistants.X (formerly Twitter)Matt Shumer (@mattshumer_) on XSomething Big Is Happeninghttps://x.com/mattshumer_/status/2021256989876109403?s=20Awesome ClaudeRalph Wiggum - Iterative AI Development LoopOfficial Anthropic plugin for iterative AI coding. Ship 6 repos overnight. $50k contract for $297 in API costs.

    1hr 2min
  5. 10 FEB

    Fear, Trust, and the Playbook for Successful AI Deployments

    In this episode, Cris Ippolite sits down with Kate Waldhauser, Founder of Violet Beacon, to unpack why so many enterprise AI efforts stall—and what it actually takes to make them work. Together they examine how fear-driven headlines and surface-level interpretations have distorted the AI conversation, from reactions to Salesforce’s generative AI strategy to the widely cited MIT “GenAI Divide” research. Rather than debating whether AI is good or bad, the conversation focuses on execution discipline: designing pilots for production, embedding AI into real workflows, defining acceptance criteria instead of chasing perfection, and treating AI as an organizational transformation rather than a technical experiment. The episode closes with a practical playbook for leaders who want measurable ROI from AI in 2026—grounded in trust, accountability, and strong data foundations. Companion Reading How Serious Companies Are Turning AI Into Measurable Business Advantage — Cris Ippolite https://isolutions.medium.com/how-serious-companies-are-turning-ai-into-measurable-business-advantage-216b2d8fb743 A deeper written exploration of the themes discussed in this episode, expanding on execution discipline, pilot design, integration, ROI measurement, and why data-first organizations consistently outperform. Resources Mentioned (Listed in order of first mention in the episode; timestamps indicate when first referenced.) 1. The Algorithm of Fear: Unpacking Prejudice Against AI https://digitalcommons.lindenwood.edu/cgi/viewcontent.cgi?article=1709&context=faculty-research-papers Referenced ~03:03. 2. The Rise of Artificial Intelligence Phobia (ResearchGate) https://www.researchgate.net/publication/393689899_The_Rise_of_Artificial_Intelligence_Phobia_Unveiling_News-Driven_Spread_of_AI_Fear_Sentiment_using_ML_NLP_and_LLMs Referenced ~03:03. 3. Signal vs. Hype — Custom GPT Tool (Violet Beacon) https://chatgpt.com/g/g-697049186b388191824ee9f0d6677212-signal-vs-hype-by-violet-beacon Referenced ~08:47. 4. Salesforce Executives Say Trust in Generative AI Has Declined (The Information) https://www.theinformation.com/articles/salesforce-executives-say-trust-generative-ai-declined Referenced ~12:06. 5. William Phelps Eno (Creator of the Stop Sign) https://en.wikipedia.org/wiki/William_Phelps_Eno Referenced ~41:53. 6. Superagency: What Could Possibly Go Right with Our AI Future — Reid Hoffman https://amzn.to/4r3JMWH Referenced ~50:19. 7. NIST AI Risk Management Framework (AI RMF) Playbook https://airc.nist.gov/airmf-resources/playbook/ Referenced ~56:02. 8. ISO/IEC 42001:2023 — Artificial Intelligence Management Systems https://www.iso.org/standard/42001 Referenced ~56:02. 9. State of AI in Business 2025 Report (MIT / Project NANDA) https://mlq.ai/media/quarterly_decks/v0.1_State_of_AI_in_Business_2025_Report.pdf Referenced ~59:37. 10. Tata Consultancy Services — AI for Business Study https://www.tcs.com/content/dam/global-tcs/en/pdfs/insights/global-studies/report/north-america-report-tcs-ai-for-business-study.pdf Referenced ~1:19:22. Contact Information Guest Kate Waldhauser Founder & Chief Strategist Violet Beacon Elevating productivity through responsible AI and automation designed to save time. • Website: https://violetbeacon.com/ • Human Intelligence blog: https://violetbeacon.com/welcome-to-human-intelligence/ Host Cris Ippolite • YouTube: https://www.youtube.com/@iSolutionsAI • LinkedIn: https://www.linkedin.com/in/crisippolite/ • Twitter/X: https://twitter.com/ISolutionsai • Website: https://www.isolutionsai.com

    1hr 30min

About

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.

You Might Also Like