Skip to Content

Quick Start

Install Neo and complete your first task inside VS Code in under 5 minutes.

Watch Neo install, read a project, and execute its first task inside VS Code.


3-Step Setup

Follow these steps to install Neo and run your first task.

Step 1: Create an Account

Sign up at heyneo.so to authenticate the VS Code extension.

Step 2: Install the VS Code Extension

Neo works best inside VS Code, where it can access your local code, data, and Git workflow.

Step 3: Run Your First Task

Ask Neo to analyze data, debug code, or build an ML workflow using natural language.

Platform Options

💡 Recommended: Use the VS Code extension for full access to local files, code editing, and Git integration.


Task Examples

NEO supports a wide range of ML tasks. Here are common examples you can start with:

Regression

Predict house prices using the Boston Housing dataset

Predicting continuous values

Time Series

Forecast stock prices for the next 30 days using Yahoo Finance

Temporal predictions

Classification

Build a sentiment classifier using the IMDB reviews dataset

Categorical outcomes

Computer Vision

Classify CIFAR-10 images using transfer learning

Image-based tasks

RAG

Build a RAG system using your company documentation with LangChain and Pinecone

Knowledge retrieval

Agentic AI

Create an autonomous agent that researches topics, summarizes findings, and schedules tasks

Autonomous agents


Writing Effective Prompts

Neo works best when you describe the task clearly and provide context.

Example

Analyze this dataset, identify potential issues, and suggest a baseline model.

What to Expect

Simple tasks like project analysis or data inspection complete quickly.
Longer-running workflows (training models, large datasets) may take more time depending on complexity and available compute.


Next Steps