# My AI Skeptic Friends Are All Nuts

DevFeed: [My AI Skeptic Friends Are All Nuts](<https://devfeed.tech/articles/my-ai-skeptic-friends-are-all-nuts-1724.md>)

Original publisher: [Read original article](<https://fly.io/blog/youre-all-nuts/>)

Published: 2025-06-02T00:00:00Z

Content type: opinion

Language: en

Sources: [The Fly Blog](<https://devfeed.tech/sources/the-fly-blog.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [cdn](<https://devfeed.tech/tags/cdn.md>), [close-to-users](<https://devfeed.tech/tags/close-to-users.md>), [coding](<https://devfeed.tech/tags/coding.md>), [deploy-app-servers](<https://devfeed.tech/tags/deploy-app-servers.md>), [docker](<https://devfeed.tech/tags/docker.md>), [elixir](<https://devfeed.tech/tags/elixir.md>), [fly](<https://devfeed.tech/tags/fly.md>), [fly-io](<https://devfeed.tech/tags/fly-io.md>), [git](<https://devfeed.tech/tags/git.md>), [heroku-alternative](<https://devfeed.tech/tags/heroku-alternative.md>), [heroku-competitor](<https://devfeed.tech/tags/heroku-competitor.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [i](<https://devfeed.tech/tags/i.md>), [llms](<https://devfeed.tech/tags/llms.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [networking](<https://devfeed.tech/tags/networking.md>), [postgresql-clusters](<https://devfeed.tech/tags/postgresql-clusters.md>), [servers](<https://devfeed.tech/tags/servers.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

## AI overview

An opinionated argument that modern LLM-assisted software development relies on agents that inspect codebases, modify files, run tools, compile code, and iterate on tests. It contends that skepticism based on older LLM workflows does not reflect current coding-agent practice.

## Source excerpt

A heartfelt provocation about AI-assisted programming. Tech execs are mandating LLM adoption. That's bad strategy. But I get where they're coming from. Some of the smartest people I know share a bone-deep belief that AI is a fad -- the next iteration of NFT mania. I've been reluctant to push back on them, because, well, they're smarter than me. But their arguments are unserious, and worth confronting. Extraordinarily talented people are doing work that LLMs already do better, out of spite. All progress on LLMs could halt today, and LLMs would remain the 2nd most important thing to happen over the course of my career. Important caveat: I'm discussing only the implications of LLMs for software development. For art, music, and writing? I got nothing. I'm inclined to believe the skeptics in those fields. I just don't believe them about mine. Bona fides: I've been shipping software since the mid-1990s. I started out in boxed, shrink-wrap C code. Survived an ill-advised Alexandrescu C++ phase. Lots of Ruby and Python tooling. Some kernel work. A whole lot of server-side C, Go, and Rust. However you define "serious developer", I qualify. Even if only on one of your lower tiers. level setting † (or, God forbid, 2 years ago with Copilot) First, we need to get on the same page. If you were trying and failing to use an LLM for code 6 months ago †, you're not doing what most serious LLM-assisted coders are doing. People coding with LLMs today use agents. Agents get to poke around your codebase on their own. They author files directly. They run tools. They compile code, run tests, and iterate on the results. They also: pull in arbitrary code from the tree, or from other trees online, into their context windows, run standard Unix tools to navigate the tree and extract information, interact with Git, run existing tooling, like linters, formatters, and model checkers, and make essentially arbitrary tool calls (that you set up) through MCP. The code in an agent that actually "does st