logoalt Hacker News

mksglutoday at 7:08 AM1 replyview on HN

For your second question: No LLM calls. Context Mode uses algorithmic processing — FTS5 indexing with BM25 ranking and Porter stemming. Raw output gets chunked and indexed in a SQLite database inside the sandbox, and only the relevant snippets matching your intent are returned to context. It's purely deterministic text processing, no model inference involved.


Replies

handfuloflighttoday at 7:44 AM

Excellent, thank you for your responses. Will be putting it through a test drive.

show 1 reply