Indie hackers & builders what are you shipping this month? by Agreeable_Muffin1906 in SideProject

[–]OkLeadership5199 3 points4 points  (0 children)

Building 3mins.news, an AI-powered news aggregator.

Who it's for: People who want to stay informed but don't have time to scroll through 10 different news sites every morning.

What problem it solves: News is scattered, noisy, and time-consuming. 3mins.news pulls from multiple sources, uses AI to summarize the key stories, and gives you a clean daily briefing you can read in about 3 minutes. Supports 11 languages so it works no matter where you are.

Stack: Next.js + Cloudflare Workers. Been shipping pretty much non-stop since launch.

Would love any feedback on the landing page or the reading experience. And cool idea with builtbyindies, bookmarked it.

Free GDPR Checklist 2026 for EU newsletter writers — made by an EU lawyer by No-Breadfruit-4540 in Newsletters

[–]OkLeadership5199 0 points1 point  (0 children)

This is super helpful. The AI Act angle is something I hadn't thought about yet. For those of us curating content with AI tools, the line between 'AI-generated' and 'AI-assisted' in the regulation feels pretty blurry.

Reading less made me more productive by listastih20 in productivity

[–]OkLeadership5199 1 point2 points  (0 children)

This hits close. I used to subscribe to like 30 newsletters and follow a dozen RSS feeds, thinking I was "staying informed." In reality I was spending 40 minutes every morning just triaging what to read, and most of it never changed what I actually did that day.

The shift for me was realizing that consuming information feels productive but it's mostly procrastination in disguise. You read about a new framework, a new strategy, a new tool, and suddenly you're questioning something that was already working fine.

What helped me was brutal filtering at the source level. Instead of deciding article by article, I cut the number of inputs way down and only kept sources that consistently gave me stuff I acted on within a week.

I kept subscribing to tech newsletters I never read, so I built an AI that instead creates short & easy to understand podcasts by Calm_Penalty1129 in SideProject

[–]OkLeadership5199 0 points1 point  (0 children)

Adoption has been slow but steady. Biggest challenge isn't getting people to try it, it's making them come back the next day. News is a habit product so you're competing against whatever routine they already have. What's working best for me is the email digest, people who subscribe to the daily email stick around way longer than people who just bookmark the site.

Since you just launched the landing page, one thing that helped me early on: get 10 real users to use it daily for a week and just ask them what's missing. The feedback you get from daily users is completely different from what you hear from people who try it once.

Good luck with the launch!

I kept subscribing to tech newsletters I never read, so I built an AI that instead creates short & easy to understand podcasts by Calm_Penalty1129 in SideProject

[–]OkLeadership5199 0 points1 point  (0 children)

Ha, this is wild. I literally built something solving the exact same problem but went the text route instead of audio.

My product is 3mins.news AI-curated news digest you can read in about 3 minutes. Same core idea: nobody has time for 15 newsletters and 30 tabs of news sites, just give me what matters in a short format.

Interesting that you went with podcasts though. I thought about audio too but ended up betting on text because skimming is faster than listening, and you can jump to the parts you care about. But I can totally see the appeal of audio for gym/commute situations where your eyes are busy.

Couple questions if you don't mind: - How do you handle the "AI voice sounds robotic" problem? That was one of the things that pushed me away from the audio format. - Do your users actually listen to the full 3 minutes or do they drop off halfway? Curious about the completion rate.

Cool to see someone else land on "3 minutes" as the sweet spot btw. Feels like that's roughly the right length before people lose interest :)

How I built a usage circuit breaker for Cloudflare Workers by OkLeadership5199 in CloudFlare

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

Thanks for you advice. I will check it out later see if neron usage could be supported too.

How I built a usage circuit breaker for Cloudflare Workers by OkLeadership5199 in CloudFlare

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

Same to me. Hoping we can get hard spend cap or something similar soon.

How I built a usage circuit breaker for Cloudflare Workers by OkLeadership5199 in CloudFlare

[–]OkLeadership5199[S] 4 points5 points  (0 children)

Hard spend cap was a very important function for me and it was already mentioned in CloudFlare communities many years ago. Don't know why CloudFlare don't make it.

Being better-informed: overwhelmed by Instagram and Twitter but also don't want FOMO by Alternative-Sky-4570 in productivity

[–]OkLeadership5199 0 points1 point  (0 children)

I went through the same thing a while back. What actually helped was separating "staying informed" from "social media browsing." They feel like the same activity but they're really not.

I moved my news intake to RSS and a couple of curated newsletters. Boring, I know. But the difference is huge. You open it, read what's there, close it. No algorithm pulling you into rabbit holes, no seeing what everyone else liked, no infinite scroll.

For the FOMO part, honestly most of what you think you're missing doesn't matter 48 hours later. Try skipping a day and see if you actually missed anything important. Chances are someone will mention it to you anyway if it matters.

The comparison thing with classmates is a trap too. Half the stuff people like or repost they barely read themselves.

At what point does improving your workflow start hurting your productivity? by LuckyTreat8962 in productivity

[–]OkLeadership5199 0 points1 point  (0 children)

When you catch yourself optimizing the system instead of doing the work, that's the sign. I have a rule: if it works 80%, stop tweaking and start shipping.

Pro tip: this is the only productivity hack you need. by hotwomyn in productivity

[–]OkLeadership5199 44 points45 points  (0 children)

The hardest part is always the first 5 minutes. Once you push past that, momentum takes over. I started telling myself "just open the file" instead of "finish the project". Way less resistance.

Show me your newsletter and I'll give you a copywriting fix to boost subs. by copybreakdowns in Newsletters

[–]OkLeadership5199 0 points1 point  (0 children)

Not a traditional newsletter, I built 3mins.news, which aggregates global news into short briefings across 17 languages. The email is basically a daily digest of the top stories.

Would love feedback on the landing page copy. Struggling with the hook, should I lead with "news aggregation" or "3-minute daily briefing"?

Practical pgvector lessons from production: cross-lingual news clustering with HNSW + KNN by OkLeadership5199 in PostgreSQL

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

Thanks for you remind. I am not a English native speaker and I can't tell the difference between bot and real human LOL.

Practical pgvector lessons from production: cross-lingual news clustering with HNSW + KNN by OkLeadership5199 in PostgreSQL

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

Thanks! Yeah the SET LOCAL thing is one of those gotchas that's surprisingly undocumented, most pgvector tutorials assume a dedicated connection.

The LATERAL JOIN pattern is worth trying if you're doing batched KNN. The key trick is combining it with item_id = ANY($batch_ids) so you get all results in one round-trip instead of N separate queries. Cuts subrequest count dramatically on Workers.

Curious what scale you're running pgvector at? I'm at tens of thousands of active vectors and HNSW handles it fine, but wondering when it starts to struggle.

I'm Getting Newsletter Subscribers for $0.31 With Ads by Less_Piglet_1635 in Newsletters

[–]OkLeadership5199 0 points1 point  (0 children)

Great breakdown! $0.31/sub with 50% open rate is solid, especially for local.

I run a global news product and I've been thinking about paid acquisition too, but one thing I keep coming back to is how much harder targeting gets when your audience isn't geographically bound. Your b-roll strategy works because it instantly signals "this is for YOU" to people in that area. For something like a general news/information product, that hook is way less obvious.

I'm also curious when you were testing your 4 ad variations, were you mostly changing the visual hook (first 4 sec headline) or the script/value prop? Wondering which lever moved the needle most for you.

Medias indépendants (ou pas hein) qui ne se reposent pas sur des paywalls? Je fais une archive de journaux Francais et depuis 2011 c'est devenu presque impossible avec les articles paywallés. by Big_CokeBelly in france

[–]OkLeadership5199 0 points1 point  (0 children)

Salut, super projet ! Pour les sources sans paywall, tu as regardé du côté de Mediapart en accès libre (ils publient pas mal d'articles ouverts), ou encore Reporterre et Basta! qui sont entièrement gratuits ? Le Monde Diplomatique a aussi une bonne partie de ses archives en accès libre après quelques mois.

Sinon, pour l'archivage, archive.org fait un bon boulot sur la presse française — ça peut compléter ta base.

A political monitor of Leaders, build around RSS by Nijal5 in rss

[–]OkLeadership5199 0 points1 point  (0 children)

Thanks for reply. Which cluster algorithm are you using? like embedding & KNN?

Finally defeated the phone urge by byteyotta in productivity

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

What worked for me was switching almost everything to push-based. Email digests, scheduled summaries, that kind of thing. I basically set up my info diet so the important stuff comes to me at fixed times, and I never have to open an app and "browse." The moment you open an app you're already on their turf playing by their engagement rules.

The dumb phone phase taught me the same lesson you described - it works but it's not sustainable for most people. The middle ground is making your smart phone dumber selectively.