Daniel Rosehillheyitworks.tech·Feb 3, 2025Using AI Agent Interviews To Develop Context Data (Demo)Enhancing LLM Interactions Through AI-Driven Context Generation Have you ever wished your interactions with AI were more personalized and context-aware? That's exactly what the AI Context Generation Interviews project sets out to achieve. Let me wa...Context & RAGAI
Daniel Rosehillheyitworks.tech·Jan 28, 2025Personalized AI: Interviewing Your Way to a Smarter AssistantHave you ever wished your AI assistant was just a little more you? This blog post explores an architecture for generating personalized context data for AI systems, moving beyond passive data collection to a proactive, interview-driven approach. Imagi...AIAI
Daniel Rosehillheyitworks.tech·Jan 9, 2025Personal RAG: Beer Recommendation Assistants (But Really, So Much More!)Between Sora, Gemini’s impressive new real-time capabilities, and everything else going on in the world of AI, you might be forgiven for thinking that we've reached beyond the point of saturation. But to quote many a shady late-night advertising TV s...llm
Sreerag Pavithranblog.iamsreerag.com·Jan 4, 2025State Management with React ContextManaging state in a React application can become challenging, especially when you need to pass data through multiple levels of components. React Context provides a way to share values between components without having to explicitly pass props through...React
Panth Patelhow-is-my-backend.whiteloves.in·Dec 8, 2024How to Implement Type Safe Functions in JavaScriptEver run into the issue where you can't make type-safe functions in JavaScript? So you switch to TypeScript, only to find out that types are just for development and don't actually validate function inputs or outputs! Then you end up using a validati...dispose
Kartik Gargkartikkodes.hashnode.dev·Sep 30, 2024Mastering Contexts in Go: Managing Concurrency with EaseConcurrency is one of Go’s most powerful features, and at the heart of effective concurrency management lies the context package. Whether you're handling web requests, database interactions, or other time-sensitive tasks, contexts allow you to manage...64 readsGo Language
Namrata Jainnamratajain.hashnode.dev·Sep 3, 2024Context APIWhat is the Context API? The Context API in React provides a streamlined way to share data across the component tree without the need to pass props through every level. This can be especially useful in larger applications where prop drilling becomes ...2 likes·68 readsReact
Namrata Jainnamratajain.hashnode.dev·Sep 3, 2024Context APIHello, folks! In this blog, we'll dive deep into the React Context API with a practical example. But before we explore what the Context API is, let’s first understand why it’s a crucial tool in the React ecosystem. The Problem: Prop Drilling React fo...46 readsReact
Jay Vigillababbledotlog.jayvigilla.com·Aug 27, 2024The elephant in the room: Engineering in the darkThere is a parable about five blind monks who observed an elephant. It was separately assumed to resemble a bat, snake, tree, wall, and rope. This was because the five only had their context of the ear, trunk, leg, side, and tail (respectively). When...teambuilding
Spheron NetworkforSpheron's Blogblog.spheron.network·Aug 23, 2024Understanding Context in Large Language ModelsAs large language models (LLMs) become increasingly vital across various industries, companies must choose the best LLMs to suit their specific needs and long-term objectives. One of the most important aspects to consider in this decision-making proc...440 readsLLMllm