<?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: Kortexio</title>
    <description>The latest articles on DEV Community by Kortexio (@kortexio).</description>
    <link>https://dev.to/kortexio</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%2F4099623%2Fbe4bb964-4df9-4b82-a220-4b11441533d5.png</url>
      <title>DEV Community: Kortexio</title>
      <link>https://dev.to/kortexio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kortexio"/>
    <language>en</language>
    <item>
      <title>KYC AI Platform v1.0.1-beta: what shipped</title>
      <dc:creator>Kortexio</dc:creator>
      <pubDate>Sat, 29 Aug 2026 01:36:24 +0000</pubDate>
      <link>https://dev.to/kortexio/kyc-ai-platform-v101-beta-what-shipped-3ek3</link>
      <guid>https://dev.to/kortexio/kyc-ai-platform-v101-beta-what-shipped-3ek3</guid>
      <description>&lt;p&gt;KYC AI Platform &lt;strong&gt;v1.0.1-beta&lt;/strong&gt; is out.&lt;/p&gt;

&lt;p&gt;On-prem corporate KYC for Portugal — sanctions/PEP/media, document ingestion, and ContextMemory scoring with a human review loop.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release notes
&lt;/h2&gt;

&lt;p&gt;Pre-release &lt;strong&gt;1.0.1-beta&lt;/strong&gt;. Not Latest.  ## Changes - Kortexio LinkedIn / dev.to release announcements enabled - Stop applying EF migrations on application startup; baseline history after squash - More robust self-hosted Docker deploy (health logs, Docker discovery, ASCII PowerShell) - AGPL-3.0; ContextMemory as the sole LLM path for scoring, OCR vision, and reports  ## Try it See the &lt;a href="https://github.com/Kortexio/KYC/blob/main/README.md" rel="noopener noreferrer"&gt;README&lt;/a&gt;.  Repo: &lt;a href="https://github.com/Kortexio/KYC" rel="noopener noreferrer"&gt;https://github.com/Kortexio/KYC&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Full notes: &lt;a href="https://github.com/Kortexio/KYC/releases/tag/v1.0.1-beta" rel="noopener noreferrer"&gt;https://github.com/Kortexio/KYC/releases/tag/v1.0.1-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/Kortexio/KYC" rel="noopener noreferrer"&gt;https://github.com/Kortexio/KYC&lt;/a&gt; · Images: &lt;code&gt;ghcr.io/vitorcastro78/kyc&lt;/code&gt;&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>ai</category>
      <category>opensource</category>
      <category>compliance</category>
    </item>
    <item>
      <title>ExLlamaSharp v1.2.1-beta: what shipped</title>
      <dc:creator>Kortexio</dc:creator>
      <pubDate>Sat, 29 Aug 2026 01:34:18 +0000</pubDate>
      <link>https://dev.to/kortexio/exllamasharp-v121-beta-what-shipped-1no2</link>
      <guid>https://dev.to/kortexio/exllamasharp-v121-beta-what-shipped-1no2</guid>
      <description>&lt;p&gt;ExLlamaSharp &lt;strong&gt;v1.2.1-beta&lt;/strong&gt; is out.&lt;/p&gt;

&lt;p&gt;Local LLM server for Windows with NVIDIA GPUs — OpenAI-compatible &lt;code&gt;/v1&lt;/code&gt;, Blazor admin, and EXL3 inference.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release notes
&lt;/h2&gt;

&lt;p&gt;Pre-release: zero-gaps on top of continuous batching. This is &lt;strong&gt;not&lt;/strong&gt; the GitHub Latest download; stable remains &lt;strong&gt;1.1.1&lt;/strong&gt;.  ## Install Download &lt;strong&gt;ExLlamaSharp-Setup-win-x64.exe&lt;/strong&gt; from this pre-release (not the one-liner, which still installs 1.1.1). Run it (UAC), then open &lt;a href="http://127.0.0.1:14563" rel="noopener noreferrer"&gt;http://127.0.0.1:14563&lt;/a&gt;  - Admin UI: &lt;code&gt;admin&lt;/code&gt; / &lt;code&gt;changeme&lt;/code&gt; (change this in Setup) - API key: &lt;code&gt;sk-exllamasharp-dev&lt;/code&gt;  ## Changes - A/B, tenants, and LoRA adapter HTTP APIs are real (CRUD + OpenAI &lt;code&gt;X-Ab-Test-Id&lt;/code&gt; / &lt;code&gt;X-Adapter-Id&lt;/code&gt;) - EXL3 worker: LoRA load/unload, tools/JSON-schema prompt hints, multi-GPU &lt;code&gt;CUDA_VISIBLE_DEVICES&lt;/code&gt;, speculative draft settings - Embeddings via ONNX when &lt;code&gt;model.onnx&lt;/code&gt; is present (local fallback otherwise) - Quantize/import jobs call real Python convert / folder registration - SignalR metrics + Charts / A/B UI; tenant filtering when multi-tenancy is enabled - Worker-only production generate; OpenAI images/audio stay 501 (Media version later)  ## Notes Treat this as a beta. Keep a 1.1.1 install if you need the last stable build.&lt;/p&gt;

&lt;p&gt;Full notes: &lt;a href="https://github.com/Kortexio/ExLlamaSharp/releases/tag/v1.2.1-beta" rel="noopener noreferrer"&gt;https://github.com/Kortexio/ExLlamaSharp/releases/tag/v1.2.1-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/Kortexio/ExLlamaSharp" rel="noopener noreferrer"&gt;https://github.com/Kortexio/ExLlamaSharp&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>ai</category>
      <category>opensource</category>
      <category>llm</category>
    </item>
    <item>
      <title>CreditAI v1.0.1-beta: what shipped</title>
      <dc:creator>Kortexio</dc:creator>
      <pubDate>Sat, 29 Aug 2026 01:27:42 +0000</pubDate>
      <link>https://dev.to/kortexio/creditai-v101-beta-what-shipped-5hnd</link>
      <guid>https://dev.to/kortexio/creditai-v101-beta-what-shipped-5hnd</guid>
      <description>&lt;p&gt;CreditAI &lt;strong&gt;v1.0.1-beta&lt;/strong&gt; is out.&lt;/p&gt;

&lt;p&gt;Deterministic credit decisioning with grounded AI narrative — the LLM never calculates score, PD, limit, or decision.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release notes
&lt;/h2&gt;

&lt;p&gt;﻿Pre-release &lt;strong&gt;1.0.1-beta&lt;/strong&gt;. Not Latest.&lt;/p&gt;

&lt;h2&gt;
  
  
  Changes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AGPL licensing aligned with Kortexio suite&lt;/li&gt;
&lt;li&gt;OpenAI-compatible LLM client + optional ContextMemory&lt;/li&gt;
&lt;li&gt;Kortexio-scoped LinkedIn / dev.to release announcements&lt;/li&gt;
&lt;li&gt;Deterministic scoring remains: the LLM never calculates score, PD, limit, or decision&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;See the &lt;a href="https://github.com/Kortexio/CreditAI/blob/master/README.md" rel="noopener noreferrer"&gt;README&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/Kortexio/CreditAI" rel="noopener noreferrer"&gt;https://github.com/Kortexio/CreditAI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Full notes: &lt;a href="https://github.com/Kortexio/CreditAI/releases/tag/v1.0.1-beta" rel="noopener noreferrer"&gt;https://github.com/Kortexio/CreditAI/releases/tag/v1.0.1-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/Kortexio/CreditAI" rel="noopener noreferrer"&gt;https://github.com/Kortexio/CreditAI&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>fintech</category>
      <category>opensource</category>
      <category>ai</category>
    </item>
    <item>
      <title>Fincheck v1.0.1-beta: what shipped</title>
      <dc:creator>Kortexio</dc:creator>
      <pubDate>Sat, 29 Aug 2026 01:27:41 +0000</pubDate>
      <link>https://dev.to/kortexio/fincheck-v101-beta-what-shipped-m4p</link>
      <guid>https://dev.to/kortexio/fincheck-v101-beta-what-shipped-m4p</guid>
      <description>&lt;p&gt;Fincheck &lt;strong&gt;v1.0.1-beta&lt;/strong&gt; is out.&lt;/p&gt;

&lt;p&gt;Multi-tenant SME finance platform — banking sync, cash flow, invoices, and AI insights via ContextMemory or a direct LLM.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release notes
&lt;/h2&gt;

&lt;p&gt;﻿Pre-release &lt;strong&gt;1.0.1-beta&lt;/strong&gt;. Not Latest. First public beta cut after English README.&lt;/p&gt;

&lt;h2&gt;
  
  
  Changes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;README fully translated to English&lt;/li&gt;
&lt;li&gt;Multi-entity tenancy (1 user to N entities)&lt;/li&gt;
&lt;li&gt;OpenAI-compatible &lt;code&gt;/v1&lt;/code&gt; LLM client + optional ContextMemory overlay&lt;/li&gt;
&lt;li&gt;AGPL-3.0; self-hosted Docker Desktop deploy via GitHub Actions&lt;/li&gt;
&lt;li&gt;LinkedIn / dev.to release announcements&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;See the &lt;a href="https://github.com/Kortexio/Fincheck/blob/main/README.md" rel="noopener noreferrer"&gt;README&lt;/a&gt;. Demo: &lt;code&gt;demo@fincheck.local&lt;/code&gt; / &lt;code&gt;Demo!23456&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/Kortexio/Fincheck" rel="noopener noreferrer"&gt;https://github.com/Kortexio/Fincheck&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Full notes: &lt;a href="https://github.com/Kortexio/Fincheck/releases/tag/v1.0.1-beta" rel="noopener noreferrer"&gt;https://github.com/Kortexio/Fincheck/releases/tag/v1.0.1-beta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/Kortexio/Fincheck" rel="noopener noreferrer"&gt;https://github.com/Kortexio/Fincheck&lt;/a&gt;&lt;/p&gt;

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