Happy to share that I've joined @iSonic_ai as a Board Advisor. They build products and infrastructure for creator recognition and compensation when work is used by AI systems, and authored the Sovereign Context Protocol (SCP).
Tens of thousands of 2025 papers contain hallucinated citations. The fix has been post-hoc verification. A protocol-level alternative: citations resolved from the retrieval envelope, not generated by the model. Fabrication becomes structurally impossible.
https://t.co/mUa4AgKZJ5
@hwchase17 Polly's counterpart that lives in your IDE / dev environment? source code (e.g. domain models, control logic, etc. that's not visible in LangSmith) can be important context for optimizing prompts.
@OpenAI@OpenAI Read the “confessions” paper. The “self-report” is a third-person aux channel still scored by another LLM, but the “confessional” framing seems to market external critique as self-reflection. Am I wrong that this is still just LLM-as-judge?
Exciting #BookNews! 💫@rebindai has launched with 5 timeless #classicbooks, enhanced by today’s leading thinkers. Discover #Dubliners, Thus Spoke #Zarathustra, #Walden, Heart of Darkness, and The Great #Gatsby with expert commentary. Available now. 📚🔗https://t.co/5BKBNUdyM8
We're honored to have acclaimed novelist John Banville guide Rebind readers through the Irish classic, Dubliners.📚Curious about how we're bringing #classicliterature to life? Join our beta. #booklovers#bookrecommendations#nyt https://t.co/h84M3MyAkA
A mysterious company called Rebind is turning notable authors into AI reading companions to create authentic conversation in hopes of making more books accessible.
And some of the top authors in the world are in support of it.
🔗 https://t.co/YEx5AvFtdm / 📷 Sahar Rana
Great piece on @rebindai in @WIRED today! It was wonderful talking to the real @laurakipnis about what we're building—Kipnis-Bot has a lot to live up to! 🎭
Margaret Atwood, Marlon James, Lena Dunham, Roxane Gay: We’ve all agreed to be turned into AI reading companions by a mysterious company called Rebind. I report from the inside. https://t.co/gjcnInfofP
📰Excellent and provocative piece in @WIRED today about @rebindai from @laurakipnis, who has seen our process of bringing #classiclit to life from the inside.
Thrilled to be featured in the @nytimes today by @skurutz ! The article highlights how our new #reading platform is not only powered by #AI and experts like @DeepakChopra and @RoxaneGay7—it’s also rooted in deep friendships and passion for #classiclit. 🔗https://t.co/S38Tj4RMTX
Thrilled to be featured in the @nytimes today by @skurutz ! The article highlights how our new #reading platform is not only powered by #AI and experts like @DeepakChopra and @RoxaneGay7—it’s also rooted in deep friendships and passion for #classiclit. 🔗https://t.co/S38Tj4RMTX
Excited to finally share what we're building at @RebindAI! 📚🚀 We're turning books into conversations powered by the greatest minds and AI. Experience classic literature like never before. Join our waitlist today! https://t.co/Mnc1I46Q2P 🌐📖 #Rebind#ReadMore#InnovativeReading
While "query construction" doesn't sound as spectacularly scifi as AI tech that makes the news, it's actually quite remarkable to watch the coevolution of natural language interfaces for databases and new ways of modeling the world with data structures.
Great piece @langchain!
⭐️ Query Construction Guide ⭐️
There's great interest in seamlessly connecting natural language with diverse data (structured, unstructured, and a mix of the two).
LLMs have impressive capacity for query construction, converting natural language into a specific query syntax for accessing each data type.
But query construction can be confusing, with several different pipelines / approaches out there.
We're releasing a guide (below) for four popular query construction pipelines summarized in one place.
We're also releasing two new related templates for:
1. Structure+unstructured data: Text-to-SQL+semantic (w/ PostgresSQL with the Pgvector c/o @manuelsoria_)
2. Unstructured w/ metadata: Text-to-metadata filters (w/ new docs + a template for self-query retriever)
"Text-to-SQL+semantic" is an interesting recent addition to LangChain that extends "Text-to-SQL" w/ semantic queries on an embedding column.
Read more in our guide:
https://t.co/Vw5Zb4HDFu
@DanielLSainz@langchain@Docker@neo4j @Ollama_ai I've had luck splitting html sources at the element level and adding header text as metadata to preserve the doc hierarchy. (Written a bit about this here: https://t.co/2nLccvWUP8)
Still working on this approach, and now thinking about how it might fit into a stack like this...