Tim Berglund

VP Developer Relations at Confluent

Tim is a teacher, author, and technology leader with Confluent, where he serves as the Vice President of Developer Relations. He is a regular speaker at conferences and a presence on YouTube explaining complex technology topics in an accessible way. He tweets as @tlberglund, blogs every few years at http://timberglund.com. He has three grown children and two grandchildren, a fact about which he is rather excited.

Presentations

Responsible Agentic Development with OpenSpec

5:00 PM MDT

Coding agents are remarkably capable, and yet how do we treat them? By giving them stream-of-consciousness descriptions of half-baked ideas: vague feature requests, underspecified tickets, or maybe just good old vibes. We've got better implementation assistants than we ever could have imagined, but we're not always doing a great job thinking through what we want them to build. Would a lightweight spec document be so bad?

OpenSpec doesn't think so. Born from the recognition we've never really come to consensus on how to capture features—some do PRDs in Notion, some make epics in Jira, some still write user stories on index cards—it uses some Agent Skills and a CLI to guide you through structured feature exploration for greenfield and brownfield projects alike, producing detailed designs and todo lists precise enough to direct a coding agent even in the presence of some complexity. We'll trace how it emerged, see how it positions itself against approaches like Spec Kit and traditional design tooling, and examine the recent developments that have extended its capabilities.

The specification problem is older than agents, having bedeviled us since the first time someone handed a one of our grandparents a napkin sketch and called it a design doc. OpenSpec is surely not the final answer, but it's the right one for agentic engineering right now.

Books

Building and Testing with Gradle

by Tim Berglund and Matthew McCullough

Build and test software written in Java and many other languages with Gradle, the open source project automation tool that’s getting a lot of attention. This concise introduction provides numerous code examples to help you explore Gradle, both as a build tool and as a complete solution for automating the compilation, test, and release process of simple and enterprise-level applications.

Discover how Gradle improves on the best ideas of Ant, Maven, and other build tools, with standards for developers who want them and lots of flexibility for those who prefer less structure.

  • Use Gradle with Groovy, Clojure, Scala, and languages beyond the JVM, such as Flex and C
  • Get started building a simple Java program using Gradle's command line tooling and a small build script
  • Learn how to configure and construct tasks, Gradle's fundamental unit of build activity
  • Take advantage of Gradle's integration with Ant
  • Use Gradle to integrate with or transition from Maven, and to build software more cleanly
  • Perform application unit and integration tests using JUnit, TestNG, Spock, and Geb