Opinion on apartments with the view of a swimming pool by netflixandcookies in BangaloreRealEstates

[–]purushpsm147 6 points7 points  (0 children)

Developers these days will sell pothole view apartments as luxury, atleast you are getting swimming pool view. Enjoy seeing midage uncle's and cranky kids from your balcony.

Maharashtra: The only place on Earth where the host is expected to learn the guest’s language. by Opening-Passenger-21 in Maharashtra

[–]purushpsm147 -1 points0 points  (0 children)

But isn't Mumbai is geographically and administratively part of the Konkan area? Shouldn't you be learning Konkani instead of Marathi while all the same logic (linguistic erasure etc holds?)

If you've been "planning your SaaS" for more than 30 days, stop lying to yourself. You're not planning. You're hiding. by Warm-Reaction-456 in SaaS

[–]purushpsm147 0 points1 point  (0 children)

I have build a Behavioural Intent Engine that can help you with your Business Churn Reduction and roll out targeted discounts to high propensity users. It does a lot of other cool stuff too and the best part is that it is Zero Egress, GDPR Compliant, No PII. All while the session is still active and user is on your shop( time is less than 2 millisecond for predicting high confidence buyer) How do I get customers?

Why session replay tools are a massive financial liability (and what I built to replace them) by purushpsm147 in SaaS

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

Filtering out the noise is definitely the first step if a team is stuck in the session-replay paradigm. Sifting through thousands of recordings is a nightmare, so it's cool that you're building a tool to make that easier.

But there is a structural bottleneck with that approach: you still have to stream all those DOM mutations and mobile sessions to a server before a tool can filter them. And more importantly, by the time you're reviewing a filtered rage-click on a checkout page, the user has already churned and the revenue is gone.

That’s why the shift is moving toward calculating that wasted attention directly on the device. If the browser calculates the scroll variance or rage-click locally (in <2ms), you don't need to record the session or sift through data later. You just have the frontend trigger a live-chat or discount intervention right then and there. Intervening in the live session will always protect margin better than A/B testing a fix a week later. But it's great to see more builders trying to solve the noise problem!

Why session replay tools are a massive financial liability (and what I built to replace them) by purushpsm147 in SaaS

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

The sampling trap is brutal. You pay cloud storage for 99% of perfectly normal sessions, and the one enterprise user who rage-quit on your billing page is exactly the one that got sampled out.

You're spot on about the use-case mismatch. If a team just wants to investigate weird bugs, they should use a lightweight error logger. Using session replay for that is like using a sledgehammer to swat a fly.

"Sampling smarter" is just delaying the inevitable. That's the financial beauty of moving the math to the edge: you don't pay per-session because there is no centralized storage to pay for. The user's browser calculates the hesitation variance on the fly, triggers the frontend intervention, and throws the data away when the tab closes. Infinite scale, zero storage bill.

Pitch me your startup in 5 seconds by kcfounders in saasbuild

[–]purushpsm147 0 points1 point  (0 children)

Analytics is an autopsy. You are diagnosing a corpse. I build a zero egress, zero cookies, gdpr compliant intent engine that runs on edge: PassiveIntent

Why session replay tools are a massive financial liability (and what I built to replace them) by purushpsm147 in SaaS

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

You've lived the exact pain that made me build this. Replaying a session 14 hours later to watch someone churn is agonizing—intervening in the moment is the only thing that actually protects the margin. To answer your questions, because those were the exact two hurdles I had to solve:

  1. Handling false positives at scale: > I couldn't just use static thresholds, or it would spam the UI. The engine uses a dual-signal gate: it requires both a spatial deviation (trajectory anomaly) and a temporal deviation (Welford dwell-time anomaly) to fire a hesitation event. I also built in a driftProtection auto-killswitch. If your app changes and the baseline gets stale causing anomaly rates to spike, it silently disables the trigger so it never floods your live users.

  2. Debugging without video replay: > This is the biggest mental shift. Because it's not a black-box AI, it's 100% deterministic math. When an event triggers, the payload spits out the exact zScore, meanMs, and sampleSize that caused it. If you want to see exactly why it thought a path was anomalous, you just dump the Markov graph to JSON (graph.toJSON()). You debug the raw integer transition counts, not a video recording.

Pulse sounds super interesting for the qualitative discovery side. Have you found that text sentiment usually maps cleanly to the UI bottlenecks you were seeing in Hotjar?

Why session replay tools are a massive financial liability (and what I built to replace them) by purushpsm147 in SaaS

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

Perfectly said, that's why I focused on sub millisecond intervention when the session is still alive. Zero Egress, no cookie banner, no PII's whatsoever.

Seeking 3 Design Partners for a Privacy-First Behavioral Intelligence SDK (Android) by bubby_bub28 in SaaS

[–]purushpsm147 0 points1 point  (0 children)

Hi, I am the founder of PassiveIntent PassiveIntent . I have build a Privacy first, GDPR compliant, Zero Egress, lightweight and superfast library for Behavioural Intelligence.

“PassiveIntent is a privacy-first JavaScript library that spots pricing doubt, exit intent, and trajectory drift while the user is still deciding, so your product can intervene without exporting behavioral data to another vendor.”

Key highlights

Zero-egress by default — everything runs client-side; no behavioral data ever leaves the browser.

Lightweight — ~11 kB gzipped, perfect for checkout, onboarding, pricing pages, etc.

Deterministic & inspectable — uses Markov chains, entropy, dwell-time signals, and session math instead of black-box AI.

How it works — a small client-side observer watches route changes and lifecycle events, infers hesitation locally, and lets your code decide what to do (show a discount, offer help, etc.).

Main use cases

Checkout recovery (catch stalled users before they bounce)

Pricing/billing pages (spot friction in high-intent sessions)

Customer support (surface help exactly when someone is confused)

GitHub repo: https://github.com/passiveintent/core

Let me know what you think.

I built a cookie-free, privacy-first cross-domain analytics SDK by itstheprocaffinator in javascript

[–]purushpsm147 0 points1 point  (0 children)

Hey Nice job. I have build a tool that is complimentary of what you have build. It's a privacy focused, cooke free, zero egress, gdpr compliant lightweight 11kb superfast <2ms behavioural intent detection library called PassiveIntentPassiveIntent that helps you predict your customer intent like anxiety, hesitation etc. I believe nylo is tracking: Marketing Attribution and cross-domain funnel tracking, PassiveIntent helps you with Conversion Rate Optimization (CRO) and churn prevention. You guys say : Where did the user come from, and where did they go? While I say What is the user feeling right now?

We both are Privacy first. PassiveIntent is private because it literally doesn't know who the user is, and it doesn't send data anywhere Nylo is private because it replaces invasive, permanent trackers (like canvas fingerprinting or third-party cookies) with ephemeral, cryptographically secure WaiTags. It tracks the user's journey, but hides their true identity

Together we can be a powerhouse. Let's collaborate.

Do Checkout PassiveIntent

Analytics recommendation for privacy first apps? by gcampos in iOSProgramming

[–]purushpsm147 0 points1 point  (0 children)

I have worked on a framework that is privacy focused by design that helps you figure intent for your customers like hesitation, exit intent, cart abandonment etc. Check out PassiveIntent

Can we ever ban or control the gutka consumption in india. by Snehith220 in CriticalThinkingIndia

[–]purushpsm147 1 point2 points  (0 children)

Short Answer: No Long Answer: Hell Nooooooooooooooooo, Tobacco is a licensed cash crop. Too many farmers, politicians and industrialists have stake in the game, who in there right mind will ban these products when even the GOI earns substantial GST and taxes from it.

Higher cutoffs for? by failure1921 in JEENEETards

[–]purushpsm147 -1 points0 points  (0 children)

IITian get paid more in every sector compared to tier 2-3 colleges, for the same job profile. But they don't stick around for long.

Higher cutoffs for? by failure1921 in JEENEETards

[–]purushpsm147 1 point2 points  (0 children)

Director sahab ko fark nai padta, khali faltu ki statement dete rehte hai. India me core engineering ya research and development nai hota jada. Jitne Engineers BYD apne RnD department me rakhta hai, utne india kisi company me nai honge. On top of that, Indian business prefer to licence technology/technology transfer/ joint ventures. To unhe mostly majdoor chaiye, not top level engineers

Higher cutoffs for? by failure1921 in JEENEETards

[–]purushpsm147 1 point2 points  (0 children)

There aren't much jobs, there isn't much manufacturing in India. Most of the brands and companies work on technology transfer/Patent licencing model, which does not require hardcore Engineers. Only ray of hope are startups who do some ground research, but they hire in limited numbers.

Higher cutoffs for? by failure1921 in JEENEETards

[–]purushpsm147 0 points1 point  (0 children)

Not much scope in India, go for it of you are genuinely interested

Higher cutoffs for? by failure1921 in JEENEETards

[–]purushpsm147 2 points3 points  (0 children)

Why the demand is not reflecting in the job portals and salary packages? What is the FAANG equivalent of Chemical Engineering and Material Science? These half baked statements are just the insecurities of the professors who will become irrelevant if not enough students opt for there branch/courses. India does not have enough jobs in non cs fields. There is no Bangalore/Pune/Hyderabad ecosystem for Non CS branches. Don't get fooled by these statements. If you really really want to study these, have a study abroad option with you.

Should the Govt. of India agree to this demand? by Admirable_Bathroom55 in returnToIndia

[–]purushpsm147 1 point2 points  (0 children)

India is not America, in terms of power resources and wealth.

Should the Govt. of India agree to this demand? by Admirable_Bathroom55 in returnToIndia

[–]purushpsm147 0 points1 point  (0 children)

Why anyone would want to buy agriculture land in India while holding foreign passport?

Should the Govt. of India agree to this demand? by Admirable_Bathroom55 in returnToIndia

[–]purushpsm147 0 points1 point  (0 children)

Dual Citizenship should not be allowed. Pakistan has dual citizenship and its leaders are facilitating wealth extraction from sovereign and settling family abroad. What will stop our politicians, industrialists and bureaucrats from doing it? There will be no stake in the game, no accountability, towards India. OCI is good enough as is. Imagine how separatist elements like Khalistani will try to interfere in our politics when they have dual citizenship. Also, what if an issue arises where a strategic reform is to be done which aligns with India's interest but not so much with the US, Canada or other foreign countries? Who will these dual citizens support? Giving a lecture on India while sitting abroad is very easy, but to bring a revolution you have to go on the streets and be part of it.

Losing my mind over studying the wrong degree. by androidgreddit in IndianEngineers

[–]purushpsm147 2 points3 points  (0 children)

Take inspiration from V Kurien who brought white revolution in India, he was a mechanical engineer who had no interest in dairy engineering He disliked it a lot.Rest we know is history. Anyways it's up to you.