dnosoz

↗ HN profile [ 32.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, I'm Danilo. I've been struggling with the limitations of AdamW when fine-tuning LLMs locally. Second-order optimizers (like Shampoo or SOAP) offer significantly better step-convergence by exploiting…

  2. I’m building a SaaS with multiple tenants and struggling to find the right balance between: isolation scalability simplicity Options I’m considering: single DB, shared schema separate schemas per tenant fully isolated…