Kilo Code Call for Engineers, Jan 2026

Kilo Code is looking for engineers to help us build our ambitious roadmap. Some stats about us:

Apply to join our team using the form below. Requirements:

Apply here

Applications are due by 8pm Pacific Time on Tuesday, Jan 13th, 2026. For any questions please email emilie@kilo.ai.

Projects described below.

Project Spec: JetBrains Extension

1. Introduction

The JetBrains extension brings Kilo Code's AI coding capabilities to IntelliJ, PyCharm, WebStorm, and other JetBrains IDEs. An early version exists with basic autocomplete functionality. This project involves deepening the integration to match the VS Code extension's capabilities and beyond.

2. Current State

  • Basic autocomplete working via the Platform extension API
  • Uses the same core Kilo Code codebase as the VS Code extension
  • Early prototype with room for significant architectural improvements

3. Requirements

Core Features to Build

  1. Full Agent Integration: Implement the full Kilo Code agent experience including chat panel, inline edits, and mode switching
  2. File System Watching: Real-time sync between local files and Kilo Code CLI for accurate context
  3. Selection & Range APIs: Support for the full JetBrains selection/range API for targeted AI actions
  4. Terminal Integration: Native terminal panel for agent output within the IDE
  5. Project-level Settings: JetBrains-specific configuration UI integrated with IDE settings

Architecture Improvements

  1. Refactor to use JetBrains' PSI (Program Structure Interface) for better code understanding
  2. Implement proper async/non-blocking patterns for all CLI interactions
  3. Add comprehensive error handling with IDE-native notifications
  4. Build robust state management for multi-file edit sessions

User Experience

  1. Match VS Code UX patterns where they make sense for JetBrains conventions
  2. Integrate with JetBrains' AI Assistant API where beneficial
  3. Support dark/light themes consistently
  4. Add keyboard shortcuts matching JetBrains conventions

4. Non-goals

  1. Building from scratch - this project builds on existing prototype
  2. Supporting every JetBrains IDE variant in v1
  3. Complete parity with VS Code in first iteration