MSManu Shuklainecorpit.hashnode.dev·6d ago · 14 min readMeta shut down its Llama API in 2026: migrate your app and compare host costsMeta shut down its Llama API in 2026: migrate your app and compare host costs Summary. Meta shut down its hosted Llama API on 6 July 2026, and requests to the old endpoint now return a sunset response00
SShravaninblog.shravanrevanna.me·Jul 7 · 6 min readI custom-built a skill for my Echo Dot that never rejects a question and controls my entire home - it runs on Groq now (gpt-oos 120b model)TL;DR — Stock Alexa says "Hmm, I don't know that" constantly. So I built a custom skill that hands my questions to Groq and answers in ~0.8 seconds — no more dead ends. And because it runs on a little10
PRPratik R. Mandgeinpratikm363.hashnode.dev·Jul 3 · 2 min read🚀 My First AI WhatsApp Bot – A Beginner-Friendly ProjectArtificial Intelligence is changing the way businesses interact with customers. To understand how AI automation works in the real world, I built my first AI-powered WhatsApp Bot. The goal was simple: 00
JLJeremy Longshoreinjeremylongshore.hashnode.dev·Jul 1 · 4 min readNixtla Repo: Zero to v0.2.0 with a Working Search-to-Slack PluginNew repo. Empty directory. By end of day: v0.2.0 tagged, a working plugin shipping, and a GitHub Pages site live. Repository Initialization The Nixtla Claude Code plugins workspace needed proper infra00
JLJeremy Longshoreinjeremylongshore.hashnode.dev·Jul 1 · 10 min readDeterministic First, LLM Second: An Advisory CI Pre-ScreenThe old PR review system ran Gemini on every submission to the claude-code-plugins repo. It broke every time — quota errors, timeout, malformed JSON, the works. On 2026-05-15 I shipped a replacement a00
OKOnkar Kinonkark.hashnode.dev·Jun 29 · 5 min readPart 3: Tool Calling & CLI Chatbots🛠️ Pre-Flight Configuration Tech Stack: TypeScript, Bun/Node.js, Groq SDK (groq-sdk), Tavily SDK(@tavily/core) Prerequisites: Valid Groq and tavily API Keys, basic understanding of environment vari00
OKOnkar Kinonkark.hashnode.dev·Jun 29 · 5 min readPart 2: Structured JSON Outputs🛠️ Pre-Flight Configuration Tech Stack: TypeScript, Bun/Node.js, Groq SDK (groq-sdk), Zod SDK(zod) Prerequisites: Valid Groq API Key, basic understanding of environment variables. GitHub Repositor00
OKOnkar Kinonkark.hashnode.dev·Jun 29 · 3 min readPart 1: Getting Started & Mastering LLM Control🛠️ Pre-Flight Configuration Tech Stack: TypeScript, Bun/Node.js, Groq SDK (groq-sdk) Prerequisites: Valid Groq API Key, basic understanding of environment variables. GitHub Repository: link 1. 00
OKOnkar Kinonkark.hashnode.dev·Jun 29 · 2 min readWorking with LLMs in Node.js: Getting Started, Structuring, and Tool Calling with Groq1. What This Series Is About This comprehensive hands-on series focuses on bridging the gap between raw AI prompts and production-ready applications. Using the high-speed Groq inference engine and Nod00
SMSyed Muhammad Aliindevstacked.hashnode.dev·Jun 26 · 15 min readHow to Integrate Sanity CMS with Next.js 16 App Router (2026 Guide)Managing content as a developer used to mean one of two things: hardcoding everything into your codebase or wrestling with a clunky WordPress dashboard. Neither feels great when your client wants to u00