vivekkalyan

↗ HN profile [ 185 ms ] full profile
Karma
60
Created
February 19, 2019 (7y ago)
Submissions
0
  1. Hey HN! We realised that LLMs are great at generating code for super popular libraries like React. But they kinda suck at using less popular/newly released libraries, forcing us to stick to established tools and…

  2. Scaling Compute for RAG (vivekkalyan.com)
  3. Hey there HN! We're Vivek and Si-Yan from Cartograph (https://cartograph.app). We've built an AI-powered code documentation platform that automatically generates reference documentation and creates a visual interactive…

  4. I recently learnt that a CPU optimizes instructions by doing things like predicting the results of conditionals. Where can I read more about this kind of stuff? I know basic computer architecture things like…