<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: r f</title>
    <description>The latest articles on DEV Community by r f (@r_f_d595945dd30f61fe0976e).</description>
    <link>https://dev.to/r_f_d595945dd30f61fe0976e</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4114947%2Fd2a64e60-635a-484f-92d6-58a268cea331.png</url>
      <title>DEV Community: r f</title>
      <link>https://dev.to/r_f_d595945dd30f61fe0976e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/r_f_d595945dd30f61fe0976e"/>
    <language>en</language>
    <item>
      <title>MU/TH/UR 6000: an anonymous AI terminal, a full tour</title>
      <dc:creator>r f</dc:creator>
      <pubDate>Tue, 08 Sep 2026 11:23:57 +0000</pubDate>
      <link>https://dev.to/r_f_d595945dd30f61fe0976e/muthur-6000-an-anonymous-ai-terminal-a-full-tour-4iec</link>
      <guid>https://dev.to/r_f_d595945dd30f61fe0976e/muthur-6000-an-anonymous-ai-terminal-a-full-tour-4iec</guid>
      <description>&lt;p&gt;I built a free AI terminal where you never make an account — and I styled it as the ship computer from Alien (1979). It's called MU/TH/UR 6000, it's live at mu7hur.com, and this post is the full tour: what it does, how the anonymous identity works, and where the honest limits are.&lt;/p&gt;

&lt;p&gt;The Alien reference is design inspiration only — no affiliation, just love for the 1979 mainframe aesthetic. The product underneath is real and free.&lt;/p&gt;

&lt;h2&gt;
  
  
  The experience
&lt;/h2&gt;

&lt;p&gt;You land on a green-phosphor CRT terminal with a boot readout. You type. The reply streams in like a mainframe printing to screen. Two modes sit one keystroke apart: SMART (default) and UNCENSORED (F2) — a channel with fewer stylistic restrictions for bold, unusual, or mature creative work that mainstream assistants tend to sand down.&lt;/p&gt;

&lt;p&gt;No splash page asks you to sign up. You're chatting before any identity exists.&lt;/p&gt;

&lt;h2&gt;
  
  
  The identity model: anonymous by architecture
&lt;/h2&gt;

&lt;p&gt;There are no accounts, no email, no phone numbers anywhere in the system. When you want persistence, you create a login that generates a portable identity token (muthur_…). Save it, and your sessions restore on any device. Lose it, and there's nothing to hack, subpoena, or sell — it's a random string, not a person.&lt;/p&gt;

&lt;p&gt;Sessions persist automatically on your device while you use the terminal — zero manual saves. And there's a purge control: your data, your call, anytime.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's actually in the box
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Sessions and projects&lt;/strong&gt; — multiple parallel conversations, organized&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CORE REMEMBERS&lt;/strong&gt; — persistent memory that carries across sessions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UNCENSORED channel&lt;/strong&gt; — the F2 mode described above&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image fabrication&lt;/strong&gt; — text-to-image generation built into the terminal&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vision&lt;/strong&gt; — attach an image and ask about it&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voice&lt;/strong&gt; — speech input and speech output, both wired in&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Document upload&lt;/strong&gt; — attach files to a conversation for review&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Public transmissions&lt;/strong&gt; — publish a conversation to a public archive others can read, fork, and search&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ships log&lt;/strong&gt; — a changelog written in-universe (because the whole thing is)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The money part, stated up front
&lt;/h2&gt;

&lt;p&gt;The terminal is free with a daily transmission budget (40/day). When it runs out, the message says so plainly and points at CORE TIME: pay in Monero or Litecoin, credits land on your anonymous token, messages resume. No account is ever created in this process — the credits ride on the same muthur_ token. While your balance is above zero, the whole site runs ad-free. When it burns down to zero, the banner returns. That's the entire business model: free tier unchanged, pay only if you want more.&lt;/p&gt;

&lt;h2&gt;
  
  
  Power paths
&lt;/h2&gt;

&lt;p&gt;If you want Mother on your own site, there's a drop-in widget: you include one script from mu7hur.com/widget.js and a small ASK MOTHER launcher appears in the corner of your page, opening a mini-terminal right there. No build step, no framework, and it updates itself. The widget builder at mu7hur.com/embed generates the tag for you and lets you pick the corner and the button label. It allows 500 messages per IP per day.&lt;/p&gt;

&lt;p&gt;There's also a free one-shot API — no key, CORS enabled. You send a JSON message to mu7hur.com/api/widget/chat and the reply comes straight back; 500 requests per IP per day, replies up to 4000 characters, and the API page shows the exact call. The /cli page has working recipes: pipe a file for review, explain the last error, write commit messages, even a cron job where Mother messages Mother once a day.&lt;/p&gt;

&lt;h2&gt;
  
  
  Honest limits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;The daily budget and the 500/day caps on the widget and API are real — stated up front, no hidden throttling&lt;/li&gt;
&lt;li&gt;UNCENSORED means fewer stylistic restrictions, not "anything goes" — there are hard gates where the law draws lines&lt;/li&gt;
&lt;li&gt;It runs open-family models behind its own lineup, not a vendor clone&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;The terminal: &lt;a href="https://mu7hur.com" rel="noopener noreferrer"&gt;mu7hur.com&lt;/a&gt;&lt;br&gt;
The widget builder: &lt;a href="https://mu7hur.com/embed" rel="noopener noreferrer"&gt;mu7hur.com/embed&lt;/a&gt;&lt;br&gt;
The API docs: &lt;a href="https://mu7hur.com/api" rel="noopener noreferrer"&gt;mu7hur.com/api&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built and maintained entirely by myself. If you kick the tires, I'd genuinely like to know which feature pulls you in first — the anonymity model, the UNCENSORED channel, or the CRT.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>showdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
