Logo

    681: What's New in AI for Web Developers

    enOctober 18, 2023
    What recent AI tools were discussed in the podcast?
    How do vector databases and embeddings enhance web development?
    What is vzero.dev and what does it provide developers?
    What ethical considerations are mentioned regarding AI in web development?
    How do larger context windows improve AI models like Claude?

    Podcast Summary

    • Exploring New AI Tools in Web DevelopmentAI tools like vector databases, embeddings, and vzero.dev from Vercel can help automate tasks, improve efficiency, and create better user experiences in web development. Stay updated on their latest features and ethical implications.

      AI tools are rapidly evolving in web development, and developers can now use them to enhance their work in various ways. During this Syntax podcast episode, Scott and Wes discussed recent updates in AI machine learning and introduced new tools and abilities. For instance, vector databases and embeddings are now available to help search and store values. An embedding is a type of data representation that can be used to find similar items, making it useful for recommendation systems and more. Another tool mentioned was vzero.dev from Vercel, which generates UI components based on text prompts. This tool can save time and effort by providing readable, copy-pasteable React code using Shadcn UI and Tailwind CSS. These AI tools can help developers automate tasks, improve efficiency, and create better user experiences. However, it's important to remember that these tools are still new and evolving, so it's essential to stay updated on their latest features and capabilities. Additionally, it's crucial to consider the ethical implications of using AI tools in web development, such as privacy concerns and potential biases. Overall, the integration of AI tools in web development is an exciting development, and it's essential for developers to stay informed and adapt to these advancements to remain competitive and deliver the best possible user experiences.

    • A new tool called 'v zero' generates custom UI components using AI and React code'V zero' automates UI development with AI and React code, raising concerns about potential job elimination and expanding to other tech stacks

      A new tool called "v zero" is making waves in the development world by generating custom UI components using AI and React code. This tool allows users to input prompts and see the output, which can be adjusted with subsequent prompts. The output is impressive, showing a significant step towards automating UI development. However, it also raises concerns about the potential elimination of developers from the process and the implications for job security. The tool's syntax, which may be considered a new Domain Specific Language (DSL), is based on English, and it has the potential to expand to other tech stacks. Despite some reservations, the speaker is excited about the tool's potential to save time and resources by automating repetitive tasks. The tool, Anthropic and Claude, were also mentioned in the discussion but were not explored in depth. Overall, the tool represents a significant advancement in AI-generated code and raises important questions about the future of development.

    • Anthropic's Claude offers more flexibility and better quality than OpenAI's modelsAnthropic's Claude provides a 100,000 token limit, superior quality, and a public chat interface, making it a more flexible and effective alternative to OpenAI's models with token limits and lengthy access processes.

      Anthropic's AI model, Claude, offers superior quality and fewer limitations compared to OpenAI's models, particularly in terms of token usage. The token system in OpenAI and similar platforms measures the amount of text sent and received, with token limits that can be quite restrictive. For instance, GPT 4's token limit is 8,000, while the transcript of an hour-long podcast is approximately 16,000 tokens. This can lead to frustratingly short responses when trying to provide more context or larger datasets. Anthropic's Claude, on the other hand, offers a 100,000 token limit, providing more flexibility for users. Additionally, Claude's chat interface is now open to the public, while access to OpenAI's API can be a lengthy process. The quality of Claude's responses is also reportedly better, with a more natural tone and fewer issues with syntax and formatting. While Claude may not yet offer advanced features like web scraping, its superior token limit and higher quality make it a compelling alternative for those seeking a more flexible and effective AI interaction experience.

    • Larger context windows in conversational AI models like Claude enhance their ability to process and summarize large amounts of data.Claude's larger context window saves time and effort by summarizing multiple shows or transcripts at once, and makes the AI more powerful for programming applications. It also enables easier integration of AI functionality into websites and applications.

      The use of larger context windows in conversational AI models like Claude from Anthropic significantly enhances their ability to process and summarize large amounts of data. This feature allows users to send multiple shows or transcripts at once, saving time and effort by summarizing them all into one. The larger context window also makes the AI more powerful for programming applications, particularly for websites like Syntax that often hit token limits. Although Claude doesn't currently support web scraping, users can manually save and upload webpage HTML or use other tools to extract information. Another open-source model worth mentioning is Meta AI's large language model, which is not yet integrated into products but can be downloaded and run locally. Additionally, Cloudflare's recent announcements include serverless or workers AI, which provides prebuilt models that can be accessed and run in workers, making it easier for users to integrate AI functionality into their applications. These advancements in AI technology demonstrate the potential for more efficient and effective use of conversational AI in various applications.

    • Exploring AI applications for image filteringSentiment analysis APIs can process text for positive and negative percentages, but applying it to images for thumbnail filtering requires efficient processing methods and powerful computing resources.

      While smaller AI models can be run on personal computers, larger and more complex models require cloud computing power, making APIs necessary for access. Cloudflare AI Workers offers various models, including sentiment analysis, which can determine positive and negative percentages from text. The speaker expressed interest in applying sentiment analysis to images, specifically for filtering out desired thumbnails from a large pool, but the challenge lies in processing a sufficient number of images in a reasonable timeframe. The speaker also mentioned the potential of accessing image data from applications like Apple Photos through SQLite files, which could provide insights into various image attributes. Overall, the conversation highlighted the potential of AI in streamlining image selection and analysis, but also the need for efficient processing methods and access to powerful computing resources.

    • Discussing Facial Recognition Technology and Privacy ConcernsFacial recognition software is becoming more advanced and accessible, raising concerns about privacy. Latest trends in AI hardware include devices recording screens, wearable tools, and AI-assisted projectors, all with potential privacy implications.

      Technology, specifically facial recognition software, is becoming increasingly advanced and accessible. The discussion revolved around the website Facecheck.id, which can identify individuals by uploading their photos and finding matches from around the web. The speaker was surprised by the accuracy of the results, raising concerns about privacy. Additionally, the topic shifted to the latest trends in AI hardware, including devices that record screens, wearable AI tools, and even AI-assisted projectors for hands. These advancements, while impressive, also raise questions about privacy and the potential misuse of technology. Overall, the conversation underscores the importance of staying informed and aware of the latest technological developments and their potential implications.

    • Exploring and Understanding Data with AI TechnologiesHugging Face offers access to vast open datasets and pre-trained models for complex AI applications, while Cloudflare Vector DB converts text into vectors to understand data based on meaning, enabling discovery of connections and insights

      AI technologies like Hugging Face and Cloudflare Vector DB are revolutionizing the way we process and understand data. Hugging Face, often referred to as the GitHub of open datasets and models, provides access to vast amounts of data and pre-trained models for various AI applications. This platform can be particularly useful for those looking to build more complex AI systems beyond simple API calls. Cloudflare's Vector DB, on the other hand, introduces the concept of embeddings. Embeddings are a way to classify and understand data based on its meaning rather than just the actual words used. By converting text into vectors, we can identify similarities between seemingly unrelated pieces of data. This technology can be used to find related tweets, episodes, or even DIY projects based on their underlying meaning, making it a powerful tool for discovering connections and insights. In essence, these AI technologies are making it easier to explore, understand, and utilize data in more meaningful ways.

    • Advancements in Technology: Vector Databases, OpenAI, and AI ModelsVector databases improve data storage and querying efficiency, OpenAI's function calling feature offers precise AI model control, and AI models like GPT analyze images and understand content, revolutionizing industries while requiring ethical considerations.

      Technology is rapidly advancing, particularly in the areas of databases, AI, and machine learning. One specific example is the use of vector databases, which allow for the efficient storage and querying of large amounts of data using algorithms like closest neighbor. This is particularly useful when dealing with large datasets and complex comparisons. Another development is OpenAI's function calling feature, which allows for more precise control over the output of AI models, ensuring that the data returned is in a specific format. Additionally, there is ongoing research and experimentation with using AI models like GPT to analyze images and understand their content. These advancements have the potential to revolutionize industries and change the way we interact with technology. However, it is important to consider the ethical implications and potential risks, such as vulnerabilities and limitations of the models. Overall, it's an exciting time for technology and innovation, but it's crucial to approach it with a critical and informed perspective.

    • Frustrations with AI interfaces and concerns about authenticityThe speaker expresses frustration with certain AI tools' interfaces and raises concerns about the impact of AI-generated products on authentic creators.

      While there are various AI tools like GPT 4 and DALL E 3 available, some functionalities such as APIs for these tools are still under development. For instance, there is no API for GPT 4 Vision yet, and Midjourney's image API can only be accessed through Discord. The speaker expressed frustration with this interface, as they found it limiting and inefficient. They also shared concerns about the proliferation of AI-generated products, particularly on platforms like Etsy, and the impact it has on authentic creators. The speaker continues to use Copilot for coding assistance but remains frustrated with its inability to handle quotes correctly. Despite some concerns, the speaker believes that the hype around AI is far from dying down, with new tools and hardware constantly emerging in the field. However, they noted that the initial frenzy around AI's potential to revolutionize everything seems to have subsided, making way for a more measured approach to understanding and implementing these technologies.

    • Integration of AI in daily lifeAI is transforming tasks, making them more efficient and user-friendly. It's becoming essential in our daily lives, changing the nature of jobs, and revolutionizing information finding.

      We're witnessing a shift towards the integration of AI in various aspects of our lives, making tasks more efficient and user-friendly. The example given was the addition of AI to Tubi, a streaming platform, which can now help users find content based on their queries. This trend is expected to continue, and tools like AI will become essential in our daily tasks. The discussion also touched upon the changing nature of jobs, with AI being seen as a power tool rather than a threat to employment. However, there are challenges, such as the increasing dominance of SEO in search results, which can make finding accurate and relevant information a challenge. Overall, the integration of AI is set to revolutionize the way we live, work, and find information.

    • The Evolution of Information Consumption and TechnologySocial media and AI tools are changing how we consume information, with communities forming on social media and personalized recommendations from AI. However, long intros and irrelevant content on YouTube, and the decline of Google's trust, present challenges. Adaptation and meeting user needs are key for companies in this evolving landscape.

      The way we consume information and interact with technology is evolving, and platforms like social media, YouTube, and AI tools are changing the game. Communities are increasingly forming on social media sites like Facebook and Reddit, leading to less reliance on search engines. On YouTube, long intros and irrelevant content are making it difficult to find useful information quickly. TikTok is even starting to "kill search" with its short, engaging videos. Artificial intelligence tools, like ChatGPT and Spotify DJ, are providing more personalized and effective recommendations. However, not all technological advancements are positive. Google, once a trusted brand, is seen as dropping the ball with its products, leading some users to lose faith in the company. Despite these challenges, it's clear that technology will continue to shape the way we access and consume information, and it's up to companies to adapt and meet the changing needs of users.

    • Fine-tuning GPT 3.5 for personalized interactions and app recommendationsUsers can fine-tune GPT 3.5 for unique syntax and voice, potentially eliminating the need for prompts. Recommended apps include Code Spark Academy for kids learning programming and Peter Santanello's YouTube channel for documentary lovers.

      OpenAI's GPT 3.5 now offers fine-tuning capabilities, enabling users to train the model with their unique syntax and voice. This could potentially eliminate the need for constant preludes and prompts, making interactions more seamless. Additionally, the speakers recommended an iOS app called Code Spark Academy for kids interested in programming. This video game teaches programming concepts through fun, interactive mini-games, and the speakers shared that their child has made significant progress using it. Although there is a cost for continued access to the games, the speakers believe the investment is worthwhile for the educational value their child has gained. Another recommendation was the YouTube channel "Peter Santanello" for documentary lovers, offering 40-minute to hour-long documentaries on various topics.

    • Exploring unique communities through YouTube documentariesWatch YouTube documentaries for insights into diverse ways of life, broadening perspectives without a political agenda

      The YouTube documentary series the speaker has been enjoying explores different communities around the world, providing insights into their unique ways of life. The series covers various areas, including living with the Amish, deep Appalachia, and New York's Hasidic Jewish communities. The documentary does not have a political slant or agenda but instead offers an open-minded exploration of people's stories. The speaker highly recommends checking out this YouTube channel for anyone interested in cultural documentaries. Additionally, the speaker shared a shameless plug for Westbus.com/forward/courses and the Syntax TikTok account. Overall, the speaker expressed their appreciation for learning about diverse communities and the importance of an open-minded perspective.

    Recent Episodes from Syntax - Tasty Web Development Treats

    817: You Need These 30 Apps - PART 1

    817: You Need These 30 Apps - PART 1

    Scott and Wes kick off part 1 of a 2-part series, breaking down 30 must-have apps for web developers and productivity enthusiasts. From file management tools to media utilities, they cover everything you need to supercharge your workflow.

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    816: Why Your CSS Sucks

    816: Why Your CSS Sucks

    Scott and Wes break down why your CSS might suck—from misusing specificity to not leveraging CSS variables. Tune in as they dive into common pitfalls that are making your stylesheets a hot mess.

    Show Notes

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    815: Deno 2 with Ryan Dahl

    815: Deno 2 with Ryan Dahl

    In this episode of Syntax, Wes and Scott talk with Ryan Dahl about Deno 2.0, its new features and use of web standards, and how it seamlessly integrates with popular frameworks like Next.js. Ryan shares insights on the motivations behind Deno’s creation, its emphasis on simplicity and security, and offers his take on the evolving JavaScript ecosystem.

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    814: Fundamentals: HTML

    814: Fundamentals: HTML

    In this episode of Syntax, Wes and Scott talk about HTML fundamentals — from basic structure and semantics to practical tips for better accessibility and SEO. They also discuss the difference between block and inline elements, form functionalities, HTML5 elements like dialog and canvas, and more.

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    813: CSS: Scroll Driven Animations

    813: CSS: Scroll Driven Animations

    In this episode of Syntax, Wes and Scott talk about CSS’ new scroll-driven animations, its implementation, uses, and potential pitfalls. They also discuss animation-timeline and animation-range, and how they can be utilized to control animations based on scroll positions.

    Show Notes

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    812: CSS 4, 5, and 6! With Google’s Una and Adam

    812: CSS 4, 5, and 6! With Google’s Una and Adam

    In this episode of Syntax, Wes and Scott talk with Una Kravetz and Adam Argyle from Google Chrome about the evolution of CSS, new features, and the push toward more advanced UI capabilities on the web. They discuss the introduction of CSS versioning, exciting new properties like text-box-trim, state queries, and scroll state functionalities, select, and more!

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    How To Stay Up To Date with Daily.dev’s Francesco Ciulla

    How To Stay Up To Date with Daily.dev’s Francesco Ciulla

    In this episode of Syntax, Scott and Wes talk with Daily.dev’s Francesco Ciulla about the platform's history, community features, and significant growth. They dive into the core ideas behind daily.dev, including its personalized feed for developers, new features like squads, community contributions, and tech stack. Francesco also shares his passion for Rust, and highlights the importance of content creation in the ever-evolving tech landscape.

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    808: The Future of JavaScript Frameworks × Building Auth × DB Design Tips, and more!

    808: The Future of JavaScript Frameworks × Building Auth × DB Design Tips, and more!

    In this potluck episode of Syntax, Wes and Scott answer your questions about the future of JavaScript frameworks, building custom authentication systems, limiting API access, using Caddy server proxy for local development, component props in JSX, structuring a relational database, and more!

    Show Notes

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott: X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    Related Episodes

    The future of AI in software development | Inbal Shani (CPO of GitHub)

    The future of AI in software development | Inbal Shani (CPO of GitHub)

    Inbal Shani is the chief product officer at GitHub, where she leads core product management, along with product strategy, marketing, open source, and communities, including the development of GitHub Copilot. Prior to joining GitHub, she led engineering and product teams at Amazon and Microsoft. In today’s conversation, we discuss:

    • What Inbal believes is overhyped and underhyped in the rapidly changing field of AI

    • How AI-driven code generation is changing software development

    • Her take on whether AI will replace developers

    • How software development looks in 3 to 5 years

    • How product teams operate at GitHub

    • GitHub’s Next team, and other ways the company fosters a culture of innovation

    • The success metrics and philosophy behind GitHub’s Copilot

    Brought to you by Jira Product Discovery—Atlassian’s new prioritization and roadmapping tool built for product teams | Sanity—The most customizable content layer to power your growth engine | HelpBar by Chameleon—The free in-app universal search solution built for SaaS

    Find the transcript at: https://www.lennyspodcast.com/the-future-of-ai-in-software-development-inbal-shani-cpo-of-github/#transcript

    Where to find Inbal Shani:

    • LinkedIn: https://www.linkedin.com/in/inbalshani/

    Where to find Lenny:

    • Newsletter: https://www.lennysnewsletter.com

    • X: https://twitter.com/lennysan

    • LinkedIn: https://www.linkedin.com/in/lennyrachitsky/

    In this episode, we cover:

    (00:00) Inbal’s background

    (04:17) Why generative AI is not going to replace developers in the near future 

    (05:54) Why AI-driven testing is underhyped

    (07:48) What the next 3 to 5 years will look like

    (10:13) Stats around the use of GitHub Copilot 

    (12:07) How Copilot enables engineers to work more efficiently

    (13:38) Common mistakes when adopting AI into your workflows

    (16:42) How GitHub operationalizes “dogfooding”

    (18:46) The philosophy behind Copilot

    (20:24) Copilot’s success metrics

    (24:54) How Copilot encourages collaboration

    (26:37) What we lose when AI writes code for us

    (29:35) A retrospective on the generative AI space

    (30:47) Inbal’s thoughts on the future of AI

    (32:35) How to make space for innovative product ideas

    (34:37) How GitHub stays on the cutting edge of innovation

    (36:44) The GitHub Next team

    (39:20) Advice for early product managers

    (42:17) Inbal’s “biggest learning” from her career

    (45:34) Inbal’s closing thoughts

    (46:19) Lightning round

    Referenced:

    • How to measure and improve developer productivity | Nicole Forsgren (Microsoft Research, GitHub, Google): https://www.lennyspodcast.com/how-to-measure-and-improve-developer-productivity-nicole-forsgren-microsoft-research-github-goo/

    • DORA: https://dora.dev/

    • The role of AI in product development | Ryan J. Salva (VP of Product at GitHub, Copilot): https://www.lennyspodcast.com/the-role-of-ai-in-new-product-development-ryan-j-salva-vp-of-product-at-github-copilot/

    • GitHub Universe 2023 day 2 keynote: The productivity platform for all developers: https://www.youtube.com/watch?v=h_o9kFPVeiw

    • Satya Nadella on LinkedIn: https://www.linkedin.com/in/satyanadella/

    • TomTom: https://www.tomtom.com/

    Failing Forward: Turning Mistakes into Stepping Stones for Success: https://www.amazon.com/Failing-Forward-Turning-Mistakes-Stepping/dp/0785288570/

    Good to Great: Why Some Companies Make the Leap and Others Don’t: https://www.amazon.com/Good-Great-Some-Companies-Others/dp/0066620996

    Turning the Flywheel: A Monograph to Accompany Good to Great: https://www.amazon.com/Turning-Flywheel-Monograph-Accompany-Great/dp/0062933795

    Dare to Lead Like a Girl: How to Survive and Thrive in the Corporate Jungle: https://www.amazon.com/Dare-Lead-Like-Girl-Corporate/dp/1538163527

    All the Light We Cannot See on Netflix: https://www.netflix.com/title/81083008

    The Wheel of Time on Amazon Prime: https://www.amazon.com/Wheel-Time-Season-1/dp/B09F59CZ7R

    Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email podcast@lennyrachitsky.com.

    Lenny may be an investor in the companies discussed.



    Get full access to Lenny's Newsletter at www.lennysnewsletter.com/subscribe

    Hydration & New Frameworks Like Qwik

    Hydration & New Frameworks Like Qwik

    In this Hasty Treat, Scott and Wes talk about Qwik, a new framework designed for the edge. How are things like hydration, lazy loading, rendering, and optimization handled by Qwik?

    Sentry - Sponsor

    If you want to know what’s happening with your code, track errors and monitor performance with Sentry. Sentry’s Application Monitoring platform helps developers see performance issues, fix errors faster, and optimize their code health. Cut your time on error resolution from hours to minutes. It works with any language and integrates with dozens of other services. Syntax listeners new to Sentry can get two months for free by visiting Sentry.io and using the coupon code TASTYTREAT during sign up.

    Sanity - Sponsor

    Sanity.io is a real-time headless CMS with a fully customizable Content Studio built in React. Get a Sanity powered site up and running in minutes at sanity.io/create. Get an awesome supercharged free developer plan on sanity.io/syntax.

    Show Notes

    Tweet us your tasty treats

    CSS Preprocessors and Structuring CSS - 003

    CSS Preprocessors and Structuring CSS - 003

    Show Notes

    Sick Picks

    Bartender 2

    Lets you organize your menu bar apps, by hiding them, rearranging them, or moving them to the Bartender Bar.

    Vanilla

    Hide menu bar icons on your Mac.

    Power Blocks

    One set of Power Block replaces racks of dumbbells

    Shameless Plugs

    JavaScript30

    A Free 30 Day Vanilla JS Coding Challenge Course. Build 30 things in 30 days with 30 tutorials. No Frameworks No Compilers No Libraries No Boilerplate. Join 101,746 others.

    The Sketch Course & UX Prototyping with Principle Combo

    Limited Sale Price: $39.99 $49.99

    Learn the new industry standard for web design. Become an expert in the app that is changing how designers work in the modern web and app design world.

    Animate Your Ideas, Design Better Apps

    Principle makes it easy to design animated and interactive user interfaces. Whether you're designing the flow of a multi-screen app, or new interactions and animations, Principle lets you create designs that look and feel amazing.

    Twitter

    What Is Your Park and Recreation Life Hack? — Episode 054

    What Is Your Park and Recreation Life Hack? — Episode 054

    A life hack is a clever tip or technique for accomplishing a familiar task more easily and efficiently. And, with so many park and recreation professionals having to wear multiple hats — sometimes in the course of a single day — anything that can efficiently simplify a task and save time is usually welcomed pretty warmly.

    On this episode of Open Space Radio, we’re looking back at one of the questions that we asked attendees at the 2019 NRPA Annual Conference in Baltimore, Maryland: What is your park and recreation life hack?

    With everything from duct tape and zip ties, to quotes from Michael Jordan and love, you’re sure to find some inspiration when you hear the life hacks of these people who were brave enough to get on the mic with us:

    • Elena Messenger, Therapeutic Recreation Programmer, Stafford County Parks and Recreation
    • Gabby Anglin, Recreation Coordinator, Victoria Parks and Recreation
    • Aaron Davis, Director, Mebane Recreation and Parks
    • Kristy Lintz, Recreation Program Specialist, Rapid City Parks and Recreation
    • Kasey Mahony, Cadillac District Supervisor, Michigan Department of Natural Resources
    • Lisa Mansfield, Recreation Supervisor, City of Findlay Parks & Recreation
    • Nicole Moore, Recreation Programmer II, Stafford County Parks and Recreation
    • David Heath, Parks and Recreation Superintendent, Bullhead City

    Do you have your own park and recreation life hack that you’d like to share with us? Send us an email at openspaceradio@nrpa.org and we’ll send you some stickers!

    As a special bonus for listening to this episode, you can get a discount on NRPA Live — the virtual version of the NRPA Annual Conference. By using the coupon code OPENSPACE, you’ll get 15 percent off the 18 full education session options that are available now!