Hacker News new | ask | show | jobs
by Zondartul 589 days ago
By "learns" do you mean "just shove the entire codebase into the context window", or does actual training-on-my-data take place?
1 comments

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)