<?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: Sherine Graham</title>
    <description>The latest articles on DEV Community by Sherine Graham (@sherine_graham_44f2692009).</description>
    <link>https://dev.to/sherine_graham_44f2692009</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%2F2843796%2F8c5f5ba9-56c0-41f2-ad83-b2bb89dbafff.png</url>
      <title>DEV Community: Sherine Graham</title>
      <link>https://dev.to/sherine_graham_44f2692009</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sherine_graham_44f2692009"/>
    <language>en</language>
    <item>
      <title>Inside CorX3.8-27B: Jamaica's First Open 27B LLM"</title>
      <dc:creator>Sherine Graham</dc:creator>
      <pubDate>Wed, 19 Aug 2026 15:43:12 +0000</pubDate>
      <link>https://dev.to/sherine_graham_44f2692009/inside-corx38-27b-jamaicas-first-open-27b-llm-31nd</link>
      <guid>https://dev.to/sherine_graham_44f2692009/inside-corx38-27b-jamaicas-first-open-27b-llm-31nd</guid>
      <description>&lt;p&gt;"An inside look at CorX3.8-27B, open-weight AI development at CorX Labs, and fine-tuning 27-billion parameter models for regional context."&lt;/p&gt;

&lt;h2&gt;
  
  
  tags: ai, opensource, machinelearning, tech
&lt;/h2&gt;

&lt;p&gt;Language models have expanded rapidly in size and capability, but their conversational defaults remain heavily skewed toward standardized, corporate English. Most open-weight models hedge, output conversational filler, and struggle with authentic regional idioms. &lt;/p&gt;

&lt;p&gt;At &lt;strong&gt;CorX Labs&lt;/strong&gt;, an open-source AI research initiative based in Westmoreland, Jamaica, the focus is building open-weight systems grounded in local context, direct communication, and rigorous evaluation. &lt;/p&gt;

&lt;p&gt;The latest release, &lt;strong&gt;CorX3.8-27B&lt;/strong&gt;, is a 27-billion parameter language model designed to address regional language representation while maintaining strong general-purpose reasoning.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Vision Behind CorX Labs
&lt;/h2&gt;

&lt;p&gt;CorX Labs was established to develop open-source AI infrastructure tailored for the Caribbean and the broader open-weights community. Drawing on a strong foundation in complex architectures—including past work evaluating Singing Voice Synthesis (SVS) systems and the TriStream model lineup—the lab prioritizes measurable performance. &lt;/p&gt;

&lt;p&gt;Whether it is optimizing Mean Opinion Score (MOS) metrics for audio naturalness or fine-tuning massive text models, the goal remains the same: pushing the limits of what open-source architectures can achieve. CorX3.8-27B represents a shift from audio synthesis into large-scale natural language processing, bringing that same open-source philosophy to Caribbean cultural representation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why CorX3.8-27B?
&lt;/h2&gt;

&lt;p&gt;CorX3.8-27B is built on top of the highly capable Qwen3.8-27B base model. While the base architecture provides deep foundational reasoning, logic, and mathematical capabilities, CorX Labs entirely overhauled its conversational alignment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Architectural &amp;amp; Behavioral Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Patois-First Register:&lt;/strong&gt; The model is trained to default to Jamaican Patois in conversational settings, capturing local idiom and tone natively. However, it switches cleanly to standard English when addressed in English or explicitly instructed to do so.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Direct Communication Style:&lt;/strong&gt; It actively eliminates conversational throat-clearing, false agreement, and unnecessary hedging. If the model does not know the answer, it owns the limitation directly without evasion.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Merged Standalone Weights:&lt;/strong&gt; Unlike fragmented adapter releases, CorX3.8-27B is a fully merged model. Researchers and developers can download a single, unified set of weights to deploy it immediately.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Technical Scope &amp;amp; Boundaries
&lt;/h2&gt;

&lt;p&gt;Building useful regional models requires absolute transparency regarding limitations. CorX3.8-27B is engineered as a &lt;strong&gt;conversational and reasoning engine&lt;/strong&gt;, not a localized, static database.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Strong Domains:&lt;/strong&gt; The model excels in dialect-rich applications, cultural context, logical reasoning, and complex conversational tasks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Limitations to Note:&lt;/strong&gt; Unassisted language models inherently struggle with hyper-local fact recall. Do not rely on the model’s unaided memory for specific Jamaican street addresses, legal codes, or current local market rates. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Solution:&lt;/strong&gt; For factual accuracy, CorX3.8-27B is designed to be paired with a Retrieval-Augmented Generation (RAG) pipeline. By anchoring the model to public records and geographical data, it can synthesize answers reliably instead of guessing.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Accessing the Model
&lt;/h2&gt;

&lt;p&gt;CorX3.8-27B is fully open-weight, licensed under Apache 2.0, and available for researchers, developers, and educators to run locally or integrate into broader projects. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Download the Model Weights &amp;amp; Documentation:&lt;/strong&gt; &lt;a href="https://huggingface.co/Sigmandndnns/CorX3.8-27B" rel="noopener noreferrer"&gt;Hugging Face Repository - Sigmandndnns/CorX3.8-27B&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learn More About Our Work:&lt;/strong&gt; &lt;a href="https://www.corx-labs.com/" rel="noopener noreferrer"&gt;CorX Labs Official Site&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Built in Westmoreland, Jamaica by CorX Labs.&lt;/em&gt;&lt;/p&gt;

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