Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Andy Halliday

๐Ÿ‘ค Speaker
7827 total appearances

Appearances Over Time

Podcast Appearances

The Daily AI Show
Anthropic Strikes Back: Return of the AI

Yeah, that's very cool.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

This is in the domain of multi-agent orchestration.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

And a lot of us, including me, we're not quite yet there at multi-agent orchestration.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

I came across Gastown a couple of months ago and I dutifully added these things to my notes for eventual amelioration of my Claude Code

The Daily AI Show
Anthropic Strikes Back: Return of the AI

architecture on my AI machine over there.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

I'm not on my AI machine right now.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

It's over there.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

It's sitting there waiting for me one day.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

Anyway, I wanted to talk about something that's related, which is I didn't really know what it was.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

And I kept coming across this term in the context of agentic coding.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

And so here's Gastown, which is a very cool concept for multi-agent orchestration.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

And then there's Linear.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

And Linear is an issue tracking and project planning tool used by teams at OpenAI, Perplexity, and Cursor.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

And

The Daily AI Show
Anthropic Strikes Back: Return of the AI

know issue tracking is really important when you have multiple agents working on a code base and you have to you know identify an issue and then track what happens through it so this is sort of the marshaller uh in in the gas town context you know the one that's overlooking the thing and trying to manage the collective progress of the multiple agents well

The Daily AI Show
Anthropic Strikes Back: Return of the AI

Think about that in the context of an open AI where there's dozens and dozens of developers, you know, all of them working on different things that may be interrelated.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

Well, linear is an AI forward system that looks at all of those things and it,

The Daily AI Show
Anthropic Strikes Back: Return of the AI

breaks everything down into issues where people find things that were generated by code, you know, or AI, you know, agents that the code has a problem with it.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

Well, linear will automatically identify that and then track it as an issue.

The Daily AI Show
Anthropic Strikes Back: Return of the AI

It has feature level groupings that are called projects and it does cycles so that you have this sort of pacing of all of the work that's being done by multiple agents and then merging them together.