7 ms·
By "learns" do you mean "just shove the entire codebase into the context window", or does actual training-on-my-data take place?
by Zondartul 2y ago
By "learns" do you mean "just shove the entire codebase into the context window", or does actual training-on-my-data take place?
- Jet_Xu 2y agoThe "learning" process involves analyzing your codebase's context during PR reviews - we don't train on your data (we even will not save them but only calculate in memory). Instead, we use advanced context retrieval to understand: - Project structure and architecture - Coding patterns and conventions - Dependencies and relationships between components This allows us to provide more relevant and context-aware reviews while maintaining data privacy (some advanced features still is under developing)