-
Breaking Language Barriers in Mathematical AI: Introducing Hebrew Math Tutor
A Blog post by Daniel Fleischer on Hugging Face
-
Jujutsu Impressions
My first impression of using the Jujutsu version control system.
-
Built an MCP server for LLMs to search email from terminal | Daniel Fleischer posted on the topic | LinkedIn
📬 I built an MCP server that lets LLMs search my email from the terminal The server connects Claude to email search via the mu CLI tool. Now I just ask it things like: "Find emails with PDF attachments from last April" ⚡ 🛠 No custom frontend. No heavy framework. Just a CLI tool made smarter. 💡 I learned that MCP servers are basically API translators — they take complex developer SDKs and flatten them into simple function calls that LLMs can actually use. 🎯 The bigger picture: This pattern can breathe new life into existing CLI tools and services. Complex APIs → Simple, declarative functions → Natural language queries. This isn’t a product — just an experiment in stitching new capabilities into existing workflows. Code here: https://lnkd.in/eT2fJBSv mu email indexer and searcher: https://github.com/djcb/mu #MCP #LLM #EmailSearch #OpenSource #AI What existing tools would you want to make LLM-friendly? 🤔
-
Summarize Hacker News Posts with Haystack & OPEA | Haystack
Build a RAG pipeline to fetch live Hacker News posts and summarize them with a local LLM endpoint
-
המודל שלכם הוזה? כך תבנו בעצמכם מערכת RAG | גיקטיים
מערכות RAG יכולות לפתור את תופעת ההזיות של LLMs, אבל כדי לבנות אחת טובה תצטרכו לקבל הרבה החלטות קריטיות (ולקוות שתגיעו הכי קרוב למושלם)