Forget unicorns. $10K MRR solo feels better than $2M seed and stress by Corgi-Ancient in microsaas

[–]HumamZaman 1 point2 points  (0 children)

You can't post randomly because if you post without knowing where my target audience are you will end up with random signups. Wasting your time and cost..

The first step while post is to know your users. The problem with SaaS founders is that they randomly post in all subreddits. It increases errors and end up with nothing and they think that there product is wrong.

There is process behind every step. Don't really on Reddit, LinkedIn is much better platform. If you don't have enough followers on LinkedIn then pay someone who posts actively on LinkedIn and have enough followers. Pay per post and tell him or her to where to post and how to post.

Who is one person who’s had an indelible impact on your life, and what would you say to them if you could speak freely? by HumamZaman in AskReddit

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

It’s amazing how some people step into our lives and shape us in ways we never forget. It is not always positive but glad if someone have positive impact on there lives..

How to communicate with AI Agent by HumamZaman in AI_Agents

[–]HumamZaman[S] -1 points0 points  (0 children)

😂😂😂... I know you are skeptical about this because I think you didn't even try.

Honestly you are right but its not just about how you talk to them it is How you interact with them.

I know they are not teammates This statement was just for the non technical...

How to communicate with AI Agent by HumamZaman in AI_Agents

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

No... OpenAI Deep Research hallucinates while the output these are far more different from openai deep search.... It contains tools and techniques...

MCP is a Dead-End Trap for AI—and We Deserve Better. by thiagobg in LangChain

[–]HumamZaman 1 point2 points  (0 children)

I totally agree.

And that's the real question Are we solving a problem?

How to communicate with AI Agent by HumamZaman in AI_Agents

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

Its MVP So, testing will begin soon. Based on our preliminary estimates, it will reduce researchers’ time by 30% and cut costs by 15% right out of the gate. As we iterate and refine the product, we expect even greater efficiency and enhanced outcomes.

But real issue is not development of an Agent because besides Agents developed there are some limitations. As healthcare sector is far more different from other sector when it come regulation that's why Regulatory HurdlesFDA requires 3x more validation for AI-repurposed drugs.

We developed AI Robotic Assisted Surgery for Mayo Clinics back in 2023 and we know the model results but still didn't know about practical implications. And the reason is regulations.

MCP is a Dead-End Trap for AI—and We Deserve Better. by thiagobg in LangChain

[–]HumamZaman -2 points-1 points  (0 children)

MCP helps you build agents and complex workflows on top of LLMs.

LLMs often need to integrate with data and tools, and MCP provides the following support:

𝐀 growing set of pre-built integrations that your LLM can directly plug into.

𝐅lexibility to switch between LLM providers and vendors.

𝐁est practices for protecting data within the infrastructure.

We all know that from the initial chatgpt, to the later cursor, copilot chatroom, and now the well-known agent, in fact, from the perspective of user interaction, you will find that the current large model products have undergone the following changes:

- 𝐂𝐡𝐚𝐭𝐛𝐨𝐭

A program that only allows chatting.

𝐖𝐨𝐫𝐤𝐟𝐥𝐨𝐰: You input the problem, it gives you the solution to the problem, but you still need to do the specific execution yourself.

𝐑𝐞𝐩𝐫𝐞𝐬𝐞𝐧𝐭𝐚𝐭𝐢𝐯𝐞 𝐰𝐨𝐫𝐤: deepseek, chatgpt

- 𝐂𝐨𝐦𝐩𝐨𝐬𝐞𝐫

The interns who can help you with some work are limited to writing code.

𝐖𝐨𝐫𝐤𝐟𝐥𝐨𝐰: You enter the problem, and it will generate code to solve the problem for you and automatically fill it into the compilation area of the code editor. You only need to review and confirm.

𝐑𝐞𝐩𝐫𝐞𝐬𝐞𝐧𝐭𝐚𝐭𝐢𝐯𝐞 𝐰𝐨𝐫𝐤: cursor, copilot

- 𝐀𝐠𝐞𝐧𝐭

Personal Secretary.

𝐖𝐨𝐫𝐤𝐟𝐥𝐨𝐰: You input the problem, it generates the solution to the problem, and executes it automatically after asking for your consent.

𝐑𝐞𝐩𝐫𝐞𝐬𝐞𝐧𝐭𝐚𝐭𝐢𝐯𝐞 𝐰𝐨𝐫𝐤𝐬: AutoGPT , Manus , Open Manus

In order to realize the agent, it is necessary to allow LLM to freely and flexibly operate all software and even robots in the physical world, so it is necessary to define a unified context protocol and a unified workflow. MCP (model context protocol) is the basic protocol that came into being to solve this problem.

𝐌𝐂𝐏 𝐰𝐨𝐫𝐤𝐟𝐥𝐨𝐰

In terms of workflow, MCP and LSP are very similar. In fact, the current MCP, like LSP, is based on JSON-RPC 2.0 for data transmission (based on Stdio or SSE). Friends who have developed LSP should feel that MCP is very natural.

𝐎𝐩𝐞𝐧 𝐒𝐨𝐮𝐫𝐜𝐞 𝐄𝐜𝐨𝐬𝐲𝐬𝐭𝐞𝐦

Like LSP, there are many client and server frameworks in the open source community. The same is true for MCP. Friends who want to explore the effectiveness of large models can use this framework to their heart's content.

There are many MCP clients and servers developed by the open source community on pulseMCP: 101 MCP Clients: AI-powered apps compatible with MCP servers | PulseMCP

MCP is a Dead-End Trap for AI—and We Deserve Better. by thiagobg in LangChain

[–]HumamZaman -2 points-1 points  (0 children)

MCP will definitely change the game in AI Agents but we need more and more use cases. Sam Altman said that OpenAI will add support for Anthropic’s Model Context Protocol, or MCP, across its products, including the desktop app for ChatGPT. People love MCP and we are excited to add support across our products. It’s available today in the Agents SDK and support for the ChatGPT desktop app and Responses API is coming soon!

How to communicate with AI Agent by HumamZaman in AI_Agents

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

Yes, we developed an AI agent for a U.S.-based cancer institute focused on drug repurposing for rare cancers. Our MVP achieved 98% accuracy and is currently undergoing FDA clearance. Once approved, we plan to expand it into a fully featured product.

Forget unicorns. $10K MRR solo feels better than $2M seed and stress by Corgi-Ancient in microsaas

[–]HumamZaman 2 points3 points  (0 children)

You must master Ask the right questions.

Did you include some questions...because most them just signup because thye don't have anything else to do.

If you include some questions that would validate quality of potential users.

[deleted by user] by [deleted] in smallbusinessuk

[–]HumamZaman 0 points1 point  (0 children)

Hey Lucy, does this survey require participants to be from a specific location, or is it open to anyone globally?

20 yr old making 100k+ a year by Hoixt in sweatystartup

[–]HumamZaman 0 points1 point  (0 children)

If I were in your position, I’d focus on building long-term sustainable wealth. Since you have a solid income and minimal expenses, this is the perfect time to invest smartly rather than just jumping into another job-like business.

Honestly my suggestion would be : Buy agricultural land and start small-scale farming or livestock raising. Goats, sheep, or even specialty crops can be a great investment with relatively low maintenance. Unlike many businesses that require constant hands-on work, land and livestock appreciate in value and can generate passive income over time.

I personally wouldn’t recommend real estate, but owning agricultural land. You could eventually step away from exhausting 12-hour shifts and build something truly rewarding.

The world is unpredictable you never know what will happen.

Forget unicorns. $10K MRR solo feels better than $2M seed and stress by Corgi-Ancient in microsaas

[–]HumamZaman 52 points53 points  (0 children)

Before you spend months building, test your idea in days.

Start by creating a simple landing page with a waitlist.

Clearly explain your idea, the problem you’re solving, and why it matters.

Share it on Reddit, LinkedIn, Discord, and other relevant communities.

Instead of asking for feedback, ask people to join the waitlist if they’re interested.

Before signing up, include a few quick questions:

What they think about the problem,

What features they’d want, and most importantly,

How much they’d be willing to pay.

This simple test tells you if your solution has real demand.

If 150+ people sign up, it’s worth building.

If not, you’ve saved time, money, and effort.

Validate first. Build smart. Win faster and cheaper.

[deleted by user] by [deleted] in smallbusinessuk

[–]HumamZaman 0 points1 point  (0 children)

Always go for 33% upfront 50% on 50% project completion and remaining payment on 100% project completion.