Sushrut Khandelwal

TaskWithAgents - A no-code tool maker for utilities and data transformation

by
Turn repetitive data tasks into reusable tools. Upload sample data, describe the logic, and generate a personal job you can and your team can come back to and run whenever you need.

Add a comment

Replies

Best
Sushrut Khandelwal

Hello! I’m the maker of TaskWithAgents.

I built this because I was tired of writing messy, one-off python scripts (or begging LLMs) for daily data tasks like converting JSON to SQL, tfvars files to export commands, or running math on massive 100k row CSVs.

When I talked to my non-technical friends, I realized they were feeling the exact same pain, but they were stuck doing it all manually because they couldn't code.

The Solution: I built a platform where you just describe what you want to do with a small data sample, and an AI instantly generates a custom, reusable utility tool to handle it.

The Game Changer (It runs locally): The AI only writes the code. The actual tool it generates runs entirely inside your browser using pure JavaScript. This solves two massive problems:

  • 100% Data Privacy: Once the tool is generated, the AI steps away. Your actual data never reaches the backend server.

  • Zero Size Limits & Instant Speed: Because your laptop's CPU is doing the heavy lifting, you can process hundreds of thousands of rows in milliseconds without waiting on server latency.

Users are already building use cases I never even thought of. You can try out some of the deterministic tools they've built (no login required) right here: taskwithagents.com/examples.

Will be hanging out in the comments section. I'd love to hear what you build with it, and I'm happy to answer any questions about the architecture!

PS: This is just the MVP! Support for more file types and advanced AI thinking tools are coming very soon!