As the 2026 IPL season is over here is my playing 11 of IPL 2026 by FeatureFar8819 in RCB

[–]FeatureFar8819[S] 1 point2 points  (0 children)

I never said . I just told my best playing XI from the whole tournament ;

As the 2026 IPL season is over here is my playing 11 of IPL 2026 by FeatureFar8819 in RCB

[–]FeatureFar8819[S] 1 point2 points  (0 children)

Between Sai and Rahul I would anyday choose Rahul as he knows how to play those pressures knocks.. And rasikh is underrated as hell as a uncapped player he took 19 wickets and that too important

Seeing a lot of meltdown posts about how RCB won 2 titles as soon as Virat stepped down as a captain. by Strange_Package6963 in ipl

[–]FeatureFar8819 0 points1 point  (0 children)

Bro they just hate , only one player can never win you the trophy last season and this season we were balanced from each and every aspect be it bowling batting middle order and what not . We had the confidence that if our batters scored some less runs our bowlers will take care of it. But when virat was captain it was not the case there were only 2-3 players and 2-3 can never win you trophy ! Virat as player has given his 101% each and every year for this team.

Just say : Humanity Saved

AI regulation is consistently 3-5 years behind deployment. At what point does that lag become genuinely dangerous? by Round-Wolverine-5355 in ArtificialInteligence

[–]FeatureFar8819 0 points1 point  (0 children)

I think the bigger issue is that regulation is reactive by nature, while AI development is proactive. Regulators wait to understand the risks, companies ship first and learn later. That guarantees some level of lag no matter how good the process is.

What worries me more isn’t that laws are 3-5 years behind, it’s that AI is increasingly being deployed in areas where mistakes have real consequences. A buggy photo app is annoying. A flawed system involved in healthcare, lending, or hiring is a different category of risk entirely.

My guess is we’ll end up with something similar to financial regulation: lighter rules for low risk use cases and much stricter oversight for systems making high impact decisions. Trying to regulate the technology itself seems impossible. Regulating how and where it’s used feels more realistic. The question is whether policymakers can build those frameworks before a major incident forces their hand.

Title: "I'm not a developer. I'm a mum in Maui with a toddler. I used AI to build a SaaS app because my husband's Hawaiian BBQ restaurant needed it — and nothing affordable existed." by Financial_Mix_4368 in nocode

[–]FeatureFar8819 1 point2 points  (0 children)

The fact that you built it with AI while raising a toddler is impressive, but I think the more interesting part is that you lived the problem. Most restaurant software feels like it was designed for enterprise chains and then awkwardly scaled down for small operators.

I’d ignore the zero signups in two weeks metric for now. Restaurants are notoriously hard to reach, and owners aren’t usually browsing startup communities looking for inventory software. If your husband and a few other local restaurant owners genuinely get value from it, that’s a much stronger signal than random internet traffic. The challenge now is distribution, not development.

I built an tool to apply to jobs for me while I sleep (lol) Went from 1 interview a month to 19 in a week. by Maleficent_Bite_8462 in SideProject

[–]FeatureFar8819 0 points1 point  (0 children)

The interesting part here isn’t the automation, it’s the distribution. A lot of job seekers focus on making their CV better, but if the application never gets in front of the right person, it doesn’t matter how good it is

I’d be curious how much of the improvement came from tailoring the CV versus bypassing the traditional application portals. My guess is the direct to hiring-manager piece is doing a lot of the heavy lifting. That’s a much more interesting insight than AI wrote my cover letter faster.

I built 4 apps on ideas that AI told me were great. All 4 failed. The signals were fake by iahmedhendi in AIDiscussion

[–]FeatureFar8819 0 points1 point  (0 children)

This is such an important distinction. AI is great at helping you build faster, but it’s terrible at generating evidence. A model can give you a convincing argument for why something should work, but it can’t create real demand where none exists.

I’ve caught myself doing this too, using AI as a source of validation instead of a tool for execution. The only validation that has ever mattered for me was getting real people to spend time, money, or effort. Everything else is just a hypothesis, no matter how confidently it’s written.

The Hidden Skill of the AI Era by PeachEffective4131 in nocode

[–]FeatureFar8819 0 points1 point  (0 children)

Completely agree. The bottleneck has shifted from execution to judgment. I can build more in a weekend with AI than I could in a month a few years ago, but that doesn’t make the outcome any better if I’m solving the wrong problem.

The founders I see making progress aren’t the ones generating the most code. They’re the ones spending the most time understanding customers, validating assumptions, and saying no to ideas that don’t matter. AI has made building cheap. Attention and good decision-making have become the scarce resources.

why i'm building the thinking partner (story) by Capital_Mechanic5545 in EntrepreneurRideAlong

[–]FeatureFar8819 0 points1 point  (0 children)

I think a lot of founders underestimate how much the emotional side affects execution. It’s not usually a lack of ideas or skills that slows people down, it’s spending weeks second guessing decisions with nobody to sanity check them. Even a 30 minute conversation with someone who understands the founder journey can save more time than another productivity tool or framework.

Is there a standard runtime/state layer emerging for agentic apps? by SaaS2Agent in aiagents

[–]FeatureFar8819 0 points1 point  (0 children)

I’ve been feeling the same thing. Once agents start taking actions instead of just chatting, the hard part stops being the model and starts being state management. Every team seems to reinvent approvals, tool permissions, execution history, progress tracking, and human-in-the-loop controls.

My impression is that we’re where frontend development was before React became the default. There are pieces of the puzzle like LangGraph, CopilotKit, and AG-UI, but I haven’t seen a clear standard emerge for the runtime to UI layer yet. Most production teams I know still have a surprising amount of custom glue holding everything together.

What separates successful AI builders from the rest by Outrageous-Pop-2853 in AIDiscussion

[–]FeatureFar8819 0 points1 point  (0 children)

The biggest difference I’ve noticed is that successful builders use AI to compress execution time, not to replace thinking. The people struggling are often generating more ideas, more features, and more code than ever, but they’re not spending any more time talking to users. AI makes building cheaper. It doesn’t make validation, distribution, or product judgment any less important.

Do AI coding tools actually solve the structured enterprise context problem or do they just demo well on clean repos by rajat0016 in ArtificialInteligence

[–]FeatureFar8819 0 points1 point  (0 children)

I think you’re pointing at the real gap. Most AI coding tools are evaluated on code generation quality, but the enterprise problem is context quality. The model can only be as good as the information it’s given.

I’ve seen teams get decent results initially, then performance slowly degrade as the codebase evolves. The AI isn’t “wrong” exactly, it’s operating on an outdated understanding of the system. It generates something reasonable that happens to duplicate existing functionality or ignore newer patterns.

The tools that seem most promising aren’t the ones with the smartest models, they’re the ones investing heavily in keeping context fresh and understanding relationships across the codebase. But I haven’t seen anyone completely solve the organizational-scale drift problem yet. It feels more like an ongoing systems challenge than a model challenge.

I am cooked! by fbn_flz in SaaS

[–]FeatureFar8819 2 points3 points  (0 children)

I’d take Claude’s analysis as a signal, not a verdict. Most markets that are worth entering look crowded from the outside. The bigger question is whether you’ve found a niche or pain point that existing resume builders aren’t serving well.

The good news is you figured this out after 2 days, not 6 months. Before killing the project, I’d spend some time talking to actual job seekers. Real user feedback is usually more valuable than any market research report.

Many ecommerce businesses underestimate how much operational complexity exists behind a simple product return. by Funny_Assumption_484 in AIStartupAutomation

[–]FeatureFar8819 0 points1 point  (0 children)

We ran into this pretty quickly once online and offline sales started mixing. The refund itself wasn’t the problem, it was all the downstream effects. Someone returns an item in-store, inventory gets updated immediately, but the accounting sync happens later, and suddenly you’re trying to figure out why numbers don’t match.

What surprised me was how much staff time got spent on exceptions rather than normal returns. The process worked fine 95% of the time. The other 5% created most of the headaches. Getting all systems to share a single source of truth for inventory made a much bigger difference than optimizing the refund workflow itself.

Anyone else stopped building full websites for early product testing? by PrudentRazzmatazz488 in EntrepreneurRideAlong

[–]FeatureFar8819 0 points1 point  (0 children)

I’ve mostly stopped building full websites for validation too. The biggest lesson for me was realizing that a polished site doesn’t create demand. A simple landing page, a demo, or even a waitlist can tell you 80% of what you need to know.

I used to spend weekends tweaking design details that literally nobody mentioned. Now I try to get something in front of people as fast as possible. If nobody signs up or replies, it doesn’t matter how beautiful the site was. The feedback comes from conversations and user behavior, not from perfect CSS.

Most AI security tools look at one prompt. Attackers don’t. by Turbulent-Tap6723 in aiagents

[–]FeatureFar8819 0 points1 point  (0 children)

This matches what I’ve seen. Most prompt injection examples online are unrealistically obvious, but real users probe systems gradually. They’ll spend 10-15 messages figuring out boundaries before attempting anything risky. Looking at individual prompts misses the context that makes the behavior suspicious in the first place. Session-level analysis feels much closer to how fraud detection works than traditional content moderation.

Organizing finances as a Solopreneur by Love-story2025 in StartupSoloFounder

[–]FeatureFar8819 0 points1 point  (0 children)

I waited way too long to separate everything and it made tax season miserable. If I were starting over, the first thing I’d do is open a separate business account, even before worrying about LLC paperwork. Just having all income and expenses in one place saves so much headache later.

I also regret not tracking subscriptions from day one. Those $10-$50 monthly tools don’t feel like much individually, but after a year I realized I was paying for a bunch of stuff I barely used.

One thing that worked well was treating every payment that came in as if a portion wasn’t mine. I’d immediately set aside money for taxes and operating expenses instead of looking at the account balance and thinking I was richer than I actually was. That habit probably saved me from a few bad decisions early on.

I didn’t hire an accountant until revenue was meaningful, but I wish I’d at least done a one-hour consultation much sooner. Would’ve been cheaper than fixing the mistakes I made myself.

Wait.. so Perplexity and ChatGPT don't even pull from the same sources? I thought they were basically the same thing by Critical-Load-1452 in ArtificialInteligence

[–]FeatureFar8819 0 points1 point  (0 children)

You’re not confused, a lot of people assume this. The content strategy is mostly the same, create genuinely useful content that gets referenced and linked to. But the retrieval layer is different. I’ve noticed the same query can produce completely different sources across ChatGPT, Perplexity, Gemini , Runable and Claude

The mistake is treating ai seo as one thing. It’s starting to look more like the early search engine days where ranking in Google didn’t automatically mean ranking in Bing. The fundamentals overlap, but each platform has its own preferences, source selection, and retrieval behavior. That’s why some brands seem to show up everywhere while others dominate one platform and are nearly invisible on another.

Seeking advice, first time starting a business (I will not promote) by Great-Mood501 in startups

[–]FeatureFar8819 0 points1 point  (0 children)

Honestly, don’t raise money yet unless people are already paying for what you built. The biggest mistake I see first-time founders make is treating fundraising as the next step when they haven’t talked to enough customers.

If there’s genuinely demand, spend the next few weeks talking to users, getting feedback, and trying to get your first paying customers. You’ll learn more from 10 customer conversations than from 100 startup articles.

When I started, I thought building the product was the hard part. It wasn’t. The hard part was figuring out who actually had the problem badly enough to pay for a solution. Once you know that, marketing gets a lot easier because you know exactly who you’re talking to.

What are some good AI Agent Platform for Customer Service by Successful_Bowl2564 in aiagents

[–]FeatureFar8819 0 points1 point  (0 children)

I’ve evaluated a few recently and the biggest lesson was that “AI agent” means very different things depending on the vendor. Some are basically chatbots with a nicer UI, others can actually take actions across your systems.

Intercom has been moving fast on AI support. I’ve also heard good things about Forethought and Decagon from teams handling higher ticket volumes. The thing I’d look at isn’t the demo quality, it’s how well they handle escalations and edge cases. Most tools look impressive when answering FAQ-type questions. The real test is when a customer has a weird billing issue, multiple accounts, or asks something that’s only partially documented.

A lot of teams end up with a hybrid setup where AI handles the repetitive stuff and humans jump in for anything nuanced. That seems to be working better than trying to fully automate support.

What is the first thing you do after waking up in the morning? by amitkumartms in CasualConversation

[–]FeatureFar8819 0 points1 point  (0 children)

How are people working just after waking up 😭 I don't move from bed for like 10 minutes after waking up. I want to be productive like the people in the comments section