~30-40 minute recorded technical demonstrations of hands-on (early or first) experiences with AI-related tooling for developers.
Helping the team and beyond to navigate the AI era by leading discussions, demos, and observations that are grounded in curiosity and honest experiences that can be shared in order to remain leaders, not laggers, through this transition.
What it means to be a developer is is changing rapidly. Therefore, what it means to be a developer advocate is changing rapidly.
-
To educate ourselves and form opinions on new (AI-related) technologies, tools, and processes in order to better understand today's challenges, solutions, and current thinking in order to be a better advocate for the modern developer
-
Build credibility and reputation as leaders in engineering excellence as it relates to AI developer tools and thought leadership
-
Educate team about new technology and approaches in our space
-
Collaboration with teammates
This project contains the website for AI Tools Lab, a collection of experiments and resources related to AI tools.
pages/: Contains all HTML files for the websiteindex.html: Main page listing episodesresources.html: Resources library page with curated articlesep*.html: Individual episode pages with notes and transcripts
images/: Image files used throughout the siteresources/: Markdown files containing resource contentstyles.css: Main stylesheet for the sitescript.js: JavaScript functionality for the site
To run the website locally, use Python's built-in HTTP server:
python -m http.serverThen open your browser to http://localhost:8000 and you will be redirected to the main page.
To add a new episode:
- Create a new HTML file in the
pages/directory namedepXX.html(where XX is the episode number) - Add a link to the new episode in
pages/index.html
To add new resources to the resource library:
- Update the resource cards in
pages/resources.html - Add any needed thumbnails to the
images/directory
Contributions to improve the site are welcome! Please submit a pull request with your proposed changes.
