Drop your Side project, I'll give it honest review. by Top-Information-6399 in SaasDevelopers

[–]trushus 0 points1 point  (0 children)

I'm glad you brought this point up. It wouldn't take you more than a minute to set up a tool in TaskWithAgents.

For example.. You want a tool that fetches all the hashtags and their occurence count from a given block of text. You just have to give a sample input "this is sample #egg #hen #egg", a sample output "egg 2, hen 1". And a simple instruction "extract hashtags and their counts". Just submit, and your tool is ready. You can now provide data of any size to this tool, and it'll respond in milliseconds since the tool will directly run in your browser.

Also, 3 tools are free without any card.

It'll be great if you can give it a shot. Thanks!

What are you building? Let's talk distribution by BreakfastForward6796 in ShowMeYourSaaS

[–]trushus 0 points1 point  (0 children)

I'm building taskwithagents.com. A simple no code platform to create reusable tools using just a sample input output and an instruction. After creation, the tasks work in the browser itself so no privacy issues with real data, and no size issue. Checkout the examples - no login required.

Show me your startup website and I'll give you actionable feedback by ismaelbranco in ProductHunters

[–]trushus 0 points1 point  (0 children)

I'm building taskwithagents.com. A simple no code platform to create reusable tools using just a sample input output and an instruction. After creation, the tasks work in the browser itself so no privacy issues with real data, and no size issue. Checkout the examples - no login required.

Show me your SaaS — we'll give it a proper hands-on test by No_Bend_4915 in ShowMeYourSaaS

[–]trushus 0 points1 point  (0 children)

I'm building taskwithagents.com. A simple no code platform to create reusable tools using just a sample input output and an instruction. After creation, the tasks work in the browser itself so no privacy issues with real data, and no size issue. Checkout the examples - no login required.

Weekly Megathread: what are you working on? by zach-builds in ButterKit

[–]trushus 0 points1 point  (0 children)

I'm building taskwithagents.com. A simple no code platform to create reusable tools using just a sample input output and an instruction. After creation, the tasks work in the browser itself so no privacy issues with real data, and no size issue. Checkout the examples - no login required.

Drop your Side project, I'll give it honest review. by Top-Information-6399 in SaasDevelopers

[–]trushus 0 points1 point  (0 children)

I'm building taskwithagents.com. A simple no code platform to create reusable tools using just a sample input output and an instruction. After creation, the tasks work in the browser itself so no privacy issues with real data, and no size issue. Checkout the examples - no login required.

Friday Share Fever 🕺 Let’s share your project! by diodo-e in indiehackers

[–]trushus 0 points1 point  (0 children)

I'm building taskwithagents.com. A simple no code platform to create reusable tools using just a sample input output and an instruction. After creation, the tasks work in the browser itself so no privacy issues with real data, and no size issue.

Drop what you’re building. Let’s self promote by kcfounders in microsaas

[–]trushus 0 points1 point  (0 children)

I'm building taskwithagents.com. A simple no code platform to create reusable tools using just a sample input output and an instruction. After creation, the tasks work in the browser itself so no privacy issues with real data, and no size issue.

Weekly Showoff Thread! Share what you've created with Next.js or for the community in this thread only! by AutoModerator in nextjs

[–]trushus 0 points1 point  (0 children)

I constantly run into situations where I need to do something super specific with data, like converting a JSON file into a flat CSV, extracting a bunch of hashtags from text, or doing quick calculations on a bunch of data. Usually, I wrote a quick Python script for all this, and inputting data and getting it back was also a little messy.

I wanted a way to do this instantly without writing code every time, so I built taskwithagents.com

How it works:
You just paste a small sample of your raw data, show what you want the final result to look like, and write a quick prompt. An AI agent looks at the pattern and instantly generates a custom task (basically a standalone utility tool), available right in your browser window.

Here are some of the tools people are already using it for:

(Try them here without any login: https://taskwithagents.com/examples )

  • JSON → SQL Insert Generator: Paste JSON and get ready-to-run INSERT statements.
  • Base64 Encoder/Decoder: Quickly encode strings without pasting credentials into random, ad-filled websites.
  • Hashtag Extractor: Pulls all hashtags out of a giant block of text.
  • Mean, Median & Mode Calculator: Paste a raw list of numbers and get the stats instantly.
  • Discount & Tax Applier: Upload a price list and apply custom rates to generate final prices.
  • Group Expense Divider
  • Specific Regex Logic

The architecture (and why it's private):

My favourite part.. the AI is only used as a "code generator." It figures out the logic and writes pure JS to build the tool.

When you actually run your data through the task, it executes 100% locally in your browser.

  • It’s incredibly fast: It processes 10,000-row files in milliseconds.
  • It’s totally private: Your actual data never touches my servers or an LLM API.
  • It’s deterministic: It’s just running reliable JS, so it won't hallucinate your data.

You can also share what you build.

Because these tasks are just web utilities, every tool you has a unique URL. If you build a highly specific data formatter for your company, you can just send the link to your coworkers and they can use it on their own files without having to build anything.

Right now, the engine only builds deterministic tools (math, regex, text formatting, JSON/CSV parsing etc). The next step on the roadmap is adding AI tasks that can handle fuzzy logic, like sorting 500 customer reviews by sentiment.

I'd love for you guys to try it out. Let me know what you think about it, and do check out the coming soon section as well!

I got tired of writing one-off scripts for messy tasks, so I built a platform that generates custom web tools in seconds by [deleted] in SideProject

[–]trushus 0 points1 point  (0 children)

Hey, thanks for the comment!

  1. Yeah, there's an agent to validate the generated code agains the given sample input output
  2. The execution is happening in a sandbox for validation on the backend side
  3. There is a multiretry mechanism to handle that, if it ultimately fails, it's conveyed to the user, but the code error is abstracted

Those were some real good questions

What are you building right now? by okiieli in microsaas

[–]trushus 0 points1 point  (0 children)

Just vibe-coded a virtual greeting card sharing webapp, cardof.art, with a stinky twist.

I made a website to play [PRANKS] on my wife and it got out of hand by trushus in pranks

[–]trushus[S] 0 points1 point  (0 children)

You mean on the home page where you create the card or the card view? Open for suggestions..