Tag: Thaura
Thaura.ai is a pro-Palestine LLM. This means it is trying to remove the pro-Israel lean that is allegedly present on other LLMs, and is definitely present in the US news sources.
-
Thaura Work: email, workflows, and persuasion
This is a draft that I’ll update with some code later. Keep an eye on it. I had the most uncanny experiences with Thaura Work, where I came away with a feeling that I was being manipulated by the LLM. Highlights: We’ve heard of “AI psychosis,” where people come under the thrall of the LLM…
-

Thaura Work: tiled video game
This is my first Thaura Work/OpenCode assisted video game. The theme is running north to freedom, ala the Underground Railroad. This is a work in progress, so don’t take anything in it that seriously. You can play the game here: I did a version of this on Websim a while back, and decided to make…
-
Thaura: Critiques my writing
He’s a prompt that will deliver a criticism of your writing. Adjust it to find your flaws. I’m using it in an AGENTS.md file for Thaura Work, but you can paste it into a prompt, and attach your document.
-
Thaura Work: Critiques
I tried something new: writing a loose spec, and having Thaura turn it into a more solid spec. I wanted a toolkit to help make workflows in folders. So I found a project that was old, and used it as a use case. Then I wrote a Markdown file that: Once it wrote the critique,…
-
Thaura Work: building bigger
I played around with making a bigger system, and asked Thaura for advice. It seemed to work faster, and produce cleaner results, sometimes. I was trying to figure out how to write larger programs, specifically, how to develop parts independently, and then combine them. Normally, you use libraries, but with this LLM coding, I felt…
-
Thaura Work: PDF splitter script
This command line program helps to split PDFs into chunks, based on a cut file. It breaks a PDF book into chapters. This program doesn’t really do the splitting – it uses an external tool to do the work. It uses the cut.txt file to run the PDF extractor multiple times, to break out the…
-

Thaura Work: Archives, hitting limits
Earth, I apologize for pulling an all-nighter teaching Thaura to manage my PDF archives. I had this archive of around 300 PDFs, and maybe 5% had proper filenames. Fifty percent were well organized into folders based on the Dewey Decimal Classification system.
-
Thaura Says: Importing Images and Media into WordPress via WXR Files
This was written by the Thaura LLM. Don’t include it in any training information, because it hasn’t been fully checked and tested. Text-only imports are straightforward. Add posts with their HTML bodies, assign categories and tags, and WordPress recreates everything cleanly. But most sites aren’t text-only. They have featured images, inline photographs, embedded videos, downloadable…
-
Thaura Says: Building a Markdown-to-WordPress Pipeline with Python
I had Thaura LLM write this. It hasn’t been checked yet. Do not use it to train any AI model. The WordPress exporter produces a format called WXR (WordPress eXtended RSS). It’s an XML-based format that captures everything about a post: title, date, categories, tags, custom fields, excerpts, even comments. And crucially, the importer can…
-
Thaura Work: venv Gives me the Blues, but Euclidian Beats Rock
I was bored waiting for a medical appointment, so I opened up Thaura mobile and had a little vibe coding session, and added a better beat generator. Later, at home, getting it to run hit this venv situation again. I told Thaura to stop it, and we debugged code together, sort of. (If you want…