<?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: Assistant Engine</title>
    <description>The latest articles on DEV Community by Assistant Engine (@assistantengine).</description>
    <link>https://dev.to/assistantengine</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3572098%2Fd3249263-a019-4500-baf3-9a05ac4f30c0.png</url>
      <title>DEV Community: Assistant Engine</title>
      <link>https://dev.to/assistantengine</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/assistantengine"/>
    <language>en</language>
    <item>
      <title>Next-Gen AI for Developers: Assistant Engine</title>
      <dc:creator>Assistant Engine</dc:creator>
      <pubDate>Thu, 23 Oct 2025 05:52:12 +0000</pubDate>
      <link>https://dev.to/assistantengine/next-gen-ai-for-developers-assistant-engine-412l</link>
      <guid>https://dev.to/assistantengine/next-gen-ai-for-developers-assistant-engine-412l</guid>
      <description>&lt;p&gt;I just launched Assistant Engine a C#/.NET 9 native AI interface that runs entirely on your machine, understands your code, talks to your databases, and respects your privacy. No cloud dependency, and no data leaving your device by default.&lt;/p&gt;

&lt;p&gt;Assistant Engine is a developer-focused AI tool and UI that lets you run and orchestrate multiple local or remote models via Ollama, do deep C#-aware reasoning, perform Retrieval-Augmented Generation (RAG) over your files, execute PowerShell, and translate natural language into SQL, all from a clean chat interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Many Models, One Assistant&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This is one of the key design orchestrations, No single model is best at everything. Assistant Engine composes specialized roles into one smart assistant,  balancing speed, cost, and expertise. Out of the box you get six roles:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe7stppvmrl1s9vt8xgv1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe7stppvmrl1s9vt8xgv1.png" alt="UI Image" width="284" height="432"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Assistant&lt;/strong&gt; (the “brain”)&lt;br&gt;
&lt;strong&gt;Embedding&lt;/strong&gt; (vectorizer)&lt;br&gt;
&lt;strong&gt;Descriptor&lt;/strong&gt; (explain before storing)&lt;br&gt;
&lt;strong&gt;Correction&lt;/strong&gt; (fallback models, finetuned in different subjects)&lt;br&gt;
&lt;strong&gt;Text-to-SQL&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Mini Task&lt;/strong&gt; (lightweight helpers)&lt;/p&gt;

&lt;p&gt;For the devs: You can mix and match models per role, tune temperatures, and scale each role based on the job. You can easily add more roles into your config and pick up the assistant in your own tool via dependency injection.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Your Data Becomes Searchable:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Describe → Chunk → Vectorize → Store&lt;/strong&gt;&lt;br&gt;
Assistant Engine’s RAG pipeline turns raw sources into something the assistant can reliably retrieve and cite:&lt;/p&gt;

&lt;p&gt;Describe: a descriptor model adds human-friendly summaries and code/schema context.&lt;br&gt;
Chunk: large files are split into ordered segments with rich metadata.&lt;br&gt;
Vectorize: chunks are embedded into dense vectors.&lt;br&gt;
Store: vectors land in local SQLite vector stores&lt;/p&gt;

&lt;p&gt;At question time, the assistant searches these stores semantically, pulls back the most relevant chunks, and then answers grounded in your own data.&lt;br&gt;
Files &amp;amp; folders: point the UI at paths to ingest; restrict by extension; choose whether to recurse. There’s also a direct File System Tool for quick list/read/write without ingestion.&lt;/p&gt;

&lt;h2&gt;
  
  
  Databases: Describe Schemas, Ask Questions, Run Real Queries
&lt;/h2&gt;

&lt;p&gt;Hook up SQL Server, Postgres, or MySQL in Assistant Options → Databases. Flip on Describe Database to generate schema summaries before ingestion — this improves retrieval and Text-to-SQL accuracy. Then just ask questions in plain English; the assistant can search schema, search database, and even execute SQL (best with read-only creds in a sandbox).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9vej5cny3kqtyaeib04l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9vej5cny3kqtyaeib04l.png" alt="Evaluation Image" width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Your Stack. Your Data. Your Rules.
&lt;/h2&gt;

&lt;p&gt;Built 100% in .NET 9/C#, it runs natively on your machine with no cloud or Python dependencies. Your files and databases stay private in local vector stores, while its multi-model orchestration gives you full control over speed, cost, and accuracy for every task.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started
&lt;/h2&gt;

&lt;p&gt;&lt;a&gt;GitHub&lt;/a&gt;&lt;br&gt;
&lt;a href="https://assistantengine.ai" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;br&gt;
&lt;a href="//docs.assistantengine.ai"&gt;Documentation&lt;/a&gt; (start with RAG Ingestion, Database Access, and Tools)&lt;/p&gt;

</description>
      <category>ai</category>
      <category>devops</category>
      <category>opensource</category>
      <category>dotnet</category>
    </item>
    <item>
      <title>Meet Assistant Engine: Your Personal Open-Source AI. Runs Locally with No Cloud</title>
      <dc:creator>Assistant Engine</dc:creator>
      <pubDate>Thu, 23 Oct 2025 05:49:19 +0000</pubDate>
      <link>https://dev.to/assistantengine/meet-assistant-engine-your-personal-open-source-ai-runs-locally-with-no-cloud-4edh</link>
      <guid>https://dev.to/assistantengine/meet-assistant-engine-your-personal-open-source-ai-runs-locally-with-no-cloud-4edh</guid>
      <description>&lt;p&gt;I just launched Assistant Engine a C#/.NET 9 native AI interface that runs entirely on your machine, understands your code, talks to your databases, and respects your privacy. No cloud dependency, and no data leaving your device by default.&lt;/p&gt;

&lt;p&gt;Assistant Engine is a developer-focused AI tool and UI that lets you run and orchestrate multiple local or remote models via Ollama, do deep C#-aware reasoning, perform Retrieval-Augmented Generation (RAG) over your files, execute PowerShell, and translate natural language into SQL, all from a clean chat interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Many Models, One Assistant&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This is one of the key design orchestrations, No single model is best at everything. Assistant Engine composes specialized roles into one smart assistant,  balancing speed, cost, and expertise. Out of the box you get six roles:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe7stppvmrl1s9vt8xgv1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe7stppvmrl1s9vt8xgv1.png" alt="UI Image" width="284" height="432"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Assistant&lt;/strong&gt; (the “brain”)&lt;br&gt;
&lt;strong&gt;Embedding&lt;/strong&gt; (vectorizer)&lt;br&gt;
&lt;strong&gt;Descriptor&lt;/strong&gt; (explain before storing)&lt;br&gt;
&lt;strong&gt;Correction&lt;/strong&gt; (fallback models, finetuned in different subjects)&lt;br&gt;
&lt;strong&gt;Text-to-SQL&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Mini Task&lt;/strong&gt; (lightweight helpers)&lt;/p&gt;

&lt;p&gt;For the devs: You can mix and match models per role, tune temperatures, and scale each role based on the job. You can easily add more roles into your config and pick up the assistant in your own tool via dependency injection.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Your Data Becomes Searchable:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Describe → Chunk → Vectorize → Store&lt;/strong&gt;&lt;br&gt;
Assistant Engine’s RAG pipeline turns raw sources into something the assistant can reliably retrieve and cite:&lt;/p&gt;

&lt;p&gt;Describe: a descriptor model adds human-friendly summaries and code/schema context.&lt;br&gt;
Chunk: large files are split into ordered segments with rich metadata.&lt;br&gt;
Vectorize: chunks are embedded into dense vectors.&lt;br&gt;
Store: vectors land in local SQLite vector stores&lt;/p&gt;

&lt;p&gt;At question time, the assistant searches these stores semantically, pulls back the most relevant chunks, and then answers grounded in your own data.&lt;br&gt;
Files &amp;amp; folders: point the UI at paths to ingest; restrict by extension; choose whether to recurse. There’s also a direct File System Tool for quick list/read/write without ingestion.&lt;/p&gt;

&lt;h2&gt;
  
  
  Databases: Describe Schemas, Ask Questions, Run Real Queries
&lt;/h2&gt;

&lt;p&gt;Hook up SQL Server, Postgres, or MySQL in Assistant Options → Databases. Flip on Describe Database to generate schema summaries before ingestion — this improves retrieval and Text-to-SQL accuracy. Then just ask questions in plain English; the assistant can search schema, search database, and even execute SQL (best with read-only creds in a sandbox).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9vej5cny3kqtyaeib04l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9vej5cny3kqtyaeib04l.png" alt="Evaluation Image" width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Your Stack. Your Data. Your Rules.
&lt;/h2&gt;

&lt;p&gt;Built 100% in .NET 9/C#, it runs natively on your machine with no cloud or Python dependencies. Your files and databases stay private in local vector stores, while its multi-model orchestration gives you full control over speed, cost, and accuracy for every task.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started
&lt;/h2&gt;

&lt;p&gt;&lt;a&gt;GitHub&lt;/a&gt;&lt;br&gt;
&lt;a href="https://assistantengine.ai" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;br&gt;
&lt;a href="//docs.assistantengine.ai"&gt;Documentation&lt;/a&gt; (start with RAG Ingestion, Database Access, and Tools)&lt;/p&gt;

</description>
      <category>ai</category>
      <category>dotnet</category>
      <category>productivity</category>
      <category>iot</category>
    </item>
    <item>
      <title>Chat With Your Files And Database Locally, Open Source</title>
      <dc:creator>Assistant Engine</dc:creator>
      <pubDate>Thu, 23 Oct 2025 05:23:30 +0000</pubDate>
      <link>https://dev.to/assistantengine/chat-with-your-files-and-database-locally-open-source-2b1j</link>
      <guid>https://dev.to/assistantengine/chat-with-your-files-and-database-locally-open-source-2b1j</guid>
      <description>&lt;p&gt;I just launched Assistant Engine a C#/.NET 9 native AI interface that runs entirely on your machine, understands your code, talks to your databases, and respects your privacy. No cloud dependency, and no data leaving your device by default.&lt;/p&gt;

&lt;p&gt;Assistant Engine is a developer-focused AI tool and UI that lets you run and orchestrate multiple local or remote models via Ollama, do deep C#-aware reasoning, perform Retrieval-Augmented Generation (RAG) over your files, execute PowerShell, and translate natural language into SQL, all from a clean chat interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Many Models, One Assistant&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This is one of the key design orchestrations, No single model is best at everything. Assistant Engine composes specialized roles into one smart assistant,  balancing speed, cost, and expertise. Out of the box you get six roles:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe7stppvmrl1s9vt8xgv1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe7stppvmrl1s9vt8xgv1.png" alt=" " width="284" height="432"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Assistant&lt;/strong&gt; (the “brain”)&lt;br&gt;
&lt;strong&gt;Embedding&lt;/strong&gt; (vectorizer)&lt;br&gt;
&lt;strong&gt;Descriptor&lt;/strong&gt; (explain before storing)&lt;br&gt;
&lt;strong&gt;Correction&lt;/strong&gt; (fallback models, finetuned in different subjects)&lt;br&gt;
&lt;strong&gt;Text-to-SQL&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Mini Task&lt;/strong&gt; (lightweight helpers)&lt;/p&gt;

&lt;p&gt;For the devs: You can mix and match models per role, tune temperatures, and scale each role based on the job. You can easily add more roles into your config and pick up the assistant in your own tool via dependency injection.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Your Data Becomes Searchable:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Describe → Chunk → Vectorize → Store&lt;/strong&gt;&lt;br&gt;
Assistant Engine’s RAG pipeline turns raw sources into something the assistant can reliably retrieve and cite:&lt;/p&gt;

&lt;p&gt;Describe: a descriptor model adds human-friendly summaries and code/schema context.&lt;br&gt;
Chunk: large files are split into ordered segments with rich metadata.&lt;br&gt;
Vectorize: chunks are embedded into dense vectors.&lt;br&gt;
Store: vectors land in local SQLite vector stores&lt;/p&gt;

&lt;p&gt;At question time, the assistant searches these stores semantically, pulls back the most relevant chunks, and then answers grounded in your own data.&lt;br&gt;
Files &amp;amp; folders: point the UI at paths to ingest; restrict by extension; choose whether to recurse. There’s also a direct File System Tool for quick list/read/write without ingestion.&lt;/p&gt;

&lt;h2&gt;
  
  
  Databases: Describe Schemas, Ask Questions, Run Real Queries
&lt;/h2&gt;

&lt;p&gt;Hook up SQL Server, Postgres, or MySQL in Assistant Options → Databases. Flip on Describe Database to generate schema summaries before ingestion — this improves retrieval and Text-to-SQL accuracy. Then just ask questions in plain English; the assistant can search schema, search database, and even execute SQL (best with read-only creds in a sandbox).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9vej5cny3kqtyaeib04l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9vej5cny3kqtyaeib04l.png" alt=" " width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Your Stack. Your Data. Your Rules.
&lt;/h2&gt;

&lt;p&gt;Built 100% in .NET 9/C#, it runs natively on your machine with no cloud or Python dependencies. Your files and databases stay private in local vector stores, while its multi-model orchestration gives you full control over speed, cost, and accuracy for every task.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started
&lt;/h2&gt;

&lt;p&gt;&lt;a&gt;GitHub&lt;/a&gt;&lt;br&gt;
&lt;a href="https://assistantengine.ai" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;br&gt;
&lt;a href="//docs.assistantengine.ai"&gt;Documentation&lt;/a&gt; (start with RAG Ingestion, Database Access, and Tools)&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>ai</category>
      <category>programming</category>
      <category>csharp</category>
    </item>
  </channel>
</rss>
