Gems of AI

Most AI tools are just hype. We find the gems that actually help. Practical guides to get real work done.

Showing 13-24 of 86 articles
ai-updates Mar 11, 2026 3 min read

Why ChatGPT's new interactive visuals might finally fix math homework

OpenAI just added interactive visual modules for over 70 math and science concepts in ChatGPT. Here is why letting students manipulate variables works better than reading text.

chatgpt ai-education math
developer-tools Mar 11, 2026 3 min read

Building with Gemini Embedding 2: Inside the 3072-dimensional multimodal space

A technical dive into Google's gemini-embedding-2-preview model. Learn how to handle cross-modal search and 3072-dimensional vectors in your architecture.

machine-learning vector-databases api
ai-models Mar 11, 2026 3 min read

Why Google's new Gemini Embedding 2 changes how we search everything

Google's new multimodal embedding model maps text, video, audio, and images into a single vector space. Here's what that means for search.

embeddings multimodal search
reviews Mar 11, 2026 5 min read

Google just crammed Gemini into your entire Workspace (and I kind of love it)

Google's new Gemini integration in Docs, Sheets, and Slides is finally here. Here is what it actually does, what it breaks, and why it changes how we work.

gemini google-workspace productivity
open-source Mar 11, 2026 3 min read

How Heretic strips AI censorship without breaking the model

Heretic is an open-source Python tool that removes safety alignment from local LLMs in 45 minutes using directional ablation.

open-source llms local-ai
privacy Mar 11, 2026 2 min read

MicroFish finally brings total privacy to open source AI agents

Learn how the open-source MicroFish framework enables fully offline, private AI workflows without sending sensitive data to cloud providers.

privacy microfish agents
ai-agents Mar 11, 2026 3 min read

Stop fighting flat vector databases: Why OpenViking's file system approach just makes sense

If your AI agents keep losing context in flat vector databases, ByteDance's new open-source OpenViking might be the file system paradigm you actually need.

openviking ai agents open source context database
ai-agents Mar 10, 2026 3 min read

Your AI agent keeps forgetting its instructions. OpenViking finally fixed long-term memory

AI agents are notoriously bad at remembering past interactions. ByteDance's open-source OpenViking uses a self-evolving context database to solve the amnesia problem.

openviking long term memory ai agents open source
ai-development Mar 08, 2026 3 min read

Stop eyeballing your prompt changes, how Promptfoo brings actual metrics to AI development

Learn how the open-source tool Promptfoo helps developers move past trial-and-error prompt engineering by introducing automated, metric-driven evaluations.

prompt-engineering llm-evals promptfoo
ai-development Mar 02, 2026 5 min read

Stop renting models and build your own chatgpt clone for $100

Andrej Karpathy's NanoChat lets you train a complete ChatGPT-style AI for about $100. Here is why this changes how developers learn machine learning.

nanochat open source llm training
open-source Mar 02, 2026 2 min read

Stop burning cash on GPUs and run local AI with MicroFish

MicroFish is an open-source GenAI project that dramatically cuts hardware costs by dynamically swapping model layers on standard laptops.

open-source local-ai microfish
developer-tools Mar 02, 2026 6 min read

Stop Babysitting Your Prompts: How Impeccable Gives Developers Their Weekends Back

Tired of your AI agents going off the rails? The open-source Impeccable framework catches hallucinations before they break your production environment.

open-source ai-agents guardrails