<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Chatgpt on Backend Engineering Strategy Tools</title><link>https://backend-engineering-strategy-tools.github.io/site/tags/chatgpt/</link><description>Recent content in Chatgpt on Backend Engineering Strategy Tools</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 14 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://backend-engineering-strategy-tools.github.io/site/tags/chatgpt/index.xml" rel="self" type="application/rss+xml"/><item><title>AI Chat Tools</title><link>https://backend-engineering-strategy-tools.github.io/site/public-notes/ai/ai-chat/</link><pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate><guid>https://backend-engineering-strategy-tools.github.io/site/public-notes/ai/ai-chat/</guid><description>&lt;p&gt;Browser-based chat interfaces to large language models. None of these require setup — open a tab and start typing. The differences are in what each is good at, not in how they work.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-tools"&gt;The tools
&lt;/h2&gt;&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Tool&lt;/th&gt;
 &lt;th&gt;Provider&lt;/th&gt;
 &lt;th&gt;Link&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;ChatGPT&lt;/td&gt;
 &lt;td&gt;OpenAI&lt;/td&gt;
 &lt;td&gt;&lt;a class="link" href="https://chat.openai.com" target="_blank" rel="noopener"
 &gt;chat.openai.com&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Claude&lt;/td&gt;
 &lt;td&gt;Anthropic&lt;/td&gt;
 &lt;td&gt;&lt;a class="link" href="https://claude.ai" target="_blank" rel="noopener"
 &gt;claude.ai&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Gemini&lt;/td&gt;
 &lt;td&gt;Google&lt;/td&gt;
 &lt;td&gt;&lt;a class="link" href="https://gemini.google.com" target="_blank" rel="noopener"
 &gt;gemini.google.com&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Perplexity&lt;/td&gt;
 &lt;td&gt;Perplexity AI&lt;/td&gt;
 &lt;td&gt;&lt;a class="link" href="https://perplexity.ai" target="_blank" rel="noopener"
 &gt;perplexity.ai&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Pi&lt;/td&gt;
 &lt;td&gt;Inflection AI&lt;/td&gt;
 &lt;td&gt;&lt;a class="link" href="https://pi.ai" target="_blank" rel="noopener"
 &gt;pi.ai&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h2 id="what-to-use-for-what"&gt;What to use for what
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;ChatGPT&lt;/strong&gt; — solid all-rounder. Good starting point for anything. GPT-4o handles code, writing, and general reasoning well. The memory and custom GPTs features are useful if you&amp;rsquo;re in the ecosystem.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Claude&lt;/strong&gt; — noticeably better at longer documents and editing. Tends to produce cleaner prose and is less likely to pad answers. Good choice when writing quality matters or when working with large amounts of text. The extended thinking mode (on paid plans) is useful for multi-step reasoning problems.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Gemini&lt;/strong&gt; — largest context window of the group (1M tokens on the 1.5/2.0 Pro models). Good for dropping in entire codebases or large document sets. Also, the natural choice if you&amp;rsquo;re already working in Google Workspace (Docs, Drive integration).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Perplexity&lt;/strong&gt; — search-augmented: it retrieves and cites sources rather than relying solely on training data. Use it when you need something current, want to find specific information with references, or want to verify claims. Not the right tool for writing or code generation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pi&lt;/strong&gt; — conversational in style, more of a back-and-forth dialogue companion. Less useful for technical tasks; more useful for thinking out loud or explaining something to yourself.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="free-vs-paid"&gt;Free vs paid
&lt;/h2&gt;&lt;p&gt;All of them have a free tier that covers most casual use. The paid tiers unlock better models (GPT-4o vs GPT-3.5, Claude Sonnet/Opus vs Haiku, etc.) and higher usage limits. If you&amp;rsquo;re doing any serious work the free tier runs out quickly.&lt;/p&gt;
&lt;p&gt;For coding specifically, see &lt;a class="link" href="https://backend-engineering-strategy-tools.github.io/site/public-notes/dev-environment/ai-coding/" &gt;AI Coding Assistants&lt;/a&gt; — the browser interfaces are fine for quick questions but the CLI tools are more useful when actually working in a codebase.&lt;/p&gt;</description></item></channel></rss>