What a dev coworker does from the channel
How it's different from Copilot or Cursor
It isn't either/or — editor AI makes the person typing faster; Yasmine covers the work that happens between editors: triage, review, the fix nobody picks up. Full comparisons: vs GitHub Copilot, vs Cursor, vs Devin.
Where the code actually runs
On Dev, Yasmine uses dedicated Fargate compute. Runtime identity, repository state, and credentials are tenant-scoped and encrypted; AWS may operate the underlying hosts. You can use included models or an eligible supported connection, and selected providers process requests under their terms. Push and PR actions follow the workspace's Allow, Ask, or Block policy.
The loop in practice
- Customer bug lands in #support.
- You: "@Yasmine reproduce this and find the cause."
- She traces it: "retry loop in webhooks.ts drops the last event — here's the diff."
- You: "open the PR." It appears with tests, linked to the thread.
- You approve, CI runs, done — without anyone leaving Slack.