Today I read that #Uber reportedly capped employee spending on agentic coding tools at $1,500 per month, per tool.
And honestly, this feels like the beginning of a much bigger problem.
Companies want developers to use AI.
Developers are using AI.
But then the bill arrives.
The usual reaction is to add spending caps.
That may control the damage, but it does not improve the workflow.
It does not help developers choose the right model.
It does not prevent expensive models from being used for simple tasks.
It does not keep sensitive code local.
It just says: "stop here".
I think the better answer is routing.
Planning can go to a stronger reasoning model.
Simple edits can be handled by a faster coding model.
Security-sensitive code can stay local.
Documentation can use a cheaper model.
Company policies can be versioned instead of improvised.
That is what smista #ai is about: a local-first routing layer for AI developer workflows.
I explain this better in the new article on the Smista AI blog:
https://t.co/mueZGtvQoB
#llm #ai #opensource
@ash_twtz Because it would not have any advantage in doing so. Claude is already trusted by many companies worldwide, and the free trial is enough to verify its quality.
Dev Update #1 is out.
Only 10 days after the first line of code, smista #ai completed its first milestone.
The core library now defines the shared types used by the CLI and router, including the policy model, routing rules, intent classification, config validation, and SDK foundations.
This milestone is about one principle:
Model routing should be deterministic.
Not hidden behind another LLM call.
Not guessed every time.
Not dependent on whether the model "understood" the task correctly.
Routing should be explicit configuration: readable, reviewable, reproducible, and safe.
That is what smista #ai is building.
Read the full update:
https://t.co/FzMYX7mAFb
#ai #opensource #rust #devupdate #llm
@tekbog I'm still using it because, as an open-source developer, they give me a free subscription each month. But given the price, I would never pay for it, especially compared to other tools you can buy for the same cost.
Your boarding pass should be boring.
Yet some airlines still make you choose between downloading their app and printing a paper ticket, instead of simply adding the ticket to Apple Wallet or Google Wallet.
Thatโs not just bad #UX. Itโs an upselling machine.
I wrote about it:
https://t.co/YGmTJPpT84
#darkpatterns #airtravel #travel
I spent the last weekend writing almost 100 pages of specifications for a project that has been on my mind for the past month.
As #LLMs become more expensive, developers need to be more intentional about which model they use for each task.
Choosing the right model is not only about saving tokens. It is also about keeping workflows fast, avoiding unnecessary overthinking, and making local models usable without giving up the developer experience we are used to.
That is why Iโm building smista #ai.
smista #ai is a local-first router and CLI for AI developer workflows.
Instead of manually choosing the model, provider, and effort level every time, you define deterministic policies once and then dispatch the job.
Planning can go to a stronger reasoning model.
Simple edits can be handled by a faster or cheaper model.
Sensitive tasks can stay local.
Documentation can use a different provider entirely.
The goal is not to hide model selection behind magic.
The goal is to make it explicit, configurable, traceable, and boring.
https://t.co/LtRc4BbOjG
#rust #rustlang #opensource #ai #llm
Bitcoin was supposedly invented to be a decentralized, third-party payment system designed to evade government control.
But if you look at whoโs speaking at the Bitcoin conference, you can quickly see how the community has been hijacked by those same nefarious players.
The speakers include the FBI Director, the Acting AG, the SEC Chair, and the CFTC Chair. The event has had nothing but politicians, govt agents, bankers, and suits running the show.
Oh, the irony.
๐ Hey #Rustaceans: I've managed to bundle shared objects in rust crates. Come see how I achieved this in my new article on my blog https://t.co/pidKx6TO0Q #Rust
๐ Hey #Rustaceans: This week I've suffered for you ๐ฐ! But finally, we have a guide for Vendoring C/C++ dependencies in #Rust https://t.co/dmpK2oj2Lb
๐ Hey #Rustaceans: Have you ever wondered whether you could extend Future in Rust? Probably not, but my new article Extending Future in Rust is Out! #Rust https://t.co/V8h6AqzIsB