<?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: Vikas Pandey</title>
    <description>The latest articles on DEV Community by Vikas Pandey (@vikas0686).</description>
    <link>https://dev.to/vikas0686</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%2F4046907%2F0b97cdbb-18b0-42fe-b873-ada5c6df86a3.jpg</url>
      <title>DEV Community: Vikas Pandey</title>
      <link>https://dev.to/vikas0686</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vikas0686"/>
    <language>en</language>
    <item>
      <title>Building Aktilot: An Open-Source AI Workspace for Engineering Teams</title>
      <dc:creator>Vikas Pandey</dc:creator>
      <pubDate>Sat, 25 Jul 2026 14:00:55 +0000</pubDate>
      <link>https://dev.to/vikas0686/building-aktilot-an-open-source-ai-workspace-for-engineering-teams-10jl</link>
      <guid>https://dev.to/vikas0686/building-aktilot-an-open-source-ai-workspace-for-engineering-teams-10jl</guid>
      <description>&lt;p&gt;&lt;strong&gt;Aktilot&lt;/strong&gt; is an open-source AI workspace designed for engineering teams. It connects platforms like GitHub, Jira, Confluence, Slack, and other enterprise tools into a single intelligent workspace. &lt;/p&gt;

&lt;p&gt;By combining &lt;strong&gt;Retrieval-Augmented Generation (RAG)&lt;/strong&gt;, and both cloud and local LLMs, &lt;strong&gt;Aktilot&lt;/strong&gt; enables developers to search organizational knowledge, understand codebases, answer technical questions, and automate engineering workflows—all from one place.&lt;/p&gt;

&lt;p&gt;Modern engineering knowledge is scattered across multiple tools.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub for code&lt;/li&gt;
&lt;li&gt;Jira for tasks&lt;/li&gt;
&lt;li&gt;Confluence for documentation&lt;/li&gt;
&lt;li&gt;Slack for discussions&lt;/li&gt;
&lt;li&gt;Google Drive for design documents&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When developers need answers, they often switch between all of these systems.&lt;/p&gt;

&lt;p&gt;I started building Aktilot to solve this problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Aktilot?
&lt;/h2&gt;

&lt;p&gt;Aktilot is an open-source AI workspace that connects engineering tools and allows developers to ask questions in natural language.&lt;/p&gt;

&lt;p&gt;Instead of searching across multiple applications, developers can ask questions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Where is this feature implemented?&lt;/li&gt;
&lt;li&gt;Which Jira ticket introduced it?&lt;/li&gt;
&lt;li&gt;Is there documentation for this API?&lt;/li&gt;
&lt;li&gt;Where was this discussed?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Architecture
&lt;/h2&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F54c34eq8jz4y8xemdvqf.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F54c34eq8jz4y8xemdvqf.png" alt=" " width="640" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Aktilot is built around four core components:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connectors&lt;/strong&gt; : GitHub, Jira, Confluence, Slack, Google Drive&lt;br&gt;
&lt;strong&gt;Knowledge Engine&lt;/strong&gt; : Collects, indexes, and retrieves information&lt;br&gt;
&lt;strong&gt;AI Layer&lt;/strong&gt; : Supports OpenAI and local LLMs like Ollama&lt;br&gt;
&lt;strong&gt;Web UI&lt;/strong&gt; : A single interface to search and interact with your&lt;br&gt;
engineering knowledge&lt;/p&gt;

&lt;h2&gt;
  
  
  Current Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✅ GitHub Connector &lt;/li&gt;
&lt;li&gt;✅ AI Chat Interface &lt;/li&gt;
&lt;li&gt;✅ OpenAI Support &lt;/li&gt;
&lt;li&gt;✅ Ollama (Local LLM) Support &lt;/li&gt;
&lt;li&gt;✅ Extensible Connector Framework&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;I'm currently working on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Jira Connector&lt;/li&gt;
&lt;li&gt;Confluence Connector&lt;/li&gt;
&lt;li&gt;Slack Connector&lt;/li&gt;
&lt;li&gt;Google Drive Connector&lt;/li&gt;
&lt;li&gt;More AI-powered engineering workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why Open Source?
&lt;/h2&gt;

&lt;p&gt;I wanted Aktilot to be self-hostable, extensible, and community-driven. My goal isn't just to build another chatbot—it's to create a workspace where AI can understand an engineering team's knowledge across different systems.&lt;/p&gt;

&lt;p&gt;The project is still evolving, and I'd love feedback from the community.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/your-org/aktilot" rel="noopener noreferrer"&gt;https://github.com/your-org/aktilot&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;website&lt;/strong&gt;: &lt;a href="https://aktilot.com" rel="noopener noreferrer"&gt;https://aktilot.com&lt;/a&gt;&lt;/p&gt;

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