Core Concepts

Contextual AI

AI that lives inside your tabs, not in a chatbox.

Probe's AI isn't an app — it's part of your browsing flow.

utils.ts

export const calculateMetric = (data: any[]) => {

// Complex reduction logic

return data.reduce((acc, curr) => acc + curr.value, 0);

Probe AI Explanation

This line calculates the sum of the 'value' property for all items in the array using a reducer.

}

Capabilities

Highlight Code

"Explain this code" or "Find bugs here" directly in the editor.

Highlight Text

"Summarize this paragraph" or "Translate to Spanish".

Right-click Image

"Find similar images" or "Extract text from image".