<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Prompting Techniques on Programmer.ie: Modern AI programming</title>
    <link>http://programmer.ie/tags/prompting-techniques/</link>
    <description>Recent content in Prompting Techniques on Programmer.ie: Modern AI programming</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 28 Aug 2026 10:00:00 +0100</lastBuildDate>
    <atom:link href="http://programmer.ie/tags/prompting-techniques/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Beyond Prompting</title>
      <link>http://programmer.ie/books/freestyle-cognition/04-chapter/</link>
      <pubDate>Fri, 28 Aug 2026 10:00:00 +0100</pubDate>
      <guid>http://programmer.ie/books/freestyle-cognition/04-chapter/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;The most profound technologies are those that disappear. They weave themselves into the fabric of everyday life until they are indistinguishable from it.&amp;rdquo;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;-summary&#34;&gt;📘 Summary&lt;/h2&gt;&#xA;&lt;p&gt;In the last chapter, we let go of rigid structures and learned to speak freely with the AI. Now, we&amp;rsquo;re going deeper into the real work: getting the AI to see what we see, think how we think, and solve what we care about.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Applied AI: The Freestyle Cognition Framework</title>
      <link>http://programmer.ie/books/freestyle-cognition/08-chapter/</link>
      <pubDate>Fri, 28 Aug 2026 10:00:00 +0100</pubDate>
      <guid>http://programmer.ie/books/freestyle-cognition/08-chapter/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;If you can&amp;rsquo;t describe what you are doing as a process, you don&amp;rsquo;t know what you&amp;rsquo;re doing.&amp;rdquo;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;-summary&#34;&gt;📘 Summary&lt;/h2&gt;&#xA;&lt;p&gt;The formalization of what you&amp;rsquo;ve already seen in examples. Instead of relying on one-shot prompts or clever tricks, this chapter shows you how to build an evolving, structured conversation with the AI. You&amp;rsquo;ll learn how to move from idea to output using a consistent loop:&lt;/p&gt;&#xA;&lt;p&gt;📝 Describe → 🔍 Expand → 🪞 Reflect → 🛠️ Refine → ✅ Finalize (🔁 or Loop Back)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Freestyle Cognition Cheat Sheet</title>
      <link>http://programmer.ie/books/freestyle-cognition/88-chapter/</link>
      <pubDate>Fri, 28 Aug 2026 10:00:00 +0100</pubDate>
      <guid>http://programmer.ie/books/freestyle-cognition/88-chapter/</guid>
      <description>&lt;h1 id=&#34;appendix-the-freestyle-cognition-cheat-sheet&#34;&gt;Appendix: The Freestyle Cognition Cheat Sheet&lt;/h1&gt;&#xA;&lt;p&gt;A practical guide for applying everything you’ve learned&lt;/p&gt;&#xA;&lt;pre class=&#34;mermaid&#34;&gt;&#xA;    flowchart TD&#xA;    Start([🧠 Freestyle Cognition&amp;lt;br&amp;gt;Cheat Sheet]) --&amp;gt; A[I. Foundational&amp;lt;br&amp;gt;Principles]&#xA;    Start --&amp;gt; B[II. The Practice]&#xA;    Start --&amp;gt; C[III. Interaction&amp;lt;br&amp;gt;Modes]&#xA;    Start --&amp;gt; D[IV. Psychological&amp;lt;br&amp;gt;Shifts]&#xA;    Start --&amp;gt; E[V. Tools &amp;amp;&amp;lt;br&amp;gt;Frameworks]&#xA;    Start --&amp;gt; F[VI. Metaphors &amp;amp;&amp;lt;br&amp;gt;Messages]&#xA;    Start --&amp;gt; G[VII. Example&amp;lt;br&amp;gt;Use Cases]&#xA;&#xA;    A --&amp;gt; A1[Core Idea: Think together]&#xA;    A --&amp;gt; A2[Mind as instrument]&#xA;    A --&amp;gt; A3[Bridging the intent gap]&#xA;&#xA;    B --&amp;gt; B1[Core Process: Intent → Clarify → Summarize → Challenge → Loop]&#xA;    B --&amp;gt; B2[GROW &amp;amp; CRITIC loops]&#xA;    B --&amp;gt; B3[Meta-prompts: Ask AI to reflect]&#xA;&#xA;    C --&amp;gt; C1[🧪 Research: Papers → Code]&#xA;    C --&amp;gt; C2[💻 Machine Coding: AI as IDE]&#xA;    C --&amp;gt; C3[🧍 Personal Reflection: AI as mirror]&#xA;    C --&amp;gt; C4[🌊 Freestyle: Explore &amp;amp; wander]&#xA;&#xA;    D --&amp;gt; D1[Reflection is the engine]&#xA;    D --&amp;gt; D2[Partnership, not delegation]&#xA;    D --&amp;gt; D3[Voice unlocks rhythm]&#xA;&#xA;    E --&amp;gt; E1[Modular prompts]&#xA;    E --&amp;gt; E2[Scoring &amp;amp; tracking]&#xA;    E --&amp;gt; E3[External tools: Notion, Git, pgvector]&#xA;&#xA;    F --&amp;gt; F1[New rhythm: Intent → Reflection → Creation]&#xA;    F --&amp;gt; F2[Mirror: Know yourself, know AI]&#xA;    F --&amp;gt; F3[Guidance, not control]&#xA;&#xA;    G --&amp;gt; G1[🧠 Learn Anything]&#xA;    G --&amp;gt; G2[🧬 Extend a Paper]&#xA;    G --&amp;gt; G3[📚 Write a Book]&#xA;&#xA;    style Start fill:#e1f5fe,stroke:#333&#xA;    style A fill:#fff3e0,stroke:#333&#xA;    style B fill:#e8f5e9,stroke:#333&#xA;    style C fill:#fce4ec,stroke:#333&#xA;    style D fill:#f3e5f5,stroke:#333&#xA;    style E fill:#fff9c4,stroke:#333&#xA;    style F fill:#e0f7fa,stroke:#333&#xA;    style G fill:#c8e6c9,stroke:#333&#xA;  &lt;/pre&gt;&#xA;  &lt;hr&gt;&#xA;&lt;p&gt;From one section&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
