← YouTube

My AI Workflow Has Changed (Here is What I Learned)

YouTube · AI News & Strategy Daily | Nate B Jones · May 30, 2026
Nate described his evolving AI workflow centered on Codeex's ability to manage local file systems by assembling context windows with relevant files organized into working folders, enabling complex long-form document, spreadsheet, and coding tasks. His approach to prompting has shifted from traditional prompt engineering to a collaborative method where task parameters are defined with the model before autonomous execution begins. This workflow unlocks multi-threaded capabilities including simultaneous drafting and sequential prompt execution, which Nate found significantly more efficient for developing and directing multiple ideas at once.

Detailed Analysis

A content creator and AI practitioner named Nate describes a significant shift in his personal AI workflow, centered on local file system management and evolving prompting strategies. The core technical development involves using a tool he calls "Codeex" — which he distinguishes from Claude Code and related Anthropic-native interfaces — to assemble curated context windows on his local machine. Rather than referencing files by name or exact title, Nate describes files to the agent in natural language terms of content and approximate creation date, and the system reliably locates and copies them into a clean working folder. He then opens a fresh session pointed at that folder, enabling document work at 30,000 to 50,000 words and complex cross-file tasks involving spreadsheets and code. His explanation for why this works better in Codeex than in Claude Code draws on the tool's origins in GitHub-style repository environments, where reading and coordinating across many file types is a native strength.

The article's most analytically significant section concerns the evolution of prompting strategy across three distinct phases. Before a self-described inflection point in December 2024, prompting was primarily a craft of structure and ordering. Between December 2024 and approximately April 2026, Nate's approach shifted toward agentic task delegation — pointing models at resources and describing success criteria through evaluations. Since the release of what he refers to as Claude 4.7 and particularly Claude 5.5, his method has shifted again toward collaborative task definition: presenting a set of meaningful questions and relevant files first, working interactively with the model to shape the task, and only then switching to agentic execution mode. He credits Claude 5.5 specifically with the ability to maintain coherence across this transition without losing thread, something he implies earlier model versions struggled with.

The practical implications of this workflow are significant for understanding how AI capability improvements translate into changed user behavior. The ability to "multi-thread" — incubating multiple long-running projects simultaneously in separate local folders, developing parallel prompt sequences and executing them sequentially — represents a qualitative shift in what a single practitioner can manage. Nate's description of simultaneous drafting and batched prompt development suggests that the bottleneck is no longer primarily model capability but rather workflow architecture: how cleanly context can be assembled and how reliably a model can stay on task across extended sessions. His note that Claude may have faced a compute shortage affecting 4.7's performance also hints at supply-side constraints shaping the user experience of frontier models during this period.

The broader trend this article reflects is the maturation of agentic AI from a novelty into a structured professional practice. The progression Nate describes — from prompt engineering to task delegation to collaborative task definition — mirrors a pattern visible across the wider AI practitioner community as models have grown more capable of sustained, autonomous work. The emphasis on local file systems as the organizational substrate for long-horizon AI tasks also points toward an emerging design pattern where the model's context is treated as something to be carefully curated and staged rather than assembled on the fly. Anthropic's Claude models, particularly the 5.5 generation, appear in this account as a meaningful capability step that has made this kind of iterative, collaborative-then-agentic workflow reliably functional in ways that earlier versions did not consistently support.

Read original article →