Step 3: Configure Coding Agents Securely
To maximize your development efficiency, we use AI-first development editors. However, to respect code privacy and commercial guidelines, you must configure them securely before writing code.
🎯 Step Objectives
Section titled “🎯 Step Objectives”- Install Cursor or Antigravity IDE.
- Enable Privacy Mode (Disable Telemetry) to ensure your code is not stored or trained on.
🏃♂️ Action Guide
Section titled “🏃♂️ Action Guide”See the full AI Tools Setup Guidelines for detailed configuration paths.
1. Install Your IDE
Section titled “1. Install Your IDE”We suggest installing one of the following coding editors:
- Cursor: Download and install from cursor.sh.
- Antigravity IDE: Install using your organization’s provided installation script.
2. Configure Telemetry & Privacy (Crucial)
Section titled “2. Configure Telemetry & Privacy (Crucial)”You must ensure that the AI agents you use do not leak your code back to their servers.
- In Cursor:
- Click the Gear icon in the top-right corner to open Cursor Settings.
- Under General, scroll to the Privacy Mode section.
- Toggle Privacy Mode to ON. (In privacy mode, none of your code is saved or trained on).
- Open the regular VS Code Settings (
Cmd+,orCtrl+,), search fortelemetry, and disable all telemetry collection options.
- In Antigravity:
- Locate your configuration settings file (
.antigravityrc). - Set
telemetry.enabled = falseandagent.sharing = false.
- Locate your configuration settings file (
3. Verify Vim Basics (Optional but Helpful)
Section titled “3. Verify Vim Basics (Optional but Helpful)”For technical fellows, practicing basic terminal navigation inside Vim is highly encouraged.
- Vim has two basic modes: Insert Mode (for editing text) and Normal Mode (for navigate and run shortcuts).
- You can practice interactively at OpenVim.