WeMoveOn | 5 months ago | on: Mass phishing emails pretending to be Y Combinator right now
WeMoveOn's comments
WeMoveOn | 2 years ago | on: Grok
WeMoveOn | 2 years ago | on: DBeaver – open-source database client
WeMoveOn | 2 years ago | on: DeepSeek Coder: Let the Code Write Itself
for the repetitive stuff, just use copilot embedded in whatever editor you use.
the edge cases are tricky, to actually avoid these the model would need an understanding of both the use case (which is easy to describe to the model) and the code base itself (which is difficult, since description/docstring is not enough to capture the complex behaviors that can arise from interactions between parts of your codebase).
idk how you would train/finetune a model to somehow have this understanding of your code base, I doubt just doing next token prediction would help, you'd likely have to create chat data discussing the intricacies of your code base and do DPO/RLFH to bake it into your model.
look into techniques like qlora that'll reduce the needed memory during tuning. look into platforms like vast ai to rent GPUs for cheap.
RAG/Agents could be useful but probably not. could store info about functions in your codebase such as the signature, the function it calls, its docstring, and known edge cases associated with it. if you don't have docstrings using a LLM to generate them is feasible.
WeMoveOn | 2 years ago | on: My AI costs went from $100 to less than $1/day: Fine-tuning Mixtral with GPT4
WeMoveOn | 2 years ago | on: Linear transformers are faster after all
WeMoveOn | 2 years ago | on: Word2Vec received 'strong reject' four times at ICLR2013
WeMoveOn | 2 years ago | on: 3Blue1Brown Calculus Blog Series
WeMoveOn | 2 years ago | on: 3Blue1Brown Calculus Blog Series
WeMoveOn | 2 years ago | on: Mistral "Mixtral" 8x7B 32k model [magnet]
WeMoveOn | 2 years ago | on: Understanding Deep Learning
WeMoveOn | 2 years ago | on: Show HN: Biblos – Semantic Bible Embedded Vector Search and Claude LLM
WeMoveOn | 2 years ago | on: AI: Nvidia Is Taking All the Money