alexslade

alexslade

Tidewave + Linear + Hosting

This is a post for @josevalim and Dashbit and all the others involved in Tidewave. (I’m sorry for not knowing you all and giving due credit!)

I was about to write an email to José with details of how our team is using AI tools, and Fidewave, and then I thought this was probably useful to a wider audience so I’m posting it here instead.

Context

Tidewave is really very cool. It works MUCH better than other code-only tools we’ve tried (cursor, claude code) for complex tasks. But I wanted to share our use case, and Tidewave’s shortcomings, in case that’s helpful to the creators. (and in the hope that our “perfect” workflow becomes available to us)

  • I work in a small, remote team that’s prototyping and testing new features and products inside a larger established product. This means we’re currently doing a lot of UX prototyping, trying out new concepts, etc. We expect this to continue for a long time, our roadmap over the next year or two is full of experiments and improvements on the main product.
  • LLMs are proving really helpful for early prototying and exploration. We’re 3 senior devs, and a senior designer, and it speeds us up. (We’re not using this to vibe-code production features, we move carefully on prod features. This post is about how we rapidly iterate on new ideas and experimental stuff).
  • We use AI for 3 main reasons:
    1. Prototype a small feature, so the dev can work out higher level ideas while the AI tries out code implementations. Cursor with the faster models (claude generally, with sonnet 4.5 being our favourite at the moment) works well for this. But cursor gets stuck on bigger things, so this is only ever useful when “pairing” with the AI, and so we’re limited to 1 feature at a time per dev.
    2. Prototype a big feature. Tidewave is amazing. The UI interaction it can do unlocks a whole higher level of abliity. I’ve been able to give it complex tasks (e.g. implement new flow that needed a nested liveview and error handling) and come back to a working prototype.
    3. Fixing tiny little things that don’t need much thought, but currently require a dev. E.g. “rename this button”, “change this link to a different destination”, “split this options list into 3 buttons’“.
  • We use Linear, heavily, to track our work and discuss things. We live in Linear, it’s 80% of our work communication (apart from pairing calls).

Right now we have a model where 1 developer can explore 1 idea at a time, and maybe has AI to help speed them up. This works if that developer is prototyping some moderately complex feature and wants to see various versions, or wants to work on UX design while the AI tries to implement, etc.

But there’s still overheads, there are still manual admin tasks that the dev/designer doesn’t really care about. And we’re still limited to involving a developer for every task.

I’ve been trying out various agents that integrate with linear.

We have a big list of minor, easy changes, often initiated by non-developers, that need to get picked up and implemented at some point. An AI agent should be perfectly capable of solving these, freeing us up for more interesting problems.

My problem with existing agents

  1. Poor DX
  2. Worrying execution model / supply chain safety / where they run
  3. Friction

In terms of threat modelling, we currently “trust” Claude with our code (and OpenAI). We won’t use other providers yet (e.g. grok/x doesn’t inspire confidence regarding leaks or other issues). We trust Github and Depot with build environments.

I don’t want to use agent-of-the-week startup to host all our code, run execution environments, potentially have dev secrets, etc. And I don’t want to give up control over which LLMs to use. I do not want to pay a fixed fee for an agent where they try to save costs by sometimes sending our code to a cheaper provider like Grok.

Tidewave works great for this reason - it’s local, it uses Claude API directly. But it doesn’t integrate with Linear, it needs a human to start every task and wait for it to finish.

I really like atcyrus.com for this, they have a linear agent but the AI runs on my local machine using my claude API keys. It uses worktrees to do stuff in parallel, and pushes a PR at the end. But Cyrus is limited by Claude, in the same way as using it directly.

What my team would gladly pay for

I would pay good money for this:

  • Tidewave
  • Running in a trusted environment (we use Depot for builds who are exploring agent environments, I would also accept Github, or local machine we own)
  • Integrated as a Linear agent
  • That exposes a local testing URL so we can jump in and “pair” with tidewave on the feature
  • That can be run on many different tasks in parallel, one per Linear ticket

That’s it. Thanks for reading, apologies for the length.

Where Next?

Popular in Discussions Top

und0ck3d
Hello everyone! A few days ago I’ve created a topic here about how people were creating CMSs with Elixir and Phoenix. I’ve been studying...
New
rower687
Hi all, I’ve been reading a lot about the “let it crash” term and how supervising processes and the whole messaging passing make an elixi...
New
wmnnd
The Go vs Elixir thread got me thinking: Would it be too hard to implement a simple mechanism for creating Go-style static app binaries f...
New
cvkmohan
The upcoming Phoenix 1.6 release looks very interesting. Became a habit to watch the commits - and - what they are bringing in. phx.gen...
New
Rustixir
Hi everyone, im working on find best language/framework/system for high concurrency, high performance and stable performance after wor...
New
paulanthonywilson
I like Umbrella projects and pretty much always use them for personal Elixir stuff, especially Nerves things. But I don’t think this is ...
New
arcanemachine
https://nitter.net/josevalim/status/1744395345872683471 https://twitter.com/josevalim/status/1744395345872683471
New

Other popular topics Top

JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54921 245
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 42533 114
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New

We're in Beta

About us Mission Statement