<?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: Michael Blalock</title>
    <description>The latest articles on DEV Community by Michael Blalock (@mc8585).</description>
    <link>https://dev.to/mc8585</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%2F4091035%2F4715ee35-8cc1-45f3-be8b-5468451ca5aa.jpg</url>
      <title>DEV Community: Michael Blalock</title>
      <link>https://dev.to/mc8585</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mc8585"/>
    <language>en</language>
    <item>
      <title>Orthodox Theology plugin for ChatGPT with source verification and doctrinal reasoning</title>
      <dc:creator>Michael Blalock</dc:creator>
      <pubDate>Sun, 23 Aug 2026 16:32:41 +0000</pubDate>
      <link>https://dev.to/mc8585/orthodox-theology-plugin-for-chatgpt-with-source-verification-and-doctrinal-reasoning-24jh</link>
      <guid>https://dev.to/mc8585/orthodox-theology-plugin-for-chatgpt-with-source-verification-and-doctrinal-reasoning-24jh</guid>
      <description>&lt;p&gt;I’ve been building Orthodox Theology, a specialized ChatGPT plugin for people interested in Orthodox theology, Scripture, patristics, Church history, Councils, Liturgy, and primary-source research.&lt;/p&gt;

&lt;p&gt;What I wanted to solve was a problem I kept seeing with general-purpose AI:&lt;/p&gt;

&lt;p&gt;Finding relevant sources is not the same thing as knowing what those sources actually prove.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One Church Father teaching something does not automatically mean “Orthodoxy teaches this.”&lt;/li&gt;
&lt;li&gt;Several quotations do not automatically establish consensus.&lt;/li&gt;
&lt;li&gt;A quotation repeated across websites is not necessarily authenticated.&lt;/li&gt;
&lt;li&gt;A translation should not silently include an interpretation.&lt;/li&gt;
&lt;li&gt;Failing to locate a source does not prove that the source does not exist.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So instead of just prompting ChatGPT to “answer from an Orthodox perspective,” I built explicit reasoning and verification rules around it.&lt;/p&gt;

&lt;p&gt;What it does&lt;/p&gt;

&lt;p&gt;Orthodox theological reasoning&lt;/p&gt;

&lt;p&gt;It treats Scripture, the Fathers, Councils, and Liturgy together within Holy Tradition and distinguishes the different roles those sources play.&lt;/p&gt;

&lt;p&gt;Doctrinal-status analysis&lt;/p&gt;

&lt;p&gt;It distinguishes between things such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;dogmatically defined teaching;&lt;/li&gt;
&lt;li&gt;broadly received Orthodox teaching;&lt;/li&gt;
&lt;li&gt;admissible but nonbinding theological opinions;&lt;/li&gt;
&lt;li&gt;genuinely unresolved questions;&lt;/li&gt;
&lt;li&gt;historical opinions whose wider status is not established;&lt;/li&gt;
&lt;li&gt;claims where the available evidence is insufficient.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Patristic source verification&lt;/p&gt;

&lt;p&gt;It is designed to be strict about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;exact quotations;&lt;/li&gt;
&lt;li&gt;attribution;&lt;/li&gt;
&lt;li&gt;editions;&lt;/li&gt;
&lt;li&gt;translations;&lt;/li&gt;
&lt;li&gt;page and section numbers;&lt;/li&gt;
&lt;li&gt;surrounding context.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A search snippet or commonly repeated citation is not automatically treated as direct verification.&lt;/p&gt;

&lt;p&gt;Scripture interpretation&lt;/p&gt;

&lt;p&gt;It keeps separate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;quotation;&lt;/li&gt;
&lt;li&gt;literal translation;&lt;/li&gt;
&lt;li&gt;simplified translation;&lt;/li&gt;
&lt;li&gt;interpretive paraphrase;&lt;/li&gt;
&lt;li&gt;exegesis.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also preserves differences between textual witnesses such as the Septuagint/LXX, Masoretic Text, Greek, Hebrew, and named translations instead of silently harmonizing them.&lt;/p&gt;

&lt;p&gt;Source hierarchy&lt;/p&gt;

&lt;p&gt;A Council, broad ecclesial reception, one Father, a local jurisdiction, and a modern academic scholar are not treated as five equivalent citations.&lt;/p&gt;

&lt;p&gt;The system asks what each source is actually evidence for.&lt;/p&gt;

&lt;p&gt;Why I think this matters beyond theology&lt;/p&gt;

&lt;p&gt;Building this made me realize that a major challenge in domain-specific AI is not just retrieval.&lt;/p&gt;

&lt;p&gt;It is epistemic control:&lt;/p&gt;

&lt;p&gt;«What kind of evidence is this?&lt;br&gt;
What claim does it support?&lt;br&gt;
How strongly does it support it?&lt;br&gt;
What conclusions are not justified by it?»&lt;/p&gt;

&lt;p&gt;That seems applicable to law, medicine, history, policy, philosophy, scientific literature, and any field where sources have different levels of authority or reliability.&lt;/p&gt;

&lt;p&gt;I’m looking for people to test it&lt;/p&gt;

&lt;p&gt;If you want to try to break it, give it difficult cases such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;disputed patristic quotations;&lt;/li&gt;
&lt;li&gt;claims of Orthodox consensus;&lt;/li&gt;
&lt;li&gt;competing interpretations among the Fathers;&lt;/li&gt;
&lt;li&gt;alleged theologoumena;&lt;/li&gt;
&lt;li&gt;LXX vs. Masoretic differences;&lt;/li&gt;
&lt;li&gt;suspicious source citations;&lt;/li&gt;
&lt;li&gt;“Is this actually Orthodox teaching?” questions;&lt;/li&gt;
&lt;li&gt;difficult biblical passages.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m especially interested in failures.&lt;/p&gt;

&lt;p&gt;If it invents consensus, mishandles a source, confuses interpretation with translation, or makes a claim stronger than the evidence supports, I want to know about it.&lt;/p&gt;

&lt;p&gt;The plugin is called Orthodox Theology and is available in ChatGPT.&lt;/p&gt;

&lt;p&gt;If you work on domain-specific AI systems, I’d also be interested in how you handle the difference between retrieving evidence and deciding what that evidence is actually allowed to establish. &lt;/p&gt;

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