Akai

24 posts

Akai

Akai

@get_akai

The agent platform built for your operations

Katılım Mayıs 2026
36 Takip Edilen326 Takipçiler
Akai
Akai@get_akai·
Akai chooses the best model for your workflow, automatically. Cheap models for routine tasks. Frontier models for the hard ones. Instant failover if a provider drops. ~90% cheaper for the same results. Zero workflows dropped. All checked against your evals first, so you have confidence in the output.
English
2
4
24
1.9K
Akai
Akai@get_akai·
Deel's HR ops team automated 400+ internal requests a day with Akai. That freed up ~1,500 hours a month — time that went straight into more calls with employees and clients, not spreadsheets.
English
6
4
22
2K
Akai
Akai@get_akai·
No integration project. No IT ticket. No new hire. Just describe the workflow — Akai runs it, and your team gets that time back. akai.run/?utm_source=tw…
English
5
3
22
2.2K
Akai
Akai@get_akai·
Scaling agents into real work scales spend with it — unless cost is designed in, not bolted on. Akai shows cost per run and cuts it automatically; effort-tier switching alone cut cost ~90% on some workflows. Same instinct as @brian_armstrong , built into the work itself.
Brian Armstrong@brian_armstrong

How to keep AI spend flat while token usage grows exponentially: Not with friction and spend alerts. With better defaults, routing, and caching. Better Defaults (not Usage Caps) – Engineers can choose any model they want, but defaults matter. We’re experimenting with defaulting to open weight models like GLM 5.2 and Kimi 2.7 through our LLM gateway, while still encouraging engineers to choose the right model for the task. 91% of our employees were never hitting their usage caps, so instead of lowering caps and driving up alerts, we're moving to cheaper defaults. Note that code reviews use a diversity of models, so they can check each other's work. Better Routing – In our custom harnesses, we preprocess prompts and route to the best model for the job, considering cache hits and model pricing. For instance, you may want a frontier model for planning, but not for execution where they can be overkill. Ultimately, humans shouldn't be choosing models - AI can automate this task. Better Caching – Cache misses are the easiest way to drive your cost up. All of our requests are cache aware, so we’re reusing a warm cache wherever possible. For example, our cache hit rate went from 5% → 60% in LibreChat once properly implemented. Keep Context Lean – Start fresh sessions when switching tasks. Scope file context narrowly. Disconnect unused tools. Don't just compact. The goal isn't fewer tokens used, it's fewer tokens wasted. Better Visibility – Our engineers can use as many tokens as they want, from whatever model they want, but we’ve made usage visible – and the more you spend on AI, the more impact we expect. The goal isn't to suppress usage. It's to build the infrastructure that makes exponential growth sustainable. Putting this into practice has cut our AI spend nearly in half, while our token usage continues to grow.

English
2
2
15
830
Akai retweetledi
Alex Bouaziz
Alex Bouaziz@Bouazizalex·
1,040,000 cases automated by @get_akai since we launched. It's exponential, not linear! Worth pointing out - a case isn't a chat session. It's an agent starting a workflow, working through the steps, handling edge cases, and finishing the task end to end - no human picking up the slack halfway through. We’re just getting started!
English
14
20
91
11.8K
Akai
Akai@get_akai·
Manual operations are a choice. Stop making it. Vanessa Garcia at Deel used Akai to reach 96% automation, catching problems before they become bottlenecks. Your team could be doing the same. What are you still doing the hard way? Get early access: akai.run/?utm_source=tw…
Akai tweet media
English
3
5
15
1.7K
Akai
Akai@get_akai·
Every portal is different. Every bank has its own format. Your team manually matches them anyway. Akai automates 93.5%—minutes instead of hours. Early access → rb.gy/k20dat
Akai tweet media
English
0
0
3
202
Akai
Akai@get_akai·
by run 4 it's usually learning well, and by run 10 it has figured out: - what context it never needed to re-fetch - which steps could skip the model entirely - where it was doing the same work twice 87% cost reduction, with no human involvement, no model switching, no changes to the workflow
English
1
0
4
210
Akai
Akai@get_akai·
it was built based on some papers from Stanford on cache techniques and cognitive architecture, at a high level: - it maps orientation knowledge: what the context contains, how it's structured, which entities matter - separates working memory from episodic memory so the agent knows what's current vs what's learned - evicts low-priority knowledge to stay within a fixed token budget
English
1
1
5
312
Akai
Akai@get_akai·
87% cost reduction on complex, long-running agents... that's the impact so far of Akai's new feature (called Optimise) run 1: $ 1 run 30: $ 0.13 more details in the 🧵
English
4
9
27
5.9K
Akai
Akai@get_akai·
how it actually works: every agent gets a score — output completeness × eval pass rate × frequency × trend. Pause/block agents that drop below your threshold, and set the limits you need. No runaway spend, no manual cleanup. after each session, Monitor shows you the timeline — which steps actually ate your context and where Akai spent too long thinking. Then it fixes the workflow for you: clarifies the prompt, scopes the tools (that 98kb fetch becomes 6kb), caches to optimise and collapses repeat steps into a script — even making suggestions based on best practices that it's seen elsewhere. the loop gets cheaper and sharper every run. Weak agents get cut, the strong ones compound.
English
1
0
2
265
Akai
Akai@get_akai·
most teams have no idea where their agent token spend actually goes — or how to control it. we just shipped Akai Monitor to fix that. After every run it shows you exactly what's burning budget — then fixes it. Tighter prompts, scoped tools, repeat steps turned into scripts granular token visibility, and control — finally.
English
7
6
30
9K
Akai
Akai@get_akai·
Hey Patrick, we're building this with Akai. Which now runs agent workflows end-to-end across client organisations (including Deel's). This is all live in Akai: - Input files & context → store static docs, connect internal wikis, Confluence etc as persistent agent context that it refers to at runtime - Real-time collab → we have real-time collaboration where your team can collaborate on the same workflows at the same time, with RBAC, VCS, rollbacks and audit trails - Stored prompts & workflows → handled at the Agent level (workflows can be re-used, shared, duplicated) and at the prompt level via Skills (to re-use part of your workflow for other agents) - Beyond chat →Akai is multi-model and executes code, calls endpoints, discovers unofficial APIs, automates browser interactions, and orchestrates multi-step workflows. - Shareable outputs → agents, workflows, and outputs are all storable, shareable, and API-callable Would love to show you
English
0
3
20
4.2K
Patrick Collison
Patrick Collison@patrickc·
I want some kind of LLM workflow tool. • Ability to manage a set of input files (Markdown or similar), plus other general-purpose context. • With real-time collaboration. (And maybe some concept of snapshots or VCS integration.) • And the ability to create/manage a inference workflows and a stored set of prompts. • Access to general-purpose coding agents (and not just chat models). • Some concept of compiled outputs/inference results (which ideally can be shared externally). Many projects have this feeling: "there is all this stuff, which I want to process/compute over in this iterated way, with some build artifacts being important/worth saving." GNU Autotools x Notion or something. Is anyone building this?
English
442
105
2.5K
566.3K
Akai retweetledi
Akai
Akai@get_akai·
At Akai, we realised that enterprise-grade agents should be built by the people who actually know the processes. So we made it easy to do just that. Show Akai your workflow once, and Akai learns every step, builds the connectors and creates the agents automatically with all the context it needs. Your team stays in control throughout. Get early access → akai.run
English
1
2
8
7.5K