"Token anxiety", a slot machine by any other name
231–240 of 249 posts
Re: "Token anxiety", a slot machine by any other name
#232The gambling analogy completely falls apart on inspection. Slot machines have variable reward schedules by design — every element is optimized to maximize time on device. Social media optimizes for engagement, and compulsive behavior is the predictable output. The optimization target produces the addiction. What's Anthropic's optimization target??? Getting you the right answer as fast as possible! The variability in…
> What's Anthropic's optimization target??? Getting you the right answer as fast as possible! Wait, what? Anthropic makes money by getting you to buy and expend tokens. The last thing they want is for you to get the right answer as fast as possible. They want you to sometimes get the right answer unpredictably, but with enough likelihood that this time will work that you keep hitting Enter.
In an environment where providers are almost entirely interchangeable and tiniest of perceived edges (because there's still no benchmark unambiguously judging which model is "better") make or break user retention, I just don't see how it's not ludicrous on its face that any LLM provider would be incentivized to give unreliable answers at some high-enough probability.
Re: "Token anxiety", a slot machine by any other name
#233Earlier quoted context omitted.
Ok, to be very honest I wrote that in the middle of having a couple of drinks. I guess, what I mean is, countries are funding AI labs because it can turn into a “winner-takes-it-all” competition. Unless the country starts blocking the leading providers. Private companies will turn towards the best, fastest, cheapest (or some average of them). Country borders don’t really matter. All labs are fighting to get the best…
> countries are funding AI labs because it can turn into a “winner-takes-it-all” competition. Winner takes what exactly? They can rip off react apps quicker than everyone else? How terrifying.
Re: "Token anxiety", a slot machine by any other name
#234Earlier quoted context omitted.
> countries are funding AI labs because it can turn into a “winner-takes-it-all” competition. Winner takes what exactly? They can rip off react apps quicker than everyone else? How terrifying.
Like I understand this commentary, but it’s so detached from reality. My dad in his 70s is writing Excel macros, even though he never touched that in his life. There are a ton of cases like this, but people can’t see reality out of their domains.
Re: "Token anxiety", a slot machine by any other name
#235I know I'm running a bit late to the party here, but maybe someone can provide some color that I (on the slightly older end of the spectrum when it comes to this) don't fully understand. When people talk about leaving their agents to run overnight, what are those agents actually doing? The limited utility I've had using agent-supported software development requires a significant amount of hand holding, maybe because…
This is very dependent on what kind of work you're asking the agent to do. For software, I've had quite a bit of success providing detailed API specifications and asking an LLM to build a client library for that. You can leave it running unattended as long as it knows what it's supposed to build and it won't need a lot of correction since you're providing the routes, returned statuses and possible error messages. Do…
Wouldn’t be better to setup an api docs (Postman, RapidApi,…), extract an OpenAPI version from that, then use a generator for your language of choice (Nswag,…)?
Re: "Token anxiety", a slot machine by any other name
#236I know I'm running a bit late to the party here, but maybe someone can provide some color that I (on the slightly older end of the spectrum when it comes to this) don't fully understand. When people talk about leaving their agents to run overnight, what are those agents actually doing? The limited utility I've had using agent-supported software development requires a significant amount of hand holding, maybe because…
Not a dev but doing some side projects. As i build with agents, i frequently run into new issues that arent in scope for the task im on and would cause context drift. I have the agent create a github issue with a short problem description and keep going on the current task. In another terminal i spin up a new agent and just tell it “investigate GH issue 123” and it starts diving in, finds the root cause, and proposes…
Re: "Token anxiety", a slot machine by any other name
#237Earlier quoted context omitted.
So is this something you do with a monthly subscription or is this using API tokens?
At first used Claude Max x5, but we are using the api now. We only give it very targeted tasks, no broad strokes. We have a couple of "prompt" templates, which we select when creating tasks. The new opus model one shots about 90% of tasks we throw at it. Getting a ton of value from diagnostic tasks, it can troubleshoot really quickly (by ingesting logs, exceptions, some db rows).
Re: "Token anxiety", a slot machine by any other name
#238Earlier quoted context omitted.
Like I understand this commentary, but it’s so detached from reality. My dad in his 70s is writing Excel macros, even though he never touched that in his life. There are a ton of cases like this, but people can’t see reality out of their domains.
That’s so dope excel finally let old people learn this! They removed the agelock?!
Re: "Token anxiety", a slot machine by any other name
#239How ironic that agents were supposed to free us from labor, but instead they're ushering in 996 culture.
People are already at the point they could be working a fraction of the time they do, but they continue to work full time, producing shit they don't need, like ever growing vehicles and incremental smartphone upgrades etc.
Re: "Token anxiety", a slot machine by any other name
#240How ironic that agents were supposed to free us from labor, but instead they're ushering in 996 culture.
No technology so far has reduced the amount of time we spend working. If anything it's increased. A few decades ago it was common for a household to have only one adult in the labour market, now it's common to have two. The work around the house hasn't gone away, of course. People are already at the point they could be working a fraction of the time they do, but they continue to work full time, producing shit they do…