(no title)
yosai
|
1 year ago
Hey cjtechie,It's not an another co-pilot.Existing coding co-pilot can only do code generation,code comprehension But not allow you to upload your technical datasheet or crash log etc.Most of the coding agents are SaaS based and SOC2, GDPR and even HIPAA certified. However, these certifications do not guarantee data privacy since they are relatively easy to obtain. Moreover, most SaaS make use of third party providers for different sub-processes (LLMs, embeddings, reranking…), resulting in private data being transferred and stored on numerous servers across the internet.privacy-aware coding SaaS services anonymize sensitive data before sending it to AI. This approach combines the ease of adoption and power of SaaS with data privacy. However, it comes with a single point of failure, which is the anonymization algorithm itself.We solve it by genarting coding datsets and finetuning a small open source coding model on-prem.You can compare the response in a side by side view to gpt-4o model in our platform.
No comments yet.