top | item 41999040

(no title)

Zondartul | 1 year ago

By "learns" do you mean "just shove the entire codebase into the context window", or does actual training-on-my-data take place?

discuss

order

Jet_Xu|1 year ago

The "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)