<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Workflows on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/tags/workflows/</link>
		<description>Recent content in Workflows on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Thu, 03 Sep 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/tags/workflows/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Calendar Event or Task? Choose by What Must Happen</title>
				<link>https://workyoucanexplain.com/posts/calendar-event-or-task-how-to-choose/</link>
				<pubDate>Thu, 03 Sep 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/calendar-event-or-task-how-to-choose/</guid>
				<description>&lt;p&gt;Use a calendar for something that happens at a fixed time or reserves a specific block of time. Use a task list for an action that remains incomplete until you finish it. Use both only when the action and the time reservation serve different purposes.&lt;/p&gt;&#xA;&lt;p&gt;The distinction prevents two common failures: filling a calendar with flexible work that constantly moves, and leaving fixed appointments in a task list that does not protect the required time.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Write a Bounded Task for an AI Coding Agent</title>
				<link>https://workyoucanexplain.com/posts/write-a-bounded-task-for-an-ai-coding-agent/</link>
				<pubDate>Thu, 03 Sep 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/write-a-bounded-task-for-an-ai-coding-agent/</guid>
				<description>&lt;p&gt;A useful AI coding-agent task names the outcome, relevant starting context, exact targets, constraints, authority, success criteria, and evidence to report. It also states what should remain unchanged and what ambiguity should stop the work.&lt;/p&gt;&#xA;&lt;p&gt;The task does not need to prescribe every keystroke. It needs a boundary strong enough for you to decide whether the result belongs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-vague-requests-expand-risk&#34;&gt;Why vague requests expand risk&lt;/h2&gt;&#xA;&lt;p&gt;Consider this request:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Clean up this project and improve the README.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The agent must infer what “clean up” means. It might reformat code, update dependencies, delete files, rewrite documentation, change repository settings, or make a commit. Even a technically competent result may solve a different problem than the one the student intended.&lt;/p&gt;</description>
			</item>
			<item>
				<title>From Autocomplete to Agents: How AI Coding Methods Are Evolving</title>
				<link>https://workyoucanexplain.com/posts/how-ai-coding-methods-are-evolving/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/how-ai-coding-methods-are-evolving/</guid>
				<description>&lt;p&gt;AI coding methods are moving from local suggestions toward repository-aware,&#xA;tool-using, and delegated work. The important change is not that typing code&#xA;disappears. It is that a person can ask a system to take more actions across a&#xA;larger part of the software process.&lt;/p&gt;&#xA;&lt;p&gt;As the action surface grows, the durable human work becomes more explicit:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;define the behavior;&lt;/li&gt;&#xA;&lt;li&gt;select the context;&lt;/li&gt;&#xA;&lt;li&gt;state permissions and boundaries;&lt;/li&gt;&#xA;&lt;li&gt;create acceptance checks;&lt;/li&gt;&#xA;&lt;li&gt;inspect actions and diffs;&lt;/li&gt;&#xA;&lt;li&gt;integrate the result; and&lt;/li&gt;&#xA;&lt;li&gt;explain why the final software should be trusted.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use the smallest assistance level that fits the task. More autonomy is useful&#xA;only when its saved effort exceeds the cost of context, supervision, review,&#xA;and recovery.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Use Notion as a Reusable, AI-Connected Workspace</title>
				<link>https://workyoucanexplain.com/posts/use-notion-as-a-reusable-ai-connected-workspace/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/use-notion-as-a-reusable-ai-connected-workspace/</guid>
				<description>&lt;p&gt;Use Notion as a reusable, AI-connected workspace only after you separate three&#xA;capabilities:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;A published page can become a template that another user duplicates.&lt;/li&gt;&#xA;&lt;li&gt;An external AI tool can connect through Notion&amp;rsquo;s hosted MCP server.&lt;/li&gt;&#xA;&lt;li&gt;Notion Agent can work inside the workspace with the user&amp;rsquo;s permissions.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;These capabilities do not share one permission or maintenance model. Build the&#xA;manual workspace first, test each capability separately with synthetic data,&#xA;review every AI change, and export the important content.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Use a Chatbot to Complete a Complicated Template</title>
				<link>https://workyoucanexplain.com/posts/make-templates-easier-with-guided-tools/</link>
				<pubDate>Tue, 28 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/make-templates-easier-with-guided-tools/</guid>
				<description>&lt;p&gt;A complicated template does not have to be completed as one long writing task.&#xA;Open a dedicated chatbot thread, paste the template, provide only safe relevant&#xA;context, and ask the chatbot to collect the information one field at a time.&#xA;After you review the answers, have it produce the complete document in the&#xA;required format.&lt;/p&gt;&#xA;&lt;p&gt;The chatbot may extract, clarify, organize, and format. It must not invent an&#xA;answer or make the final decision for you.&lt;/p&gt;</description>
			</item>
			<item>
				<title>The Capture–Verify–Crystallize Loop</title>
				<link>https://workyoucanexplain.com/posts/the-capture-verify-crystallize-loop/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/the-capture-verify-crystallize-loop/</guid>
				<description>&lt;p&gt;An AI-assisted result becomes reusable only after it works without the&#xA;conversation. Use a three-stage loop: capture the result and context, verify the&#xA;claims and behavior, then crystallize the confirmed lesson into the smallest&#xA;useful asset.&lt;/p&gt;&#xA;&lt;h2 id=&#34;capture-enough-context&#34;&gt;Capture enough context&lt;/h2&gt;&#xA;&lt;p&gt;Begin with the learning record:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;objective and starting state;&lt;/li&gt;&#xA;&lt;li&gt;constraints and policy boundary;&lt;/li&gt;&#xA;&lt;li&gt;attempted steps;&lt;/li&gt;&#xA;&lt;li&gt;result that appeared successful;&lt;/li&gt;&#xA;&lt;li&gt;material AI assistance;&lt;/li&gt;&#xA;&lt;li&gt;risks and assumptions; and&lt;/li&gt;&#xA;&lt;li&gt;evidence still needed.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Capture is not endorsement. It prevents important context from disappearing&#xA;before review.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Start Here: A Practical Student Computing Workflow</title>
				<link>https://workyoucanexplain.com/posts/welcome/</link>
				<pubDate>Thu, 23 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/welcome/</guid>
				<description>&lt;p&gt;Student computing involves more than choosing applications. You need a way to&#xA;record changes, define requirements, evaluate tools, divide responsibility, and&#xA;preserve useful work. The Student Computing Foundations collection provides&#xA;that workflow through short, focused learning paths.&lt;/p&gt;&#xA;&lt;p&gt;It is written for college students who want more control over their computing&#xA;environment and for parents or mentors who want to help without permanently&#xA;managing it for them. You do not need to complete every path or build a complete&#xA;system now. Start with one working-log entry. Add the other opening practices&#xA;when a real decision, tool, responsibility, or repeated process makes them&#xA;useful, then choose the path that matches your current task.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
