Contributing to open‑source AI as a beginner isn’t about landing a seat at a super‑intelligence lab after a PhD, but more like finding good first issues on projects that are small enough to wrap your head around, real enough to have an impact, and early enough so you make it big, bypassing the credentials-based theoretical knowledge wars, and actually work on AI tools that matter.
There is a bunch of Open Source Good First Issue Lists you can browse through, even tho most will have outdated and closed issues listed as open, you can browse through active projects and fav/subscribe to issues so you get notifications about new issues.
At the same time, I would pick a topic before picking companies. Eg. if you are interested in Quantum, or Storage, or Agent Skills, try to find projects that are specific to the area you wanna work on and get experience in, instead of trying to contribute to, say Google, Microsoft, IBM, or whatever.
Don't overthink it. Just find a project/area you wanna get friction with, clone the repo, and start talking to your IDE to see which issues could be solved easily. Usually, docs-related issues are the fastest, easiest, and acceptable first issues from core devs when you are a newcomer.
Some projects that I know for sure have open issues right now, you can start immidiatelly:
- Skillware: An open-source framework and registry for modular, actionable Agent capabilities.
- Rooms: A secure, local-first Python framework for orchestrating complex multi-agent think tanks with dynamic expertise-weighted routing.
- Pennylane: PennyLane is an open-source quantum software platform for quantum computing, quantum machine learning, and quantum chemistry.
- Cirq: Python framework for creating, editing, and running Noisy Intermediate-Scale Quantum (NISQ) circuits.
- OpenFermion: Python package for compiling and analyzing quantum algorithms to simulate electronic structures.
- Warp: Warp is an agentic development environment, born out of the terminal.
Good luck and wish you success with your first contribution to your favorite project <3
Top comments (0)