Commit 96cbbb33 authored by Matt Nohr's avatar Matt Nohr
Browse files

Combine Context Systems and AI Coding

parent b80e23d9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@
/content/handbook/engineering/data-engineering/analytics/optimize.md @dennis @blabuschagne
/content/handbook/engineering/ai/search/ @changzhengliu
/content/handbook/engineering/ai/ai-coding/ @mnohr
/content/handbook/engineering/ai/context-systems/ @mnohr
/content/handbook/engineering/ai/editor-extensions-vscode/ @mcorren @dashaadu @donaldcook
/content/handbook/engineering/ai/editor-extensions-multi-platform/ @mcorren @dashaadu @aelhusseiny
/content/handbook/engineering/ai/ai-framework/ @timzallmann
+1 −3
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ GitLab's unique way of working asynchronously, handbook first method, utilizatio
* AI Engineering
** Editors Extensions
** AI Coding
** Context Systems
** AI Framework
** Duo Chat
** Agent Foundations
@@ -43,11 +42,10 @@ These are the stakeholders:
| Team | Responsible For |
|------|-----------------|
| [Agent Foundations](/handbook/engineering/ai/agent-foundations/) | Agentic observability / Reusable Agentic components / Duo workflow service |
| [AI Coding](/handbook/engineering/ai/ai-coding/) | Code Suggestions, Duo Code Review, code-related slash commands (/explain, /refactor, /tests, /fix)  |
| [AI Coding](/handbook/engineering/ai/ai-coding/) | Code Suggestions, Duo Code Review, code-related slash commands (/explain, /refactor, /tests, /fix), Semantic Indexing, Duo Context Exclusion, Repository X-Ray  |
| [AI Framework](/handbook/engineering/ai/ai-framework/) | Abstraction Layer / AI Gateway for LLM integration to the application (GitLab Chat, Code Suggestions and other AI capabilities) |
| [AI Framework](/handbook/engineering/ai/ai-framework/) (formerly Model Validation) | Custom feature evaluators, evaluation support, automated evaluation tooling |
| [Cloud Connector](/handbook/engineering/infrastructure/team/cloud-connector/) (`@mkaeppler`, `@nmilojevic1`) | Supports access to Duo for Self-Managed: Cloud Connector, Unit Primitives  |
| [Context Systems](/handbook/engineering/ai/context-systems/) | Knowledge Graph, Semantic Indexing, Duo Context Exclusion, Repository X-Ray  |
| [Duo Chat](/handbook/engineering/ai/duo-chat/)  | GitLab Chat for VS Code and WebIDE  |
| [Editor Extensions: VS Code](/handbook/engineering/ai/editor-extensions-vscode/) | Maintains the GitLab Workflow VS Code Extension ([maintainers](https://gitlab-org.gitlab.io/gitlab-roulette/?currentProject=gitlab-vscode-extension&mode=show&hidden=reviewer)) & [Web IDE](https://gitlab.com/gitlab-org/gitlab-web-ide) extensions and the [language server](https://gitlab.com/groups/gitlab-org/-/epics/2431). Also contributes with UX improvements for Code Suggestions within GitLab Workflow. |
| [Editor Extensions: Multi-Platform](/handbook/engineering/ai/editor-extensions-multi-platform/) | <ul><li>[JetBrains](https://gitlab.com/gitlab-org/editor-extensions/gitlab-jetbrains-plugin), [Neovim](https://gitlab.com/gitlab-org/editor-extensions/gitlab.vim) & [Visual Studio](https://gitlab.com/gitlab-org/editor-extensions/gitlab-visual-studio-extension) editor extensions</li> <li>Co-owns [Language Server](https://gitlab.com/gitlab-org/editor-extensions/gitlab-lsp) with [Editor Extensions: VS Code](/handbook/engineering/ai/editor-extensions-vscode/) </li><li>Duo CLI (Ideation/MVC phase)</li></ul>  |
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ This page serves as both an onboarding resource for new team members and a refer
## Engineering Onboarding

To help get started as a developer with the AI Coding team, we have created an
[onboarding issue template](https://gitlab.com/gitlab-org/ai-engineering/code-creation/team-tasks/-/issues/new?issuable_template=developer_onboarding).
[onboarding issue template](https://gitlab.com/gitlab-com/ai-engineering/ai-coding/team-ops/-/issues/new?issuable_template=developer_onboarding).

## Time Off

Loading