<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ai-Workflow on AI Engineer Guide</title><link>https://aiengineerguide.com/tags/ai-workflow/</link><description>Recent content in Ai-Workflow on AI Engineer Guide</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright © 2024, Nesin Technologies LLP.</copyright><lastBuildDate>Thu, 16 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://aiengineerguide.com/tags/ai-workflow/feed.xml" rel="self" type="application/rss+xml"/><item><title>Building AI Generated Magazines with Claude or any AI Agents</title><link>https://aiengineerguide.com/til/ai-generated-magazines/</link><pubDate>Thu, 16 Apr 2026 00:00:00 +0000</pubDate><guid>https://aiengineerguide.com/til/ai-generated-magazines/</guid><description>&lt;p>Jason Zook has built a really cool magazine for him using Claude which fetches the information from his preferred sources (in this case hackernews) and present it in a really good UI&lt;/p>

&lt;div class="container">
 &lt;div id="player-wrapper-0" class="">&lt;/div>
&lt;/div>

&lt;script 
type="text/javascript" 
src="https://cdn.jsdelivr.net/npm/@clappr/player@latest/dist/clappr.min.js"
>
&lt;/script>

&lt;script>
(function() {
 var playerElement = document.getElementById("player-wrapper-0");

 var player = new Clappr.Player({
 source: "https://cdn.qblog.nesin.io/qblog/AIEngineerGuide/2026-04/m7ogneahli3xgwh8ikpg.mp4",
 mute: true,
 height: 360,
 width: 640
 });

 player.attachTo(playerElement);
})();
&lt;/script>

&lt;p>Here is the prompt to replicate it&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-markdown" data-lang="markdown">&lt;span style="display:flex;">&lt;span>Build me a daily &amp;#34;Morning Edition&amp;#34; magazine.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Every morning, fetch the Hacker News front page and curate the top 10 stories that fit MY taste — skip [TYPE THINGS YOU DON&amp;#39;T WANT]; lean into AI tools, creative software, dev tools, privacy, weird science, and anything actionable. Flag any story that directly applies to me.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Render it as a single self-contained HTML file styled like an editorial magazine: huge display typography (Fraunces + Inter via Google Fonts), and give each of the 10 stories its own distinct spread — different background colors, layout, and numeral treatment (hero, dark/midnight, rose-alert-stamp, terminal, academic drop-cap, big-stat finish, etc.). No small fonts anywhere.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Save it to a magazines/ folder, named YYYY-MM-DD.html. Schedule this to run daily at 7am.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>(Optional) Publish each issue to GitHub Pages so I get a real shareable URL, and Telegram-bot me the link every morning when it&amp;#39;s ready.
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="reference">Reference&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://x.com/jasondoesstuff/status/2044160545540956654">https://x.com/jasondoesstuff/status/2044160545540956654&lt;/a>&lt;/li>
&lt;/ul></description></item></channel></rss>