Join us

heart Curated links by FAUN
Link
@faun shared a link, 1 month, 3 weeks ago

Gemini can now personalize its answers based on your search history

Google'sGeminitaps intosearch historyto churn out tailor-made responses, thanks to the mightyGemini 2.0 Flash Thinking Experimental model. Subscribers, whether they're navigating the web or going mobile, can flip the switch on this feature in more than40 languages. The rollout sees Gemini worming it..

Gemini can now personalize its answers based on your search history
Link
@faun shared a link, 1 month, 3 weeks ago

Build Multimodal RAG Apps With Amazon Bedrock and OpenSearch

A multimodal RAG system for customer support and medical data deftly intertwines text, image, and audio embeddings on AWS, employing Bedrock alongside CLIP models for more insightful retrieval...

Build Multimodal RAG Apps With Amazon Bedrock and OpenSearch
Link
@faun shared a link, 1 month, 3 weeks ago

Claude Code is expensive, reckless, and weirdly fun

Claude Code thrives at tackling mundane tasksby embracing a relaxed coding experience withvibe coding. It nurtures creativity and flexibility, though pricey, and fits snugly withsmaller, less critical projectswhere detailed control remains a lesser concern. Users seize it for tasks like quickly sett..

Claude Code is expensive, reckless, and weirdly fun
Link
@faun shared a link, 1 month, 3 weeks ago

Microsoft’s new AI “Copilot for Gaming” struggles to justify its existence

Microsoft introduces "Copilot for Gaming" to Xbox Insiders, offering basic automation similar to Apple's Siri, but with modest AI enhancements...

Microsoft’s new AI “Copilot for Gaming” struggles to justify its existence
Link
@faun shared a link, 1 month, 3 weeks ago

Official Lean AI Native Companies Leaderboard

This leaderboard tracks lean AI Native companies with over $5MM ARR, under 50 employees, and under 5 years old, aiming to measure progress towards the vision of a "1-person" billion dollar startup...

Link
@faun shared a link, 1 month, 3 weeks ago

Introducing Gemma 3: The Developer Guide

Gemma 3dazzles with its knack formultimodality, accepting both text and vision-language inputs and accommodating context windows up to 128k tokens. With multilingual prowess spanning 140 languages, it showcases exceptionalmath, reasoning, and chat capabilities. Available in four flavors: 1B, 4B, 12B..

Introducing Gemma 3: The Developer Guide
Link
@faun shared a link, 1 month, 3 weeks ago

AI coding assistant refuses to write code, tells user to learn programming instead

A developer working withCursor AIhit a hurdle when the virtual assistant balked at crafting more than800 lines of code. The assistant, notorious for supporting the art ofvibe coding, urged on manual logic crafting, underscoring its educational leanings. Founded onLLMs, Cursor AI doles out code compl..

AI coding assistant refuses to write code, tells user to learn programming instead
Link
@faun shared a link, 1 month, 3 weeks ago

Here’s how I use LLMs to help me write code

LLMs shine as brisk and remarkably self-assured pair programming sidekicks that untangle intricate coding challenges.While these models can foresee token sequences in code, vigilant human supervision remains necessary for both precision and thorough testing. Their proficiency can ebb when up against..

Here’s how I use LLMs to help me write code
Link
@faun shared a link, 1 month, 3 weeks ago

Finding leaked passwords with AI: How we built Copilot secret scanning

In October 2024, GitHub announced the general availability of Copilot secret scanning, leveraging AI to detect generic passwords in users’ codebases. The approach used combines offline evaluation, testing, and model iteration to improve accuracy and decrease false positives. With a focus on precisio..

Finding leaked passwords with AI: How we built Copilot secret scanning
Link
@faun shared a link, 1 month, 3 weeks ago

Scaling Database Connections

Databases limit the number of connections to save resources like memory and reduce performance impact on the system. Connection pooling helps by reusing connections and addressing the limitations of scaling. Efficient state management is essential for connection multiplexing, allowing multiple clien..

loading...