Beyond the AI Gold Rush

Privacy, Cost, and Control: Why We Moved Away from Third-Party AI Services During my time working on a social media platform for kids, I was tasked with working on a service to moderate text messages. I briefly remember from one of our product meetings we discussed that the chat should have at least these functionalities for kids: auto-correction (just like Grammarly) and toxicity detection to make the platform safe for children to use. ...

August 16, 2025 · 3 min · 623 words

Seamless Auth System Migration with Supertokens

Shortly after joining a Bangalore startup after college, due to my previous experience in working with auth systems, I was given the task to change the current auth system from admin-secret based to a token-based auth system. with our prod server having an active user base of 5000 plus users daily. Adding more spice to the curry, since the app is used by children, we don’t want them to be redirected to a login screen after the new auth system is implemented. The transition for auth in both our frontend and backend systems should happen frictionlessly without users even noticing. ...

July 28, 2024 · 6 min · 1072 words