> DeepSeek v3.2 > Flux 2 > Mistral 3 > Arcee Trinity https://t.co/FEhoNhIWyy
ive used cursor for a month maybe. claude code for like a couple of weeks. never used windsurf. these days im exploring antigravity but the constant has always been github copilot: from the early days when i got beta access...
why is NotebookLM not getting more love these days. it's an awesome tool!
Chat! A new DeepSeek model (v3.2) has landed!!!! https://t.co/IiT4N6hffg
this took off. note that its not just an issue with copilot. see the responses. models use cat/grep to access env vars when they are literally told not to. antigravity runs commands that it feels is right without asking your...
Someone responded to one of my posts saying: "Swapping models is unproductive and will run you in circles in any complex project". I dont think so. Im working on a very complex project at the moment & so far contributions...
each ai assisted tool has its own advantage. im finding opus 4.5 much better at understanding and writing generic backend code. gemini3 is good at frontend. my goto was openai codex but now it seems like as soon as things...
What is reciprocal rank fusion in hybrid search? https://t.co/XjtmXtwGrv
We are building the best search (and its byproducts such as RAG) in my tutorial series. here is what we have done so far 1.1 https://t.co/usXgGpHDbQ
a very quick tutorial today! reciprocal rank fusion. a simple concept, explained in the most possible simplistic manner! take a look! https://t.co/i98PQUGX9c

The video introduces Reciprocal Rank Fusion (RRF) as a lightweight, model‑agnostic technique for combining the outputs of multiple rankers—typically a lexical BM25 scorer and a dense semantic ranker—into a single, globally ordered list. The presenter situates RRF within a broader...