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

David Carney

๐Ÿ‘ค Speaker
715 total appearances

Appearances Over Time

Podcast Appearances

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

I want to learn from Ben.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

How is he constructing prompts?

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

How is he interacting with these LLMs?

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

It lets us have access to all sorts of different backends.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

We use Cloud Code extensively.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

You can get to Opus through a variety of means.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

You can go directly to Anthropic.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

We've got both of those configured inside of Tailscale.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

There's been times where Anthropic or Bedrock have had issues of being able to just quickly switch over to the other one.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

It gives us metrics into token usage across the team, so input, output, cash tokens, reasoning tokens, who's using what, that kind of workload.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

It gives our security team just visibility.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

Most people don't realize this, every API call is stateless, which basically means that entire context window is getting shipped back and forth across the wire every single time.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

We log every single one of those, and then we've got some tech in there so that you can consolidate those into sessions.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

So that you can actually, I guess, you can go through all the API calls in a given coding session and sort of get context and understand what's going on with that, which is really helpful for visibility.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

It's like, oh, what was Carney working on at 2 a.m., for instance?

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

And then from, I guess, maybe more of a legal and a compliance standpoint, you could actually start analyzing

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

you could start pointing your Git histories back to individual coding sessions.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

Be like, oh, this code was developed in conjunction with this developer, and here's the proof of why and who contributed to it and how, because I know that's an issue that some legal teams have brought up.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

Our security team, we can export the logs.