Personal Logo of Ron Bhattacharyay

Ron Bhattacharyay

using replit agent

Quick observations trying to build a simple application that had some state (a database) using Replit's Agent. I started with the following prompt:

"A flask server that has an API endpoint for people to hit where you send it a string and it returns a count of each word and how many times that character shows up as a dictionary"

You can take a look at word.ronbhattacharyay.com. The code is also available on github This is effectively a prototype. I don't think the code written here would be usable by another human being, but maybe that's the point.