I've seen the enterprise version with a top-5 consulting company, and it answers from their global knowledgebase, cites references, and doesn't train on their data.
Tersho is a Google Sheets and Excel add-on that uses AI to generate and explain spreadsheet formulas. It is in beta and is available for free as a Google Sheets add-on (Excel version coming very soon!)
Explanation of results for non-ML folks (results on the default supabase repo shown on the homepage):
Codeball's precision is 0.99. It simply means that 99% PRs that were predicted approvable by Codeball were actually approved. In layman, if Codeball says that a PR is approvable, you can be 99% sure that it is.
But recall is 48%, meaning that only 48% of actually approved PRs were predicted to be approvable. So Codeball incorrectly flagged 52% of the approvable PRs to be un-approvable, just to be safe.
So Codeball is like a strict bartender who only serves you when they are absolutely sure you're old enough. You may still be overage but Codeball's not serving you.
It’s still 2 factor, just that a few permitted people have access to the one time password. It’s identical to manually sharing the OTP, just automated.
> The security model doesn’t instill a lot of confidence in me, being that you expect user-interaction as a means of security.
The primary use case is for multiple people wanting to access an account that is behind 2FA.
Example of such folks are -
1) My dad wanting to access my bank account details without having to trouble me
2) Me wanting to login to my brother’s OTT accounts (hotstar, prime etc.)
3) CAs needing bank access for small business owners
I have a question about your method - Are all messages broadcasted to the server? If only the ones with an OTP, are OTP messages for all apps broadcasted to those people?
In Auto-OTP, the OTP can be forwarded to different people app-wise. For example, you may choose who should receive the OTP for app1, who receives for app2 etc.
Hi HN. My name is Apoorve, I am 23 year old undergraduate student.
I share a lot of internet accounts (Netflix, prime etc.) with my friends and family, and recently have been in OTP (one-time-password) hell. I built Auto-OTP to securely send and receive OTPs from people I trust.
This is mostly meant as a beta release so please do check it out and share your feedback :)
I've seen the enterprise version with a top-5 consulting company, and it answers from their global knowledgebase, cites references, and doesn't train on their data.