Workflow
Context
icon
Search documents
Validating Emotional stories and Creating Value | Osama Akhter | TEDxInstituteOfSpaceTechnology
TEDx Talks· 2025-07-30 15:38
Storytelling & Context - Stories are more than just content; they provide context and emotional connection, unlike mere data or statistics [3][4] - Understanding the context of stories is crucial for empathy and deeper understanding, moving beyond surface-level information [4] - Sharing personal experiences and emotions can create connections and transform data into relatable human experiences [3] Pandemic Experiences - The pandemic highlighted the importance of family and personal struggles alongside broader health crises [2] - Lockdown and COVID-19 brought about mental health challenges, economic disruptions, and changes in daily life [3] - Many individuals experienced similar feelings of isolation, anxiety, and disruption during the pandemic [2][3] Personal Growth & Resilience - Ordinary individuals can become heroes within their families and communities by facing challenges and supporting others [2] - People realized the importance of understanding individual journeys and struggles, such as postpartum depression or personal exploration [4] - Everyone is the real hero of their own stories, emphasizing the value of personal narratives and experiences [4]
Practical GraphRAG: Making LLMs smarter with Knowledge Graphs — Michael, Jesus, and Stephen, Neo4j
AI Engineer· 2025-07-22 17:59
[Music] We are talking about graph rack today. That's the graph rack trick of course. Uh and we want to look at patterns for successful graph applications uh for um making LLMs a little bit smarter by putting knowledge graph into the picture.My name is Michael Hunga. I'm VP at of product innovation at Neo Forj. My name is Steven Shin.I lead the developer relations at Neo Forj. And um actually we're we're both co-authoring. This is fun because we're both already authors and finally we've been friends for yea ...
The Eyes Are The (Context) Window to The Soul: How Windsurf Gets to Know You — Sam Fertig, Windsurf
AI Engineer· 2025-06-27 09:34
Core Problem in AI Coding Space - Generating code is not difficult, but generating code that fits into existing codebases, adheres to organizational policies, personal preferences, and is future-proof is challenging [13][14][15] - The magic of AI coding tools like Windsurf lies in context, specifically "what context" and "how much" [16] Windsurf's Context Philosophy - "What context" is divided into two buckets: heuristics (user behavior) and hard evidence (environment/codebase) [17][18][19] - Relevant output is determined by the prompt, the state of the codebase, and the user state [20] - Windsurf prioritizes optimizing the relevance of context over simply increasing the size of the context window to address latency [21][22] Windsurf's Capabilities - Windsurf excels at finding relevant context quickly due to its background in GPU optimization [23] - Windsurf provides connectors for users to perform context retrieval at their level, including embedding search, memories, rules, and custom workspaces [24] Data Privacy - Windsurf processes information only within the user's editor and does not access the user's operating machine [31] - Windsurf's servers are stateless, and the company does not store or train on user data [31][32]
Agent 开发的上半场: 环境、Tools 和 Context 如何决定 Agent | 42章经
42章经· 2025-04-27 14:10
23 年 4 月以 AutoGPT 为代表的那一波里,Agent 更像是一个玩具,demo 都很炫,但实际应用价值很有限。 经过两年的发展,这波 Agent 确实能够在实际的工作和生活场景中解决问题,为大家带来价值了。 曲凯: Agent 是当下绝对的风口。关于 Agent 这个话题,我自己有一些核心在思考的问题,相信也是很多人同样会有疑问的地方。所以今天我们请来了长时间对 Agent 有研究和实操的文锋,想就这些问题展开一些讨论。 首先我想问,到底怎么定义 Agent? 文锋: 我认为最好的就是 Anthropic 的定义:Agent 是让模型基于环境反馈去使用工具的一个程序。 曲凯: 那你怎么看最近这波 Agent 热? 文锋: 这波 Agent 跟过去非常不一样。 之所以会有这种跃迁,一是因为底层模型能力有了很大的进步,尤其是在结合了 RL 之后,以 o1 为代表的模型还赋予了 Agent 长思维能力。 二是因为 Agent 的工程侧和产品侧也有很大的突破,主要表现就是大家更知道该怎么给 Agent 构建一个合适的 Context,从而更好地解决问题了。 曲凯: 怎么理解这个 Context? 文锋: ...