GyaanSetu AI

AI, machine learning and LLM insights.

1515 articlesDeep, practical knowledge

Claude Code Turns Are 75% Reading

Claude Code Turns Are 75% Reading Most people think AI coding agents spend their time writing code. New data shows this is wrong. Red Hat analyzed 219 real Claude Code sessions. T…

AI · 3 min read

Claude Prompt Caching Fails Silently

Claude Prompt Caching Fails Silently Your Claude prompt caching might be failing, and you would not know it. I added cache control to a WhatsApp handler. I watched the logs for a…

AI · 3 min read

GraphRAG + Persistent Memory Stops Chatbots From Forgetting On Tab Close

By converting retrieved text into a graph of entities and relationships, GraphRAG lets models reason across multiple documents, while a three-tier contextual memory stores short-term dialogue, long-term user facts, and selectively pruned data to survive page refreshes and new tabs.

AI · 3 min read

Extending Neon Polls to 15 Minutes Slashed Compute Costs

By raising the client-side refresh interval from 30 seconds to 15 minutes, the Neon database could idle long enough to scale to zero, eliminating the per-second compute charges that previously spiked the Vercel cost dashboard.

AI · 2 min read

Claude Tiering Cuts API Spend 35% and Slashes Latency to 27 s

The author built a static lookup that maps tasks by ambiguity to Haiku, Sonnet or Opus, and added a two-failure escalation rule. Over four weeks the system kept quality while driving API spend to 65% of the original and cutting median turnaround from 42 s to 27 s.

AI · 3 min read