I am a strong believer that 99% of codebases have a 2 year life span. Whatever a dev worked on in 2022 sucks right now. New languages, new stacks, new coding styles, new libraries make what was done last year faster, simpler and better. Which means, you have one year… Vitor Pamplona Jul 1, 2024, 4:28 PM
pubpay Today's lunch. You decide how well I am going to eat today.… Vitor Pamplona Jul 1, 2024, 2:10 PM
One of the coolest and creepiest questions for LLM research is how many prompts the LLM takes to figure out exactly who the user is. Most LLMs can already identify the user's gender, age range, education, and socio-economic status from prompts alone and reply accordingly. Current accuracy Vitor Pamplona Jul 1, 2024, 12:20 PM
Chrome just added window.ai that redirects JavaScript calls to Gemini Nano, running locally, inside the browser. 😳 const model = await window.ai.createTextSession(); await model.prompt("Who are you?");… Vitor Pamplona Jun 30, 2024, 1:35 AM