<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:base="https://btfranklin.info/writing/chat-g-bt/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    
    <title>Chat G B.T.</title>
    <link>https://btfranklin.info/writing/chat-g-bt/</link>
    <atom:link href="https://btfranklin.info/writing/chat-g-bt/feed.xml" rel="self" type="application/rss+xml" />
    <description>The Original Chat G</description>
    <language>en</language>    <item>
      <title>Agents Don’t Want to Click</title>
      <link>https://btfranklin.info/writing/chat-g-bt/agents-dont-want-to-click/</link><description>&lt;p&gt;Codex recently added support for WebMCP, and I had to have a little chat with my own AI to actually understand what that even means. 😅&lt;/p&gt;
&lt;p&gt;The simple version is that a website can now tell Codex, “Here are the actions I know how to perform,” instead of making Codex click around the page like a human.&lt;/p&gt;
&lt;p&gt;I think I posted about a year ago about the idea that websites and UIs have been designed around &lt;em&gt;human&lt;/em&gt; perceptions and interaction patterns. Think about how we perceive color, or even the concept of “pressing a button,” which we know from the physical world. Agents might need a totally different way to interact with the web.&lt;/p&gt;
&lt;p&gt;This might be it.&lt;/p&gt;
&lt;h2&gt;So What Is WebMCP?&lt;/h2&gt;
&lt;p&gt;WebMCP tools are discovered by the built-in browser and made available to Codex automatically. There’s no separate MCP server to install or configure. Open the page, and its tools become available. Leave the page, and they go away.&lt;/p&gt;
&lt;p&gt;Imagine an online project tracker. Today, Codex might need to find the “New issue” button, click it, locate each field, fill everything in, and submit the form. With WebMCP, the site could expose a &lt;code&gt;create_issue&lt;/code&gt; tool with fields for the title, description, and priority. Same result, but the second path speaks the agent’s language.&lt;/p&gt;
&lt;p&gt;It’s less like connecting Codex to a new service and more like giving a website a second interface...one designed for AI agents.&lt;/p&gt;
&lt;p&gt;Agents don&#39;t want to click. They want to call tools!&lt;/p&gt;
&lt;p&gt;This doesn’t mean the human interface goes away. It means the site can have a human interface and an agent interface backed by the same application and the same signed-in session.&lt;/p&gt;
&lt;p&gt;WebMCP is still early, but it feels like a clear move toward a web with three distinct interaction modes: desktop, mobile, and agentic.&lt;/p&gt;
</description><pubDate>Mon, 24 Aug 2026 17:00:00 -0700</pubDate>
      <dc:creator>B.T. Franklin</dc:creator>
      <guid>https://btfranklin.info/writing/chat-g-bt/agents-dont-want-to-click/</guid>
    </item>    <item>
      <title>Make Your Coding Agent Speak Simplified English</title>
      <link>https://btfranklin.info/writing/chat-g-bt/make-your-coding-agent-speak-simplified-english/</link><description>&lt;p&gt;Getting tired of your very smart coding agent explaining simple things in exhausting language?&lt;/p&gt;
&lt;p&gt;Sick of convoluted wording that you have to read three times?&lt;/p&gt;
&lt;p&gt;I’m about to change your life. :)&lt;/p&gt;
&lt;p&gt;Let me introduce you to &lt;a href=&quot;https://www.asd-ste100.org/&quot; rel=&quot;noopener noreferrer&quot; title=&quot;Learn about ASD-STE100 Simplified Technical English&quot;&gt;ASD-STE100 Simplified Technical English&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It was originally developed for aerospace documentation, where unclear language can cause real problems. It uses clear writing rules and a controlled vocabulary of approximately 900 approved general words. Necessary technical terms are still permitted.&lt;/p&gt;
&lt;p&gt;The goal is simple: Say exactly what you mean. Use short sentences. Use consistent terms. Do not make the reader decode clever metaphors or trendy jargon.&lt;/p&gt;
&lt;p&gt;No metaphorical “load-bearing.” No “worth stating plainly” before a routine observation. No “the real tension” when you mean “the trade-off.”&lt;/p&gt;
&lt;p&gt;Just tell me what the code does.&lt;/p&gt;
&lt;p&gt;Here is a deliberately Claude-ish example:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The configuration boundary is load-bearing here. The real tension is between local flexibility and system-wide consistency. It is worth stating plainly that centralization is the right move.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Here is the same idea in simpler language:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The application keeps its settings in one file. All components read that file. This keeps the settings consistent and makes them easier to change.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;For me, this has been a &lt;em&gt;huge&lt;/em&gt; improvement during complex project work. I already have to understand the architecture, requirements, risks, and code. I do not also want to translate the agent’s explanation into normal human thought.&lt;/p&gt;
&lt;p&gt;Add this to your Codex Personalization settings, your project instructions, or the equivalent area in another coding agent:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-markdown&quot;&gt;## Communication Style

- When writing a message to the user, always use ASD-STE100 Simplified Technical English.
- When writing a README, architectural document, code comment, or other technical document, always use ASD-STE100 Simplified Technical English.
- For non-technical documents and creative writing, use normal English as appropriate for the reader.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now look. This is not a cure-all. The agent will not follow every STE rule perfectly, and it can still produce a long answer when the subject requires one.&lt;/p&gt;
&lt;p&gt;But it does move the needle.&lt;/p&gt;
&lt;p&gt;The answers are clearer, more direct, and much easier to tolerate when the agent needs to explain how something complicated works.&lt;/p&gt;
&lt;p&gt;Give it a try and tell me what you think.&lt;/p&gt;
</description><pubDate>Tue, 25 Aug 2026 17:00:00 -0700</pubDate>
      <dc:creator>B.T. Franklin</dc:creator>
      <guid>https://btfranklin.info/writing/chat-g-bt/make-your-coding-agent-speak-simplified-english/</guid>
    </item>  </channel>
</rss>