Live data from Hacker News

Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web

tweeks.io

111–120 of 218 posts

Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web

#111
post #39

Listen, I love customizing the web - I use Greasemonkey extensively - but I don't see a path to monetization here. Greasemonkey and Tampermonkey exist, for free. Why would someone pay for this? AI generation is neat, but once a script is creating and working - why wouldn't a user just hop over to Claude and remake the script? Besides burning tokens - these free alternatives exist. An API price hike could make it fall…

Convenience? Websites are moving targets. I don't love having to update my tampermonkey scripts when they break.

Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web

#112

This is a super fun idea. As someone who just launched a chrome extension, I find it cool that with tweeks you are essentially create one but without having to go through the chrome web store. I wonder if there's any risk in you offer shared "tweaks" that goes against some web store policy. Also I find the founder journey interesting. What made you decide to pivot from AI Recruiting to an extension generator? Saw thi…

> As someone who just launched a chrome extension, I find it cool that with tweeks you are essentially create one but without having to go through the chrome web store.

I do view this as somewhat of a meta-chrome extension. We've had people who were planning to make a simple, standalone chrome extension just build it using tweeks instead which is super cool to me. And congrats on your launch! Anything you're willing to share here?

> Also I find the founder journey interesting.

HR Tech is a segment littered with past founders and painful stories lol. It's been a long journey, but I will say that building this is more fun so far :)

Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web

#113
Can the AI agent that generates the transformations be run locally?

What makes its results deterministic? Is it a "pick from a menu of curated transformations"?

What is the risk level of it generating something harmful? (Eg. That directly or inadvertently leaks data I don't want to leak)

How human-friendly are the transformations if I want to review them myself before letting what could amount to an AI-powered botnet run in my logged-in useragent?

Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web

#115

What a positive application of AI. Refreshing to see a product which wants to reduce the amount of slop and noise in my life, instead of the opposite. A bit disappointed that it doesn't work on Firefox. Since Google banned ublock origin I would think much of your core audience is on FF.

Glad the application resonates with you!

> A bit disappointed that it doesn't work on Firefox.

I swear the entire ~3% marketshare of FF users (myself included) are lurking in this thread lol. You are all giving me an excuse to increase the priority of cross-browser support

Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web

#118
post #102

@jmadeano, i just wanna say this is the most inspiring post ive seen on HN, ever. The idea, execution and also your responses in the comments about just wanting to build cool stuff without really caring about the other stuff reminded me of why i started this journey, to have fun and build cool shit. This is genuinely soo inspiring man… lets gooo work, i really hope you win man lmao too much glaze but wtv y’all deserv…

Appreciate the kind words! Best of luck with whatever you are working on

Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web

#119

Can the AI agent that generates the transformations be run locally? What makes its results deterministic? Is it a "pick from a menu of curated transformations"? What is the risk level of it generating something harmful? (Eg. That directly or inadvertently leaks data I don't want to leak) How human-friendly are the transformations if I want to review them myself before letting what could amount to an AI-powered botnet…

> Can the AI agent that generates the transformations be run locally?

We've tried. While building this, we tested just about every top model you can think of (closed and open). We weren't able to get any of the open models to perform to our standards. We have a background in model training/fine tuning, so I'm sure some further tuning could even the playing field but definitely getting a bit ahead of myself.

> What makes its results deterministic? Is it a "pick from a menu of curated transformations"?

When you send a request to generate a script (e.g. "change to dark mode"), the agent analyzes your current page (e.g. read through the CSS to look for relevant selectors) and generates targeted edits to achieve the desired results. The response is deterministic JS/CSS that can be applied on each page load (all local after the initial generation).

> What is the risk level of it generating something harmful? (Eg. That directly or inadvertently leaks data I don't want to leak)

We have a permissions framework inspired by Greasemonkey. For example, your script can only make web requests if it includes a grant for GM_xmlhttpRequest. That should clue you in if for some reason a given script is doing something unexpected. You can also dig into the options and find the scripts themselves if you want a thorough review

Post reply on HN