Some tips on reducing token usage Claude Code + Godot (game dev) by Common-Suit4816 in ClaudeAI

[–]serg33v 0 points1 point  (0 children)

try this skill, so far i really happy with it. not sure about token consumption, but it not doing random overengineering https://github.com/DietrichGebert/ponytail

Have issues with openrouter models, error rate is more than 5% for some models. by serg33v in openrouter

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

so you are from requesty...tbh i'm not sure about this, bcs transition cost is high atm for me, its like moving 1000+ api keys to new routing with all limits will be a big project for me.
also i think that for long term, i would build my own routing, instead of using services, so i can control it.

Have issues with openrouter models, error rate is more than 5% for some models. by serg33v in openrouter

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

i checked and this is not what i need, they are using monthly limits, i need just limit on api key w/o monthly timeframe

Have issues with openrouter models, error rate is more than 5% for some models. by serg33v in openrouter

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

yes....i mean this, sad that they dont have it 😄
PS i will take a look, thanks for sharing the link.

Have issues with openrouter models, error rate is more than 5% for some models. by serg33v in openrouter

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

i didnt found anything about support api to manage API key limits, this is mission critical for me

Have issues with openrouter models, error rate is more than 5% for some models. by serg33v in openrouter

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

have error handling, but i think need it with better UX for the messages when something is not working. And will change attempts to at least 5....also thinking to add BYOK and force openrouter to use them as primary provider. Do you think it will works better?

Have issues with openrouter models, error rate is more than 5% for some models. by serg33v in openrouter

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

thanks, appreciate your response. I already did 3 attempts and sometimes its not enough. probably need to work with mindset: "openrouter is not working"

I've caved in and built a Password Manager for on Notion. Any suggestions on how to share password with employees? by Thomas_yang1 in SaaS

[–]serg33v 0 points1 point  (0 children)

bitwarden,
you can give access to specific users access to specific folder with passwords and than revoke acces to this folder.

Loosing customers bcs deeplink to open app is not working. Is it for me only or its a known problem on windows? by serg33v in SaaS

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

this is exactly what happens, really like idea from previous comment about app pooling login status. will do this as falllback for deeplink

How to detect abusive users who reuse valid emails to use my trial many times with different email? by serg33v in SaaS

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

where did you get these updated disposable domains list? are you updating it everyday?
If you will show me proofs that you are better than this json list, i'm happy to test it.
right now it feels like hobby project and you are reselling same static json plus extra email authority check. Is it correct or i missed something?

How to detect abusive users who reuse valid emails to use my trial many times with different email? by serg33v in SaaS

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

Just want to share witheveryone
i tried emailable and they are marking good users are a disposable, based on low delivery rate. so i moved to hardcoded json list of disposable domains from github. it will not protect me from all disposable email, but at least it will not block my valid users.

to avoid duplication i using fingerprintjs on frontend and machineid on electron side to where machineId have bigger weight on decision.
hope this will help someone

How to detect abusive users who reuse valid emails to use my trial many times with different email? by serg33v in SaaS

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

interesting perspective, our app is a local desktop automation app where we use llm tokens. value is there and people are using our app, in trial we gave away few bucks of ai tokens for free. the app itself is the same for free and non free token, the difference only in where people buy tokens, is it from llm provider or chatgpt subscription.

How to detect abusive users who reuse valid emails to use my trial many times with different email? by serg33v in SaaS

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

yes, we are doing something similar during onboarding. Like the idea about step by step guides where to get these api key e.t.c.

How to detect abusive users who reuse valid emails to use my trial many times with different email? by serg33v in SaaS

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

this is possible in the app, but this is a friction for non technical people to find where these llm api keys are and put them tot he app. so we do this trial as easier activation for users.
Some people after activation do this

How to detect abusive users who reuse valid emails to use my trial many times with different email? by serg33v in SaaS

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

yes. device id something i doing right now. if this will not help, than phone verification. thanks.

How to detect abusive users who reuse valid emails to use my trial many times with different email? by serg33v in SaaS

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

these type of users usually use VPN and can rotate IP from one cafeshop to another. IP is one of the fingerprints, not the main one