Artwork

TJ VanToll, Paige Niedringhaus, Jack Herrington, TJ VanToll, Paige Niedringhaus, and Jack Herrington에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 TJ VanToll, Paige Niedringhaus, Jack Herrington, TJ VanToll, Paige Niedringhaus, and Jack Herrington 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Player FM -팟 캐스트 앱
Player FM 앱으로 오프라인으로 전환하세요!

Alchemy: IaC Without Terraform

54:37
 
공유
 

Manage episode 502345359 series 3511448
TJ VanToll, Paige Niedringhaus, Jack Herrington, TJ VanToll, Paige Niedringhaus, and Jack Herrington에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 TJ VanToll, Paige Niedringhaus, Jack Herrington, TJ VanToll, Paige Niedringhaus, and Jack Herrington 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.

The latest craze for MCP this week? Instead of multiple MCP servers with different tools, use an MCP server that accepts programming code as tool inputs - a single “ubertool” if you will. AI agents like Claude Code are pretty good at writing code, but letting the agent write and execute code to invoke API functions instead of using a defined MCP server doesn’t seem like the most efficient use of LLM tokens, but it's another approach to consider.

In infrastructure news, there’s a library called Alchemy that lets devs write their Infrastructure as Code in pure TypeScript. No Terraform files, no dependencies, just async functions, stored in plain JSON files, that runs anywhere JS can run. For web devs, the future of IaC has arrived.

Next.js has made their last big release before v16 in the form of 15.5. Highlights of this minor release include: production turbopack builds, stable support for the Node.js runtime in middleware, fully typed routes, and deprecation warnings in preparation for Next.js 16.

Timestamps:

  • 00:57 - Dangers of the “ubertool”
  • 09:54 - Alchemy Infrastructure as Code (IaC)
  • 15:27 - Next.js 15.5
  • 24:57 - How CodeRabbit AI got hacked
  • 27:48 - </li><li>32:37 - Claudia</li><li>41:31 - hidden=until-found</li><li>45:26 - What’s making us happy</li></ul><p>Links:</p><ul><li>Paige - <a href='https://alchemy.run/'>Alchemy Infrastructure as Code (IaC)</a></li><li>Jack - <a href='https://lucumr.pocoo.org/2025/8/18/code-mcps/'>Dangers of the “ubertool”</a></li><li>TJ - <a href='https://nextjs.org/blog/next-15-5'>Next.js 15.5</a></li><li><a href='https://research.kudelskisecurity.com/2025/08/19/how-we-exploited-coderabbit-from-a-simple-pr-to-rce-and-write-access-on-1m-repositories/'>How CodeRabbit AI got hacked</a></li><li><a href='https://claudiacode.com/'>Claudia</a></li><li><a href='https://vercel.com/blog/a-proposal-for-inline-llm-instructions-in-html'><script type=&quot;text/llms.txt&quot;></a></li><li><a href='https://css-tricks.com/covering-hiddenuntil-found/'>hidden=until-found</a></li><li>Paige - <a href='https://www.goodreads.com/book/show/62873378-the-art-thief'>The Art Thief book</a></li><li>Jack - <a href='https://www.imdb.com/title/tt13623632/'>Alien: Earth TV series</a></li><li>TJ - <a href='https://www.nytimes.com/games/pips'>Pips NYT game</a></li></ul><p>Thanks as always to our sponsor, the Blue Collar Coder channel on YouTube. You can join us in our Discord channel, explore our website and reach us via email, or talk to us on X, Bluesky, or YouTube.</p><ul><li><a href='https://front-end-fire.com'>Front-end Fire website</a></li><li><a href='https://www.youtube.com/channel/UC6vRUjYqDuoUsYsku86Lrsw'>Blue Collar Coder on YouTube</a></li><li><a href='https://discord.com/invite/ddMZFtTDa5'>Blue Collar Coder on Discord</a></li><li><a href='mailto:[email protected]'>Reach out via email</a></li><li><a href='https://twitter.com/front_end_fire'>Tweet at us on X @front_end_fire</a></li><li><a href='https://bsky.app/profile/front-end-fire.com'>Follow us on Bluesky @front-end-fire.com</a></li><li><a href='https://www.youtube.com/@Front-EndFirePodcast'>Subscribe to our YouTube channel @Front-EndFirePodcast</a></li></ul>
  continue reading

117 에피소드

Artwork

Alchemy: IaC Without Terraform

Front-End Fire

0-10 subscribers

published

icon공유
 
Manage episode 502345359 series 3511448
TJ VanToll, Paige Niedringhaus, Jack Herrington, TJ VanToll, Paige Niedringhaus, and Jack Herrington에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 TJ VanToll, Paige Niedringhaus, Jack Herrington, TJ VanToll, Paige Niedringhaus, and Jack Herrington 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.

The latest craze for MCP this week? Instead of multiple MCP servers with different tools, use an MCP server that accepts programming code as tool inputs - a single “ubertool” if you will. AI agents like Claude Code are pretty good at writing code, but letting the agent write and execute code to invoke API functions instead of using a defined MCP server doesn’t seem like the most efficient use of LLM tokens, but it's another approach to consider.

In infrastructure news, there’s a library called Alchemy that lets devs write their Infrastructure as Code in pure TypeScript. No Terraform files, no dependencies, just async functions, stored in plain JSON files, that runs anywhere JS can run. For web devs, the future of IaC has arrived.

Next.js has made their last big release before v16 in the form of 15.5. Highlights of this minor release include: production turbopack builds, stable support for the Node.js runtime in middleware, fully typed routes, and deprecation warnings in preparation for Next.js 16.

Timestamps:

  • 00:57 - Dangers of the “ubertool”
  • 09:54 - Alchemy Infrastructure as Code (IaC)
  • 15:27 - Next.js 15.5
  • 24:57 - How CodeRabbit AI got hacked
  • 27:48 - </li><li>32:37 - Claudia</li><li>41:31 - hidden=until-found</li><li>45:26 - What’s making us happy</li></ul><p>Links:</p><ul><li>Paige - <a href='https://alchemy.run/'>Alchemy Infrastructure as Code (IaC)</a></li><li>Jack - <a href='https://lucumr.pocoo.org/2025/8/18/code-mcps/'>Dangers of the “ubertool”</a></li><li>TJ - <a href='https://nextjs.org/blog/next-15-5'>Next.js 15.5</a></li><li><a href='https://research.kudelskisecurity.com/2025/08/19/how-we-exploited-coderabbit-from-a-simple-pr-to-rce-and-write-access-on-1m-repositories/'>How CodeRabbit AI got hacked</a></li><li><a href='https://claudiacode.com/'>Claudia</a></li><li><a href='https://vercel.com/blog/a-proposal-for-inline-llm-instructions-in-html'><script type=&quot;text/llms.txt&quot;></a></li><li><a href='https://css-tricks.com/covering-hiddenuntil-found/'>hidden=until-found</a></li><li>Paige - <a href='https://www.goodreads.com/book/show/62873378-the-art-thief'>The Art Thief book</a></li><li>Jack - <a href='https://www.imdb.com/title/tt13623632/'>Alien: Earth TV series</a></li><li>TJ - <a href='https://www.nytimes.com/games/pips'>Pips NYT game</a></li></ul><p>Thanks as always to our sponsor, the Blue Collar Coder channel on YouTube. You can join us in our Discord channel, explore our website and reach us via email, or talk to us on X, Bluesky, or YouTube.</p><ul><li><a href='https://front-end-fire.com'>Front-end Fire website</a></li><li><a href='https://www.youtube.com/channel/UC6vRUjYqDuoUsYsku86Lrsw'>Blue Collar Coder on YouTube</a></li><li><a href='https://discord.com/invite/ddMZFtTDa5'>Blue Collar Coder on Discord</a></li><li><a href='mailto:[email protected]'>Reach out via email</a></li><li><a href='https://twitter.com/front_end_fire'>Tweet at us on X @front_end_fire</a></li><li><a href='https://bsky.app/profile/front-end-fire.com'>Follow us on Bluesky @front-end-fire.com</a></li><li><a href='https://www.youtube.com/@Front-EndFirePodcast'>Subscribe to our YouTube channel @Front-EndFirePodcast</a></li></ul>
  continue reading

117 에피소드

All episodes

×
 
Loading …

플레이어 FM에 오신것을 환영합니다!

플레이어 FM은 웹에서 고품질 팟캐스트를 검색하여 지금 바로 즐길 수 있도록 합니다. 최고의 팟캐스트 앱이며 Android, iPhone 및 웹에서도 작동합니다. 장치 간 구독 동기화를 위해 가입하세요.

 

빠른 참조 가이드

탐색하는 동안 이 프로그램을 들어보세요.
재생