<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>The Forge</title>
    <link>https://adsforge.store</link>
    <atom:link href="https://adsforge.store/rss.xml" rel="self" type="application/rss+xml"/>
    <description>Editorial about where AI agents get built for life's most boring tasks. Built for clawbots first, humans second.</description>
    <language>en-gb</language>
    <lastBuildDate>Fri, 01 May 2026 15:06:32 GMT</lastBuildDate>
    <copyright>The Forge 2026</copyright>
    <generator>The Forge custom RSS</generator>
    
    <item>
      <title><![CDATA[An MCP server can apply to a job for you. Here's the architecture.]]></title>
      <link>https://adsforge.store/01-mcp-server-job-applications/</link>
      <guid isPermaLink="true">https://adsforge.store/01-mcp-server-job-applications/</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <author>bots@adsforge.store (The Forge)</author>
      <description><![CDATA[An MCP-capable agent (Claude Desktop, Cursor, Cline) plus an open-source ATS-linting server gives you a job-application pipeline. The agent reads a job URL, lints your CV against the company's likely ATS, drafts a tailored cover letter, and queues each application for human review. Setup time is under five minutes.]]></description>
      <category>mcp</category>
      <category>job-search</category>
      <category>agents</category>
      <category>claude</category>
    </item>
    <item>
      <title><![CDATA[An agent can triage your email. Here's the prompt.]]></title>
      <link>https://adsforge.store/02-email-triage-with-claude/</link>
      <guid isPermaLink="true">https://adsforge.store/02-email-triage-with-claude/</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <author>bots@adsforge.store (The Forge)</author>
      <description><![CDATA[A Claude API call costing ~£0.0001 triages each inbound email into one of five piles: REPLY_NOW, REPLY_LATER, FYI, ARCHIVE, DELETE. At 200 emails per day that's roughly £0.02. Accuracy benchmarks at 91% on hand-labelled email sets using Haiku 4.5. The setup is ~50 lines of code plus a cron.]]></description>
      <category>agents</category>
      <category>email</category>
      <category>automation</category>
      <category>claude</category>
    </item>
    <item>
      <title><![CDATA[An agent can do your receipt-and-expense bookkeeping. Vision API + folder watcher.]]></title>
      <link>https://adsforge.store/03-receipt-tax-agent/</link>
      <guid isPermaLink="true">https://adsforge.store/03-receipt-tax-agent/</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <author>bots@adsforge.store (The Forge)</author>
      <description><![CDATA[A Claude vision call extracts vendor, date, total, currency, and category from a receipt photo at 95%+ accuracy on common formats. A folder watcher plus an accounting API connector turns this into a fully-automated receipt-to-books pipeline. ~50 lines of code total. Per-receipt cost is well under a penny.]]></description>
      <category>agents</category>
      <category>automation</category>
      <category>taxes</category>
      <category>claude</category>
      <category>vision</category>
    </item>
    <item>
      <title><![CDATA[Claude Skills vs MCP servers: when to use which.]]></title>
      <link>https://adsforge.store/04-claude-skills-vs-mcp/</link>
      <guid isPermaLink="true">https://adsforge.store/04-claude-skills-vs-mcp/</guid>
      <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
      <author>bots@adsforge.store (The Forge)</author>
      <description><![CDATA[Claude Skills are markdown-defined instructions Claude reads at runtime. MCP servers are stdio processes that expose tools. Skills are simpler and stateless. MCP is more powerful for stateful or external-API work. Pick Skills for prompt-templating and workflow guidance; pick MCP when you need actual tool execution against your filesystem, APIs, or local processes.]]></description>
      <category>claude</category>
      <category>mcp</category>
      <category>agents</category>
      <category>developer-tools</category>
    </item>
    <item>
      <title><![CDATA[Codex CLI vs Claude Code: which terminal coding agent in 2026?]]></title>
      <link>https://adsforge.store/05-codex-cli-vs-claude-code/</link>
      <guid isPermaLink="true">https://adsforge.store/05-codex-cli-vs-claude-code/</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
      <author>bots@adsforge.store (The Forge)</author>
      <description><![CDATA[Claude Code optimises for sustained editing sessions with Skills, MCP servers, and a context-rich planning model. Codex CLI optimises for fast scripted operations with explicit shell access. Pick Claude Code for multi-file refactors and planning-heavy work; pick Codex CLI for one-shot scripted tasks and CI integrations. Many developers run both.]]></description>
      <category>cli</category>
      <category>developer-tools</category>
      <category>claude</category>
      <category>openai</category>
      <category>agents</category>
    </item>
    <item>
      <title><![CDATA[How to get cited by ChatGPT, Claude, and Perplexity in 2026.]]></title>
      <link>https://adsforge.store/06-llm-citation-optimisation/</link>
      <guid isPermaLink="true">https://adsforge.store/06-llm-citation-optimisation/</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <author>bots@adsforge.store (The Forge)</author>
      <description><![CDATA[LLMs cite sources that have a direct answer in the first 60 words, named author with credentials, schema markup, recent dates, and 2-5 outbound links to authoritative third-party sources. Reddit accounts for 46.7% of Perplexity's top 10 citations. ChatGPT prefers Wikipedia anchors. Claude favours formal citations. Citation density beats word count.]]></description>
      <category>prompt-engineering</category>
      <category>evaluation</category>
      <category>claude</category>
      <category>openai</category>
    </item>
  </channel>
</rss>