Anand Chowdhary
Netherlands
I'm a technology entrepreneur, engineer, designer, and GitHub Star. I'm currently building FirstQuadrant, an all-in-one AI sales platform funded by Y Combinator, and contributing to open source. Previously, I founded rent-to-own furniture with interior design startup Pabio and accessibility technology company Oswald Labs that started as an open source hackathon project. I use open source code as a way of scratching my own itch; most of my 100+ repositories are tools to solve problems or experiments with new ideas, including Upptime, an uptime monitor and status page built on top of GitHub Actions. it has 15k+ stars and was one of the first projects that mentored students under the GitHub Externship.
Community Contributions
I'm speaking at AI Community Day, where all the AI developers come together to geek out and share what they know about artificial intelligence on how we test and deploy prompts at FirstQuadrant. The talk will provide a detailed walkthrough of the system's architecture, highlighting its capabilities in versioning, models, and testing methodologies. Key focus areas include the mechanism of comparing new prompt versions against historical data, the intricacies of implementing full logging, and the strategies for analyzing and optimizing token costs. This talk is tailored for a technical audience, aiming to share practical insights and techniques in prompt engineering that can be applied in other AI and machine learning contexts.
GitHub Stars @ GitHub Universe and Day 0
I had the amazing opportunity to connect with the global GitHub community at the Stars Lounge during GitHub Universe this year. As a GitHub Star recipient, I got to meet fellow Stars from around the world, share experiences over coffee, and chat with developers curious about the Stars program. It was incredibly energizing to spend time with the GitHub team and other Stars while helping introduce new developers to this wonderful community that recognizes open source contributors and technical content creators.
Build your own Copilot Workspace using Copilot Workspace
I love tinkering with AI tools, so I recorded a step-by-step video showing how I built a mini version of GitHub Copilot Workspace from scratch. In this talk, I demonstrate how to combine GitHub Actions with OpenAI's Assistants API to create an AI assistant that automatically turns GitHub issues into pull requests. You'll see exactly how I set up the workflow, handle the API interactions, and get the AI to understand and modify code in your repository. Whether you're curious about AI automation or looking to streamline your development workflow, this practical demo will show you how surprisingly simple it can be to build your own AI-powered development tools.
Smol GitHub Workspace
I wanted to experiment with AI-powered code automation, so I built a miniature version of GitHub Copilot Workspace using GitHub Actions and the OpenAI Assistants API. When you create an issue in your repository describing a change you want (like "make the button text red"), the workflow automatically spins up an AI assistant that reads your codebase, makes the requested changes, and creates a pull request for you to review. It's a simple but powerful demonstration of how AI can streamline the development workflow by handling routine code changes automatically. I also recorded a talk to go along with this project.
#OpenSourceFriday
I turned my need for a simple uptime monitoring solution into an open source project that runs entirely on GitHub's infrastructure, and I'm excited to share the journey! Join me and Kedasha Kerr (@itsthatladydev) for #OpenSourceFriday where I'll walk through how Upptime uses GitHub Actions, Issues, and Pages to monitor websites and generate status pages - no external services required. Whether you're curious about building with GitHub Actions or interested in creating zero-cost developer tools, I'll share the technical decisions, challenges, and lessons learned while building a tool that's now used by thousands of developers to monitor their sites.
Talk about open source at FOSS Overflow
FOSS Overflow is a program by OpenLake and GDSC IIT Bhilai that helps students to get started with the world of open source by helping them build real world open sourced projects under guidance of awesome mentors. Later this month, I will present a talk on how to get started with open source contributions and my journey building Upptime.
Helping startups at GitHub Universe
Although I was not a speaker at GitHub Universe this year, I helped YC-funded startups by inviting them to the GitHub for Startups event and sharing discounted Universe tickets to the community. I also offered fundraising and technology advice to startups from other GitHub Stars during the event and participated in workshops.
Deliverability Guide
This aims to be the world's most comprehensive email deliverability checklist. (It's a work in progress!) If you're sending outbound emails, you should follow this checklist to ensure that your emails are delivered to the inbox and not marked as spam. This checklist is based on the experience of sending tons of of outbound emails, and it's open source to make sure we have the most recent and relevant information. Contributions are welcome!