Breaktime Tech Talks

Breaktime Tech Talks

A bite-sized tech podcast for busy developers where we’ll briefly cover technical topics, new snippets, and more in short time blocks. Your host, Jennifer Reif, is an avid developer and problem-solver with special interest in data, learning, and all things technology.

Episodes

February 27, 2026 11 mins

Jennifer shares highlights from a week full of spontaneity and preparation.

Highlights:

  • The Bootiful Podcast (Coffee + Software) with Josh Long
  • Impromptu livestream with Josh on building a Spring + Neo4j application with just 10 minutes prep
  • Participated in an X Space panel on the rise of agentic AI with experts from AWS, Nvidia, and Brokk
  • Final preparations for two Devnexus sessions and other activities
  • The reality of setting...
Mark as Played

In this episode, hear my reflections on eight years as a Developer Advocate at Neo4j - learning in public, teaching before feeling “ready”, and navigating the constant balance between deep technical work and community engagement. Get updates on what I'm currently focused on: upcoming events, writing a more complex chapter of the Java book, sharpening Cypher skills, and exploring an article that challenges the default use of Object ...

Mark as Played

Fresh back from Jfokus in Stockholm! This week, I'm sharing highlights from the conference and diving into advanced Cypher techniques that make graph databases shine.

Highlights:

  • Jfokus 2025 recap: Viking themes, inspiring community, and lots of content
  • Book writing updates and upcoming March events
    • Combination of outlining and writing in my process
    • Joint session prep is stretching my application development skills
  • ...
Mark as Played

Hear about my hard-won lessons from loading a large-scale book dataset into Neo4j with Ollama embeddings, plus a preview of exciting new vector search features.

Highlights:

Data Loading Battle Stories

  • Fixing Ollama OpenAI endpoint issues (drop the /v1 suffix!)
  • Choosing embedding models with adequate context windows (nomic-embed-text: 8,192 tokens)
  • Optimizing batch sizes and memory configuration
  • Using EXPLAIN to identify and el...
Mark as Played

This week has been a whirlwind. From starting a new RAG project to getting involved in other community events, there is so much to learn and do. This week had the following highlights:

🎤 Glasgow Meetup Adventures Navigating venue challenges, DJ booth speaking setups, and live coding without a mic stand—lessons in developer advocacy resilience.

🔍 RAG Experimentation Working with Quarkus to ingest unstructured da...

Mark as Played

Welcome back to Breaktime Tech Talks for 2026! In this episode, dive into the technical challenges I faced with GenAI procedure migrations, and the workarounds needed for Ollama embeddings. Then, explore the evolving landscape in the age of AI, including new terms like AEO (Answer Engine Optimization) that are changing how we think about discoverability.

Highlights:
  • Neo4j Vector Migration: Understanding the shift from list-bas...
Mark as Played

Welcome to Breaktime Tech Talks! In this episode, get my latest breakthroughs and insights with Quarkus and Langchain4j, a new vector data type in Neo4j, and details on other projects and events I'm working on.

Highlights:

  • MCP Integration Success. Integrating MCP with Quarkus and Langchain4j (Github project). I overcame dependency issues and implemented custom wrapper methods for RAG tools.

  • Advancing Semantic Search. Dive i...

Mark as Played

In this episode, hear my latest adventures in the world of Java development, focusing on integrating Langchain4j with Quarkus, tackling dependency management, and exploring the evolving landscape of generative AI in production systems. Plus, I highlight upcoming community events and must-watch videos for developers.

Highlights:

  • Langchain4j + Quarkus: Read-Only Database Success & Dependency Challenges - progress on a read-o...
Mark as Played

For the first time ever, Jennifer welcomes a guest to the show! William Lyon gives us a deep dive into the evolving world of AI agents, knowledge graphs, and the concept of memory in artificial intelligence.

Episode highlights:

  • William’s career journey: from Neo4j to startups and back again
  • The role of knowledge graphs in agentic memory and reasoning
  • Types of memory in AI agents: episodic, procedural, and more
  • How knowledge gr...
Mark as Played

Welcome to Breaktime Tech Talks! In this episode, dive into the latest updates and challenges in the world of developer tools, AI, and graph databases. 

Episode Highlights:

  • Overcoming technical hurdles with Langchain4j and Neo4j, including the new support for read-only Neo4j databases in vector indexing (Github feature pull request).
  • Navigating versioning headaches and framework differences between Spring AI and Quarkus for AI...
Mark as Played

In this episode:

  • Recap of NODES 2025 and standout sessions
    • How AI and music graphs are shaping new tech (featuring Luanne Misquitta’s talk)
    • Exploring RushDB: open source tools for graph data
  • Developer advocacy in the classroom: inspiring the next generation
  • Updates on Spring AI, Langchain4j, and upcoming workshops
  • Blog post on new Aura Fundamentals course
  • Solving tough graph problems with Cypher 25
Mark as Played

In this episode of Breaktime Tech Talks, dive into the real-world challenges and discoveries from my recent work with Langchain4j, Quarkus, and Neo4j. If you’re a developer navigating the evolving landscape of AI, vector search, and graph databases, this episode is packed with practical insights and lessons learned.

Highlights:

Mark as Played

In this episode of Breaktime Tech Talks, I share an inside look into developer advocacy, discuss the highs and lows of the role, and review new features in the Cypher query language.

Highlights:

  • 🔎What it’s really like to be a developer advocate: the good, the bad, and the “meh”
  • 🧗🏼‍♀️Common challenges: overwhelm, travel fatigue, balancing diverse responsibilities, and learning to say “no”
  • 🏢Why developer advocacy is often a ...
Mark as Played

In this episode of Breaktime Tech Talks, we focus on frameworks, libraries, and integrations that streamline workflows and enable more powerful applications.

Key Technical Topics Covered:

Mark as Played

Explore the latest challenge with Neo4j vector indexes, demystify Model Context Protocol (MCP), and hear insights on vibe coding and Retrieval-Augmented Generation (RAG).

What's Inside:

  • Confusion around Neo4j vector indexes - models and dimensions
  • Why knowing the embedding model matters for vector similarity search
  • The limitations of current Neo4j vector index metadata
  • What is Model Context Protocol (MCP) and why it matters fo...
Mark as Played

Hear my latest hands-on experiences and lessons learned from the world of AI, graph databases, and developer tooling.

What’s Inside:

  • The difference between sparse and dense vectors, and how Neo4j handles them in real-world scenarios.
  • First impressions and practical tips on integrating Spring AI MCP with Neo4j’s MCP servers—including what worked, what didn’t, and how to piece together documentation from multiple sources.
  • Workin...
Mark as Played
In this episode of Breaktime Tech Talks, I delve into my recent experiences with Model Context Protocol (MCP) and Large Language Models, specifically Claude. First, I share my experiment using an LLM to clean up flat files. Then, my journey with MCP began integrating a Neo4j MCP server with Claude, highlighting the practical benefits and challenges faced with an anecdote on one particular incident where the LLM blended facts. It's...
Mark as Played
In this episode of Breaktime Tech Talks, I share insights from my recent work, including a successful GraphRAG workshop and breakthroughs in utilizing Spring AI advisors for vector search and generative AI - check out code in my Github repository for QuestionAnswerAdvisor branch and custom advisors branch. I discuss my methods for integrating default and custom advisors, including coding details and implementation challenges. I als...
Mark as Played
In this episode, I delve into the world of agents, discussing my experience with Spring AI tool calling. I share my approach to vector search and graph retrieval tools, address JSON deserialization, and avoid manual boilerplate - the code of which is all available in a Github repository branch. Plus, 1.0 updates to the main branch of the repository using traditional/manual GraphRAG. I wrap up with a recent content piece by Christo...
Mark as Played

It's the 50th episode of Breaktime Tech Talks! And to celebrate, I launched a podcast feedback form for you, my listeners.

In this 50th episode, follow my latest explorations into Spring AI and GraphRAG. I delve into my attempts to streamline the manual GraphRAG process using Spring AI advisors and tools, sharing the challenges I'm facing, specifically with context parsing from one advisor to the next. I also update the Spring AI s...

Mark as Played

Popular Podcasts

    If you've ever wanted to know about champagne, satanism, the Stonewall Uprising, chaos theory, LSD, El Nino, true crime and Rosa Parks, then look no further. Josh and Chuck have you covered.

    The Joe Rogan Experience

    The official podcast of comedian Joe Rogan.

    Betrayal Season 5

    Saskia Inwood woke up one morning, knowing her life would never be the same. The night before, she learned the unimaginable – that the husband she knew in the light of day was a different person after dark. This season unpacks Saskia’s discovery of her husband’s secret life and her fight to bring him to justice. Along the way, we expose a crime that is just coming to light. This is also a story about the myth of the “perfect victim:” who gets believed, who gets doubted, and why. We follow Saskia as she works to reclaim her body, her voice, and her life. If you would like to reach out to the Betrayal Team, email us at betrayalpod@gmail.com. Follow us on Instagram @betrayalpod and @glasspodcasts. Please join our Substack for additional exclusive content, curated book recommendations, and community discussions. Sign up FREE by clicking this link Beyond Betrayal Substack. Join our community dedicated to truth, resilience, and healing. Your voice matters! Be a part of our Betrayal journey on Substack.

    The Breakfast Club

    The World's Most Dangerous Morning Show, The Breakfast Club, With DJ Envy, Jess Hilarious, And Charlamagne Tha God!

    Dateline NBC

    Current and classic episodes, featuring compelling true-crime mysteries, powerful documentaries and in-depth investigations. Follow now to get the latest episodes of Dateline NBC completely free, or subscribe to Dateline Premium for ad-free listening and exclusive bonus content: DatelinePremium.com

Advertise With Us
Music, radio and podcasts, all free. Listen online or download the iHeart App.

Connect

© 2026 iHeartMedia, Inc.