Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Data strategy and engineering for agentic workf...

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for Ray Grieselhuber Ray Grieselhuber PRO
September 16, 2026
69

Data strategy and engineering for agentic workflows

Avatar for Ray Grieselhuber

Ray Grieselhuber PRO

September 16, 2026

More Decks by Ray Grieselhuber

Transcript

  1. Side note: “X is dead” is a phrase taught to

    startup founders to aid in fundraising
  2. A basic vibe coding to AI-driven engineering workflow Start in

    Claude.ai / ChatGPT, etc. Create repo Vanilla prototype Claude.ai / ChatGPT to build md context Move to local filesystem init Enforce testing policy Configure deployment environment Automate deployments Deploy regularly
  3. Have the web agent (Claude.ai, ChatGPT) build a simple working

    version in your target framework (Rails, Next.js, etc.)
  4. Once you have a working version that the stakeholders like,

    have your web agent build a full product spec with context
  5. Go in to planning mode, plan the roadmap. M0 should

    be the simplest possible version (“Hello world”)
  6. Place product spec and other docs in /docs Place prototype

    files in /prototype Set rules in context files to ensure these never make it to public viewing
  7. The key is to get the simplest version possible live

    in the production environment ASAP
  8. Things we don’t have time to cover today: Database selection

    Host selection Cloud vs. metal Object storage Logging Security & Audits Team Collaboration Context file management APIs, MCPs, and security for these And more…