<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Claude on Theolexica</title><link>https://theolexica.com/tags/claude/</link><description>Recent content in Claude on Theolexica</description><generator>Hugo -- 0.134.3</generator><language>en-us</language><lastBuildDate>Sat, 15 Nov 2025 21:57:41 +0000</lastBuildDate><atom:link href="https://theolexica.com/tags/claude/index.xml" rel="self" type="application/rss+xml"/><item><title>Writing with AI</title><link>https://theolexica.com/posts/writing-with-ai/</link><pubDate>Sat, 15 Nov 2025 21:57:41 +0000</pubDate><guid>https://theolexica.com/posts/writing-with-ai/</guid><description>&lt;p>I use AI a lot. It&amp;rsquo;s hard to state how important AI is. It&amp;rsquo;s probably as important as the personal computer for general productivity.&lt;/p>
&lt;p>We&amp;rsquo;re currently living in Estonia, which is a western country with 95% English coverage. We can get by really easily. But there are always things that trip us up. Things that we just don&amp;rsquo;t know and that is second nature to everyone else. Being able to take a picture of something in the grocery store and get knowledge about what it is, how to cook it, and what would be similar in the US is a huge time saver. Something that would take 15 min with Google Translate and some searching around is done in 15 seconds.&lt;/p></description><content:encoded><![CDATA[<p>I use AI a lot. It&rsquo;s hard to state how important AI is. It&rsquo;s probably as important as the personal computer for general productivity.</p>
<p>We&rsquo;re currently living in Estonia, which is a western country with 95% English coverage. We can get by really easily. But there are always things that trip us up. Things that we just don&rsquo;t know and that is second nature to everyone else. Being able to take a picture of something in the grocery store and get knowledge about what it is, how to cook it, and what would be similar in the US is a huge time saver. Something that would take 15 min with Google Translate and some searching around is done in 15 seconds.</p>
<h2 id="think-for-yourself">Think for Yourself</h2>
<p>But I don&rsquo;t want AI to think for me. I want AI to do the drudge work. I want it to get me answers and spur my thinking on. There&rsquo;s a latin phrase, <em>docendo discimus. scribendo cogitamus.</em> These are Renaissance era maxims, meaning &ldquo;We learn by teaching. We think by writing.&rdquo;</p>
<p>There is tremendous power in writing and thinking. Ideas are powerful things. The mind is the gate of the soul. The Bible continually speaks about what we dwell on, how we think, arming our minds. There is almost no better way to meditate than by writing.</p>
<p>It is much harder to be fuzzy in your thinking when you are putting words on the page. You have to hammer out the details and get the ideas right. From the logical ordering of the paragraphs down to the individual words, it has to make sense and connect.</p>
<p>So, using AI to write for you is often bad. It can be great for some things. You can dictate into the machine for 20 minutes and get a coherent 1 pager out for your work report. That&rsquo;s great. Do that all day long. But when you want to learn, when you want to think, you need to write for yourself. Write yourself clear.</p>
<h2 id="use-ai-strategically">Use AI Strategically</h2>
<p>Use it as a critic. Instruct the AI to take up opposing views and critique what you are writing. Use it to steelman your paper. You have someone that can tear your paper apart so that you can make it better.</p>
<p>Throw research pdfs in there after you have read them and have the AI review them with you. Have a conversation about what you have read. Make sure you understand it. Go deeper. Later, when you can&rsquo;t remember who said what, ask the AI. Your pdf&rsquo;s are now queriable in a much more fluid way.</p>
<p>I see so many students wasting hours on formatting. Between AI and tools like <a href="https://www.zotero.org" target="_blank" rel="noopener noreferrer">Zotero</a>
. You should never manage formatting yourself. You now have a professional editor at your disposal. Use it. Make sure your Turabian, or whatever your institute uses, is right.</p>
<p>Start your research with AI. AI and wikipedia are a fantastic pair. Point it at a starting article, tell it to chase down the links and give you a current state of affairs for your topic and present areas open for research.</p>
<p>Use it for tangential context. Get quick background on areas that you won&rsquo;t be researching so that you can understand more of the context from the papers and books you are reading.</p>
<p>If you add AI to your current workflows, you will be able to move faster, learn more, and do more.</p>
<h2 id="advanced-flow">Advanced Flow</h2>
<p>Here is how I use AI. I have a subscription to ChatGPT and Gemini through my work. I have hotkeys setup on my mac to open for any random question. One of the most powerful ways to use AI is to use two or three in tandem. I will often have a main thread in ChatGPT. Then open up side threads. I am researching topic A. Topic A.1 is brought up. I dig into that briefly in a side thread, then continue back in my main thread. Don&rsquo;t let random questions bog down your main threads.</p>
<p>I do all of my writing in markdown notes. I actually use vim in the terminal to do this. I know most people don&rsquo;t do this, but writing in this way has some advantages.</p>
<ul>
<li>Vim is pretty great. It has a steep learning curve, and I sometimes regret learning it. But I can never leave.</li>
<li>Writing in actual markdown files means that I am never locked into a technology that may or may not go away (looking at you evernote).</li>
<li>Git for version control. This is a tool programmers use to manage their code. It gives you the ability to make changes, track changes, start separate branches for different lines of thinking, and then merge it back into your main line. It is surprisingly useful for writing.</li>
<li>The big winner though is being able to use AI command line tools with your writing. Since everything is in markdown files, the LLM can read everything, and since it is all versioned in git, it can safely edit everything. (I prefer <a href="https://developers.openai.com/codex/cli" target="_blank" rel="noopener noreferrer">codex</a>
 for this.)</li>
</ul>
<p>I don&rsquo;t allow the AI to do any writing for me (exceptions coming), but what I do talk to the AI about what I have written. Everythign is available to it.</p>
<p>What I do allow the AI to do is formatting changes. For example, I had been writing about the <a href="https://theolexica.com/posts/london-baptist-confession/london-baptist-confession-toc/">London Baptist Confession</a>
. It was in one long document. I know I want to write more about it, but the document was getting too long. I opened up codex, told it to split that file into multiple using the naming convention I wanted, and to link out the external LBC for each chapter. It broke it up into five pages, linked it all together, and did not change anything I wrote. That turned 20-40 minutes of tedious work into 5 minutes of mindless work while I did other things.</p>
]]></content:encoded></item></channel></rss>