Viewing profile — qudent
qudent
HN member- Joined
- Wed, Jan 03, 2024, 12:17 AM UTC
- HN karma
- 105
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About qudent
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47164359
I think the fact that it is not possible to put hard spending caps on API keys might be ruled illegal by some EU court soon enough, at least when they sell to consumers (given the …
-
comment
Comment #47162931
In Google AI Studio, Google documentation encourages to deploy vibecoded apps with an open proxy that allow equivalent AI billing abuse - giving the impression that the API key wer…
-
comment
Comment #47024859
Google AI Studio documentation encourages developers to deploy vibecoded apps, claiming the API key is secure because it is protected by a proxy - however, there are no checks on t…
- story
-
comment
Comment #47023707
Because inference is autoregressive (token n is an input for predicting token n+1), the forward pass for token n+1 cannot start until token n is complete. For a single stream, thro…
-
comment
Comment #47023055
It does affect the throughput for an individual user because you need all output tokens up to n to generate output token n+1
-
comment
Comment #46648489
Google AI Studio's Build Mode hides API keys behind a proxy during deployment, which the docs imply is secure. But the proxy forwards arbitrary requests to any Gemini model with ze…
- story
-
comment
Comment #46591681
The "correct" way to have agents working on repositories in parallel - which you want to do to speed up AI development rather than just waiting around - is to use git worktrees, wh…
- story
- comment