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

6-9-25 - Quarkus Insights - Java & AI: A Real W...

6-9-25 - Quarkus Insights - Java & AI: A Real World Use Case

Is the AI hype is worth it? Join Eric Deandrea as he talks about a project he's been working on. He'll go through the problem, the solution, and also some non-functional requirements and constraints that led him to the eventual solution.

https://www.youtube.com/live/12ZhNwgHAyU

Avatar for Eric Deandrea

Eric Deandrea

June 09, 2025
Tweet

Resources

More Decks by Eric Deandrea

Other Decks in Technology

Transcript

  1. @edeandrea Java & AI A real world use case Eric

    Deandrea, Red Hat Java Champion | Senior Principal Developer Advocate
  2. @edeandrea Read images from filesystem Describe image Create .docx doc

    on filesystem Store .docx doc Add global view sharing perm & get URL Generate QR code Store QR codes on filesystem Add to manifest Store manifest as .xlsx
  3. @edeandrea Model Context Protocol (MCP) Instead of exposing tools from

    your code, discover and use remote services https://modelcontextprotocol.io
  4. @edeandrea Read images from filesystem Describe image Create .docx doc

    on filesystem Store .docx doc Add global view sharing perm & get URL Generate QR code Store QR codes on filesystem Add to manifest Store manifest as .xlsx
  5. @edeandrea Read images from filesystem Describe image Create .docx doc

    on filesystem Store .docx doc Add global view sharing perm & get URL Generate QR code Store QR codes on filesystem Add to manifest Store manifest as .xlsx https://github.com/edeandrea/salem-historical-society-image-classifier
  6. @edeandrea • MCP is like the wild west • The

    model matters • Faster time to market without AI? • Testing is hard Lessons learned (or in process of learning)