Skip to content
Draft
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Project leadership
Maintainers that are part of Project Leadership make decisions about the project's priorities, roadmap, and future direction.

## Product owner
The Product Owner is responsible for taking in feedback from stakeholders and making decisions around backlog prioritization and product roadmap. They also hold a cadence with technical reviewers to ensure contributors are getting timely attention to their submissions.
Copy link
Copy Markdown
Author

@webchick webchick Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is honestly kind of a weird mix for what would normally be a product owner role. We probably want a "Reviews Captain" role or something eventually and split that cadence off. However, since we currently have zero reviewers 🤣 I'm willing to wear a few hats as we get this project rebooted again.


- [Angie Byron](https://github.com/webchick) (interim)

## AI Engineering liaison
The AI Engineering liaison ensures that Engineering feedback is reflected in the priorities of the project, and help secure other Engineering folks if needed to make progress on reviews.

- [Johann Schleier-Smith](https://github.com/jssmith) (to be confirmed)

## Solution Architect liaison
The Solution Architect liaison ensures that Solution Architect feedback is reflected in the priorities of the project, and help secure other Solution Architect folks if needed to make progress on reviews.

- [Josh Smith](https://github.com/joshmsmith) (to be confirmed)

## (other leadership roles...)

# Technical reviewers
Technical reviewers ensure that contributors' submissions are looked at in a timely manner, provide architectural guidance, etc.

## General
- TBD

## Python examples
- TBD

## TypeScript examples
- TBD

## Java examples
- TBD

## Go examples
- TBD

## .NET examples
- TBD

## (other SDKs TBD)

# Tooling
Tooling maintainers give care and feeding to the infrastructure underpinning the project.

## Documentation Tooling
- [Lenny Chen](https://github.com/lennessyy) (to be confirmed)

## CI/CD Tooling
- TBD

## Automated Testing Tooling
- TBD

# Emeritus maintainers
We would like to thank these folks for all of their fantastic work shepherding the AI Cookbook project forward!

- [Cornelia Davis](https://github.com/cdavisafc) (to be confirmed)
- [Rob Holland](https://github.com/robholland)
Loading