Dev.to AI πŸ€– Ai πŸ‘ 0 πŸ“– 1 min read

Building Aktilot: An Open-Source AI Workspace for Engineering Teams

Aktilot 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. By combining Retrieval-

Building Aktilot: An Open-Source AI Workspace for Engineering Teams

Aktilot 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.

By combining Retrieval-Augmented Generation (RAG), and both cloud and local LLMs, Aktilot enables developers to search organizational knowledge, understand codebases, answer technical questions, and automate engineering workflowsβ€”all from one place.

Modern engineering knowledge is scattered across multiple tools.

  • GitHub for code
  • Jira for tasks
  • Confluence for documentation
  • Slack for discussions
  • Google Drive for design documents

When developers need answers, they often switch between all of these systems.

I started building Aktilot to solve this problem.

What is Aktilot?

Aktilot is an open-source AI workspace that connects engineering tools and allows developers to ask questions in natural language.

Instead of searching across multiple applications, developers can ask questions like:

  • Where is this feature implemented?
  • Which Jira ticket introduced it?
  • Is there documentation for this API?
  • Where was this discussed?

Architecture

Aktilot is built around four core components:

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

Current Features

  • βœ… GitHub Connector
  • βœ… AI Chat Interface
  • βœ… OpenAI Support
  • βœ… Ollama (Local LLM) Support
  • βœ… Extensible Connector Framework

What's Next?

I'm currently working on:

  • Jira Connector
  • Confluence Connector
  • Slack Connector
  • Google Drive Connector
  • More AI-powered engineering workflows

Why Open Source?

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.

The project is still evolving, and I'd love feedback from the community.

GitHub: https://github.com/your-org/aktilot
website: https://aktilot.com

πŸ“° Read the original article on Dev.to AI

Originally published by Dev.to AI. Aggregated on AIWithGhost for educational purposes β€” full credit and traffic to the original publisher.