heart Posts from the community...
Link
@faun shared a link, 1 week, 3 days ago

We rewrote large parts of our API in Go using AI: we are now ready to handle one billion databases

Tursooverhauled its API withGoand AI, gunning for 1 billion databases. Think big, act smart. They squeezed every byte by adopting string interning. No more in-memory maps—they swapped them for aSQLite-backedLRU cache. The result? Leaner memory usage and hassle-free proxy bootstrapping...

We rewrote large parts of our API in Go using AI: we are now ready to handle one billion databases
Link
@faun shared a link, 1 week, 3 days ago

AI agents have access to key data across the enterprise

82% of organizations have AI agents on deck; a mere 44% bother with security policies.That leaves a lot of open doors. A staggering 96% of tech pros are side-eyeing these agents as ticking time bombs, yet 98% plan to unleash more. It's like setting out catnip for hackers. These agents wield power wi..

AI agents have access to key data across the enterprise
Link
@faun shared a link, 1 week, 3 days ago

A visual introduction to vector embeddings

OpenAI's text-embedding-ada-002often gets a peculiar itch at dimension 196—vectors peaking awkwardly there. Entertext-embedding-3-small, swooping in to smooth out the distribution. Now, ontosimilarity metrics. For unit vectors, the dot product is your fast friend. It's interchangeable with cosine si..

A visual introduction to vector embeddings
loading...