Hey all, we just shipped coyote. it's an ai assistant but built different — everything runs async and feels way more natural. You text it, it handles work in the background and you can keep talking to it. No more stop button.
Instead of creating another app we put it in WhatsApp (iMessage coming soon) so you can just text it for free and get the feeling.
The core idea: most ai assistants make you sit there waiting for an answer. coyote's like texting a friend. you ask it to grab something for you, they say "on it," and you just keep chatting while it's out getting it. no awkward silence, no being stuck.
Built it to handle real tasks — emails, calendar stuff, research, whatever. all non-blocking. Everything happens concurrently so you're never left hanging.
We're still early but it's live and working. Happy to answer questions or get feedback.
We've also worked hard to make it snappy, and friendly. Try it out and would love some feedback! Thanks!
esafak|4 months ago
Are you going to develop all your own integrations or can users contribute? What are some things you envision users doing asynchronously? I haven't feel the need for an asynchronous assistant, probably because I do not find existing models reliable enough. The most async I go is with coding agents and they need hand-holding too.
michalwarda|4 months ago
When it comes to async that's exactly what we are trying to "solve". Right now models are built in a way that they expect tool results right after tool calls.
We are building datasets and a model with asynchronous interface as it's core. https://huggingface.co/qforge/Qwen3-14B-AT you can read more about it here.
For tooling attached to it right now we are using Pipedream integrations and are planning to move to an open source public solution configurable by users so u can set whatever you want.
So imagine you have a single chat interface that steers a fleet of other agents in the background for code. But not by handing off the memory but navigating the tasks in an async way.
martaszcz|4 months ago
normalaccess|4 months ago
michalwarda|4 months ago
Context here means any additional information.
Reubend|4 months ago
michalwarda|4 months ago
michalwarda|4 months ago
pixel_popping|4 months ago
renshijian|4 months ago
arturwala|4 months ago