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.
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
4 days ago
4 days ago
14 min
I'm back after some time off and excited to catch you up on everything that's been happening. This week, hear updates on the Java book, some upcoming fall events, and dive into two articles that challenge how we think about AI in development and architecture.
The Java book is in its final chapters. It now incorporates Claude, planning mode, and a capstone project so developers walk away with something personal and useful
Feeling out of touch with the industry's pace? Me too! Balancing competing priorities is a real challenge
Fall events ahead: Java User Group tours (East Coast in September, Southeast in November), plus new guest episodes and 2027 conference abstracts
Article 1: "You Need AI That Reduces Maintenance Costs" by James Shore. AI boosts front-end productivity, but what about long-term maintenance costs?
Maybe we should "shift right" just a bit — plan for your future self, not just immediate output
Article 2: "AI versus Microservices" by Michael T. Nygard. AI tools speed up development but cause merge conflicts, governance gaps, and ownership sprawl
The monolith vs. microservices debate extends beyond tech. Streaming services and cloud backups follow the same pendulum
More data points lead to better architecture decisions, whether in AI processes or everyday life
Thanks for listening, and happy coding!
4 days ago
14 min
Aug 14, 2026
Aug 14, 2026
20 min
In this episode, I sit down with John Willis, author of The DevOps Handbook and Rebels of Reason. We discuss how lessons from John's five decades of technology shifts apply to organizations the AI era.
Highlights:
The "fluorescence" of AI: why the hype is blinding and what we keep forgetting
Patterns from Linux, cloud, and DevOps that repeat with every tech shift
Ideation hackathons: a structured approach to organizational AI adoption
Data provenance risks and why throwing tools at non-technical teams is dangerous
Buy vs. build: open weight vs. public models and the hybrid approach
"Code is the new assembler": will developers still write code?
AI model drift: what happens when a model upgrade breaks your application
Agentic AI, kill switches, and the efficiency-thoroughness trade-off
Links and Resources:
John's AI CIO newsletter
John's Amazon Author Portal
John on LinkedIn
Aug 14, 2026
20 min
Jul 24, 2026
Jul 24, 2026
12 min
This week, hear the latest updates on writing the Java book and prepping meetup tours, as well as a thought-provoking article on developer cognition in the age of AI.
Deep dive into lambdas: concise, one-line rules for sorting, filtering, and transforming data
Streams explained: pipelines that apply lambda rules across collections of items
Lambdas + streams as examples of declarative programming vs. imperative for-loops
Writing progress update: caught up after a slow start framing the new chapter
Virtual meetup event! Happening next week for the Miami Java User Group. Join us!
Discussion of an article on cognitive offloading vs. cognitive surrender with AI tools (Cognitive Surrender by Addy Osmani)
Key point: while easier to copy/paste or let AI, we suffer without comprehension.
The "calibration question": are you forming your own view, or just adopting the AI's?
Takeaway: use AI to delegate and enhance your work, not to replace critical thinking
Jul 24, 2026
12 min
Jul 17, 2026
Jul 17, 2026
9 min
In this episode, hear my latest writing progress on the Java book, a couple of new DZone blog posts, and upcoming meetups and podcast guests. I also dig into an article on how AI is reshaping developer relations.
Made strong progress on the Java book, wrapping up one chapter and starting the next
Published a new blog post on DZone about the agents architecture (first of several planned installments)
Colleague Akmal Chaudhri published a DZone post on Spring AI, Neo4j, and Goodreads data — check it out!
Meetup tours coming up: Florida groups in November, North Carolina groups in September (details soon)
Virtual talk for the Miami JUG on GraphRAG/RAG coming up later this month (event link here)
New podcast guests starting to line up for the coming weeks
Discussed the article "Developer Relations After the Cheat Code Machine" by Sunil Pai
Explored how "watch me work" content reflects a shift in how developers learn implicit knowledge
Reflected on how DevRel's core mission remains the same, even as the format evolves
Jul 17, 2026
9 min
Jul 10, 2026
Jul 10, 2026
15 min
Recap of my week, with several different topics where I expanded my knowledge or surfaced some recurring patterns in my efforts.
Highlights:
Repeated prompt iteration can cause LLMs to get stuck in unhelpful loops or produce slightly different code on reruns. Restoring to a checkpoint helps reset context and regenerate cleaner output.
A personal AI workflow shortcut: using chat models to brain dump and organize ideas into structure before writing.
Pet projects. Alongside expanding a Goodreads project, there's a potential new personal improvement app idea
Other tasks: session review for NODES conference, upcoming refresh work on a Knowledge Graph e-book, and plans for short-form video content.
Article: “Read Less, Steer More” by Ezyang on mentoring code reading, using LLMs to explain code, avoiding auto-accept edits, and writing code by hand when learning fundamentals.
Jul 10, 2026
15 min
Jul 3, 2026
Jul 3, 2026
9 min
This week included reviewing abstracts for NODES developer conference returning this fall, making progress on the book, and other exciting things happening within the team.Highlights:
Schedule for Neo4j’s free virtual NODES is in the process as we review and select sessions. Register now!
Progress on the Java book with an aggressive schedule that is challenging, but manageable.
Several colleagues are at the AI Engineer World’s Fair in California, so stop by to see them!
Neo4j launched a major refresh to the GraphAcademy site, featuring a new design, AI-forward learning features.
Hear my thoughts on Andy Coenen’s article “The Software Industrial Revolution". AI may reduce software costs, increase software consumption, disrupt monopolies, and potentially improve costs and experiences in areas like healthcare.
Jul 3, 2026
9 min
Jun 26, 2026
Jun 26, 2026
13 min
Wrapping up a busy week of GraphRAG training and book writing with two topics worth unpacking: what we actually mean when we call AI "intelligent," and what a recent article reveals about the shifting landscape for software developers.
AI models are pattern-matching algorithms. They appear intelligent only when humans surface the right context, not on their own
"Intelligent" is a term developers should use loosely and critically, not as a given
I ran a GraphRAG Fundamentals online workshop (code available) and is deep in writing her AI-first Java book
The article "Code is Cheap. Show Me the Talk" argues that LLM tools have fundamentally changed software development
AI-generated docs and READMEs make it harder to judge how much care an author put into their work
"Slop" has always existed in software. AI just makes it harder to spot
The biggest cost: junior developers are losing the learning path that built strong technical foundations
Senior devs have an opportunity to mentor the next generation differently
The hype around AI in development cuts both ways. It lowers barriers to building, but raises the stakes for intentional learning and craft. Worth thinking about wherever you are in your career.
Jun 26, 2026
13 min
Jun 12, 2026
Jun 12, 2026
19 min
In this episode, I sit down with Roie Schwaber-Cohen, a software engineer and developer advocate at Pinecone, to talk about smarter ways to build with AI — without burning through tokens or your patience!
What we cover:
Why agentic AI systems burn so many tokens (and ways to combat it)
How Pinecone's Nexus pre-explores retrieval paths so agents don't have to discover them at runtime, cutting latency and token usage
The problem with naive RAG ("Franken answers") and why domain-level separation of your documents matters
How Pinecone Marketplace lets non-developers connect structured and unstructured data sources to build production-ready AI apps
Why semantic similarity isn't the same as correctness, and how document introspection helps agents ask better questions
Links & Resources:
Pinecone
Pinecone Marketplace (recently announced)
Pinecone Nexus
Roie on LinkedIn
Jun 12, 2026
19 min
Jun 5, 2026
Jun 5, 2026
14 min
I'm back after a couple of weeks of hiatus with a packed update. From a major book deadline to enterprise graph hackathons, summer is anything but slow.
AI-First Java Book. First six chapters officially submitted. They cover concept progression, real-world problem solving, and a developer's career journey
Customer Graph Hackathons. First hands-on event with Neo4j at an enterprise customer site, and another one coming next week
GraphRAG Fundamentals Training. Rescheduled on O'Reilly Learning Platform; available to sign up
Neo4j CLI. New tool for interacting with Neo4j from the command line, with agent skill support for coding tools like Claude
Agent Instruction Protocol. Open-source repo that turns skill specs into YAML-based execution graphs modeled as process flows
Building Agents in Java with Embabel. Dan Vega's walkthrough of this Java AI framework. It covers actions, plans, goals, and reusable components for enterprise agents
Lots of exciting things in motion — grab the links in the show notes and happy coding!
Jun 5, 2026
14 min
May 15, 2026
May 15, 2026
11 min
A packed week of travel, debugging, writing, and reading. I share what I learned and ran into this week as a developer.
Highlights:
🗣️ Spoke at the JavaMUG (Java Metroplex User Group) meetup in Dallas — highly recommended for Dallas-area developers!
🐛 Discovered a bug in Spring AI's Neo4j chat memory integration with the latest Spring Boot — workaround is to use in-memory storage for now.
📖 Working on a Java book chapter covering OOP concepts (abstraction, encapsulation, polymorphism) with a focus on practical, use-case-driven learning
Event updates:
📅 Session from the AI Agents conference is now on YouTube
GraphRAG Fundamentals O'Reilly course rescheduled to June in APAC timezone
NODES CFP open until June 15th
📝 Two recommended reads:
"MCP, Skills, and Agents" by David Cramer
"LLMs and Your Career" by Phil Eaton
May 15, 2026
11 min

Breaktime Tech Talks
Welcome to the Breaktime Tech Talks podcast! I'm your host Jennifer Reif, and I’m an avid developer and problem-solver.
This podcast is designed with bite-sized episodes that fit into the gaps of a busy developer's day. Want to catch tech news snippets, learn a technical tidbit, or hear about solving technical problems? Listen in and easily find what you heard later.
Happy coding!









