@sqs What does that actually take? Edge functions? Or you check if the user is on a metered connection and send less data? If so how do u pick what to exclude
In some ways Tab autocomplete is an optimal AI interface, you start doing what you want and get an immediate suggestion for completing the whole action. For things other than coding (e.g shopping online) this could be interesting. Showing intent is sometimes faster than typing it
@max_paperclips The thing is lsp can make the agent over-correct too early. Human devs know when the lsp errors mid-refactor that itβs intermittent but an agent might not
We're sharing new research on how models hack public benchmarks.
The latest models, including Opus 4.8 and Composer 2.5, learn to retrieve solutions from the internet or git history.
When we apply a stricter harness, eval scores drop significantly.
A little something I've been working on. The coding agent I actually want:
N.O.V.A
Made for parallel work. Version control primitives built into the harness. Review the code as the agent generates.
I also fine-tuned a BERT model for auto-reviewing bash tool calls.