Skip to content

Commit dc26918

Browse files
committed
Release 274.
1 parent 81abace commit dc26918

4 files changed

Lines changed: 32 additions & 0 deletions

File tree

9.04 KB
Loading
30.7 KB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Eat your security vegetables"
3+
description: "Chris Farris, AWS Security Hero, joins us to talk about how DevOps tech debt is spoiling your agentic AI journey, perils of security tech debt and opportunities to make it all better."
4+
image: ./post.png
5+
date: 2026-05-29
6+
custom_youtube_embed_url: https://youtu.be/h6wr0dZ-pi0
7+
---
8+
9+
import GuestCallout from '@site/src/components/guestCallout';
10+
import GuestImage from './guest.jpg';
11+
import BrandImage from './brand.jpg';
12+
13+
<div style={{ display: "flex", justifyContent: 'space-around', alignItems: 'center', flexWrap: "wrap", maxWidth: '100%' }}>
14+
<GuestCallout name="Chris Farris" link="https://www.linkedin.com/in/jcfarris/" image={GuestImage} brandImg={BrandImage} />
15+
</div>
16+
17+
18+
This week's adventure tackles the absolute absurdity of modern enterprise infrastructure, where a single company can easily find itself running multiple different CI/CD platforms due to unchecked mergers and acquisitions. We've brought in [Chris Farris](https://www.linkedin.com/in/jcfarris/), AWS Security Hero and manages (PrimeHarbor Consulting)[https://www.primeharbor.com/] to find the security cracks and philosophize about the real world impacts of tech debt in the AI age.
19+
20+
Management rarely prioritizes standardization, leaving security teams to defend a chaotic swamp of mixed cloud providers, GitHub repositories, and nostalgic on-prem Bitbucket instances. We define this accumulated technical debt not as some abstract concept, but as literal potholes on the infrastructure Autobahn—annoying speed bumps that permanently damage velocity and set organizations up for an inevitable disaster. We contrast this with the evolution from old-school sysadmins cutting their fingers on rack screws to modern engineers spinning up entire architectures with a few lines of code, noting that the ease of deployment has far outpaced our willingness to clean up our own mess.
21+
22+
The crisis is only accelerating now that the cost of writing code (but not having to maintain it) is rapidly approaching zero. While letting an AI agent autonomously build a website or manipulate an AWS sandbox over a single Saturday afternoon sounds magical, it creates a terrifying volume of unreviewed, context-devoid software. Compounding this systemic frailty, massive cloud provider layoffs mean the crucial institutional memory and human operational experience required to survive are walking right out the door. We expose the fundamental flaw of modern agentic tooling: they completely lack fine-grained access control, operating on a dangerous all-or-nothing identity model. Until autonomous agents are engineered with actual conscience, consequence, and common sense, security teams will continue fighting a losing battle against a digital supply chain.
23+
24+
## 💡 Notable Links:
25+
* [Chris' Article on AI Tech Debt](https://securosis.com/ai/ai-will-accelerate-your-tech-debt/)
26+
* [Breaking Open Source: Malus](https://malus.sh/)
27+
* [Vercel Security Incident](https://vercel.com/kb/bulletin/vercel-april-2026-security-incident)
28+
* [✨ Episode: ](https://adventuresindevops.com/episodes/272-human-value-versus-ai-generated-legacy-code/)
29+
30+
## 🎯 Picks:
31+
* Warren - [Rick & Morty S02 + S03](https://www.imdb.com/title/tt2861424/)
32+
* Chris - [Risky Business: The latest actually good cybersecurity news](https://news.risky.biz/)
6.4 MB
Loading

0 commit comments

Comments
 (0)