<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>The Gardener Path on AI Solutions Wiki</title><link>https://ai-solutions.wiki/learn/gardener/</link><description>Recent content in The Gardener Path on AI Solutions Wiki</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 14 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-solutions.wiki/learn/gardener/index.xml" rel="self" type="application/rss+xml"/><item><title>What is the cloud?</title><link>https://ai-solutions.wiki/learn/gardener/01-what-is-the-cloud/</link><pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate><guid>https://ai-solutions.wiki/learn/gardener/01-what-is-the-cloud/</guid><description>Picture a community allotment. You do not buy the land, lay the water mains, or build the shed. You rent a plot, turn the tap on when you need water, and pay only for what you use. When the season ends, you hand the plot back. The cloud is that allotment for computing: you rent compute and storage by the second from a provider&amp;rsquo;s data centres instead of buying and running your own servers.</description></item><item><title>Serverless: water only when a plant is dry</title><link>https://ai-solutions.wiki/learn/gardener/02-serverless/</link><pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate><guid>https://ai-solutions.wiki/learn/gardener/02-serverless/</guid><description>A sprinkler that runs all day wastes water and money. Drip irrigation is smarter: a sensor notices a plant is dry, the water switches on for that plant, and then it stops. Serverless computing works the same way. Your code sits dormant, an event wakes it (a file arrives, a request comes in), it runs for a few seconds to do one job, and then it goes back to sleep. You pay only for the seconds it ran.</description></item><item><title>Orchestration: the potting line</title><link>https://ai-solutions.wiki/learn/gardener/03-orchestration/</link><pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate><guid>https://ai-solutions.wiki/learn/gardener/03-orchestration/</guid><description>Imagine a potting line in a nursery: a seed is sown, watered, labelled, moved to a bigger pot, and set out, each step in order, each handing off to the next. If the line jams, you can see exactly which station stopped. Orchestration is that line for software. It is the layer that decides which step runs, in what order, what happens in parallel, and what to do when a step fails.</description></item></channel></rss>