Pointable

Pointable

Software Development

San Francisco , California 1,964 followers

Pointable provides the foundation for LLM-native products. Get production-grade RAG and agents in weeks, not months.

About us

Pointable enables teams to quickly build accurate and reliable LLM-native products. With Pointable's platform, subject-matter experts can easily stand up state-of-the-art retrieval systems and create reliable agents capable of autonomously using tools and calling APIs. This allows your team to quickly ship products like copilots, intelligent knowledge bases, next-generation process automation, and robust customer-facing chat.

Website
https://pointable.ai
Industry
Software Development
Company size
2-10 employees
Headquarters
San Francisco , California
Type
Privately Held
Founded
2023
Specialties
machine learning, information retrieval, and large language models

Locations

Employees at Pointable

Updates

  • We’re launching 🚀 a new blog series on building real-world LLM agents, starting with HomeworkBot: ⭐ What: An AI to help students track assignments and manage study schedules. ❓ Why: Supports students in organizing and prioritizing amidst online learning challenges. 💡 Insights: We’ll share our development process, including data handling and platform integration. Stay tuned for updates! #llm #ai #edtech #futureoflearning

    View profile for Andrew Maas, graphic

    CEO @Pointable. Instructor @Stanford and @Uplimit

    🚀 We’re launching a new blog series at Pointable on building real-world LLM agents, and we’re kicking it off with HomeworkBot—an AI designed to help students track assignments, manage study schedules, and develop essential organizational skills. 🎓 Educational LLM agents present unique challenges. Unlike content tutors that need deep subject knowledge, HomeworkBot focuses on practical support: helping students organize, prioritize, and meet deadlines. As more schools move assignments and grades online, students face an influx of data that can be overwhelming. We’re tapping into this data to design a patient, always-available assistant that can help students build the planning skills they’ll use far beyond school. We’ll share insights into our development process—how to handle messy data, design reliable conversation flows, and link with school platforms like Canvas. Stay tuned for updates every few weeks as we bring this vision to life! #LLM #EdTech #AI #AgenticAI #HomeworkBot #AIForGood #FutureOfLearning

  • Pointable reposted this

    View profile for Andrew Maas, graphic

    CEO @Pointable. Instructor @Stanford and @Uplimit

    Agentic AI systems are getting a reality check. It's much harder to deploy reliable, complex agents than people initially thought. There are many reasons why, but keep in mind, any agentic system is comprised of multiple modules, each with many settings / hyper-parameters. At Pointable, we recently dove deep into optimizing a financial Q&A system. Here's what we found: * Embedding choice can make or break performance (we saw a 43% improvement with the right model) * Popular heuristics like "bigger is better" or "always choose the top-ranked model" often fail But here's the kicker: embedding selection is just one of many interacting factors. Especially when building agents to connect to external tools, rely on custom, verified information, and validate user inputs during interactions. The solution? Systematic, end-to-end optimization powered by MLOps principles. We've built Pointable around two key ideas: * Empirical evaluation on real data * Focusing on data quality and comprehensiveness If you're building a RAG system and feeling stuck in the prototype phase, we'd love to help. Our team has guided numerous projects from concept to production-ready applications. Reach out if you're working on this! #MLEngineer #AI #LLMs #EmbeddingModel #RAG #MachineLearning #EnterpriseAI #NLProc

  • Pointable reposted this

    View profile for Andrew Maas, graphic

    CEO @Pointable. Instructor @Stanford and @Uplimit

    Agentic AI systems are getting a reality check. It's much harder to deploy reliable, complex agents than people initially thought. There are many reasons why, but keep in mind, any agentic system is comprised of multiple modules, each with many settings / hyper-parameters. At Pointable, we recently dove deep into optimizing a financial Q&A system. Here's what we found: * Embedding choice can make or break performance (we saw a 43% improvement with the right model) * Popular heuristics like "bigger is better" or "always choose the top-ranked model" often fail But here's the kicker: embedding selection is just one of many interacting factors. Especially when building agents to connect to external tools, rely on custom, verified information, and validate user inputs during interactions. The solution? Systematic, end-to-end optimization powered by MLOps principles. We've built Pointable around two key ideas: * Empirical evaluation on real data * Focusing on data quality and comprehensiveness If you're building a RAG system and feeling stuck in the prototype phase, we'd love to help. Our team has guided numerous projects from concept to production-ready applications. Reach out if you're working on this! #MLEngineer #AI #LLMs #EmbeddingModel #RAG #MachineLearning #EnterpriseAI #NLProc

  • 🚨 Important read for those building LLM + retrieval systems! 🚨 Our CEO, Andrew Maas, shares some valuable insights on embedding models for similarity in RAG-LLM architectures. Check out our case study in the blog post to learn how to evaluate embedding models properly and optimize end-to-end for better performance. ⚙️💡 👉 Read the blog [https://lnkd.in/eZHepEvy] and dive into the comments to share your thoughts with us! #EnterpriseAI #LLM #Agentic #MLengineering #RAG #NLPRoc

    View profile for Andrew Maas, graphic

    CEO @Pointable. Instructor @Stanford and @Uplimit

    Which embedding model should we use for similarity when building LLM + retrieval systems? It’s a critical decision in RAG-LLM architectures, and using popular heuristics (MTEB rankings, largest available models, etc) often leads to system underperformance. So how should you decide? Excited to share Pointable's latest blog post, where our team did shows a case study on how embedding models work, how to evaluate their performance as part of an LLM application, and why you need to systematically configure and optimize your components end-to-end (rather than using heuristics or wasting time with manual tuning). Click into the comments to find it, and keep in touch as you build! #agentic #enterpriseAI #LLM #RAG #NLPRoc #MLengineering

  • Pointable reposted this

    View profile for Andrew Maas, graphic

    CEO @Pointable. Instructor @Stanford and @Uplimit

    Hot take: LLMs are not going to create artificial general intelligence in the near term. But does that matter? Not if you’re trying to create enterprise value from LLMs over the next few quarters. The existing technology, even if it were frozen today, holds the promise of unlocking hundreds of billions—if not trillions—of dollars in economic value. Large Language Models (LLMs) have reached a pivotal point where they can be leveraged to develop applications and automate various aspects of human work at a relatively low cost. From automating repetitive documentation tasks in enterprise, supporting customers with helpful chatbots, to a new category of consumer-facing AI companions. What’s holding most people back trying to build these systems is a lack of experience and tooling to develop LLM applications like end-to-end complex systems. The evolution is less about creating a super-intelligent entity and more about engineering production-grade solutions through LLMs that are optimized end-to-end for particular tasks. Yes there is engineering and design work required, but you can build applications today we thought were impossible 5 years ago. I recently sat down with Jason Stoughton on the The Pulse of AI podcast’s most recent episode. If you’re building in this space right now, go give it a listen. #AGI #RAG #LLM #enterpriseai #languageai #chatbot #NLProc

  • Have you ever tried setting up a 💬 chatbot using RAG and found it tricky to get the correct answers? You're not alone! We've been working on 🚀 optimizing RAG systems to make them more accurate and reliable for real-world use. 👀 Check out our blog for more details.

    View profile for Andrew Maas, graphic

    CEO @Pointable. Instructor @Stanford and @Uplimit

    Struggling to get a RAG-LLM system to full production-ready quality? Our latest blog shows the impact of configuration optimization for RAG: a well-tuned RAG system significantly outperforms poorly-tuned systems in delivering specific, factual responses with large custom datasets. RAG systems are complex, with many interacting components. Manual optimization is time-consuming and requires excellent infrastructure, so at Pointable we developed an automated RAG optimization engine to find the best configuration for any task and dataset. Check out the full blog post for more details! 📖✨ https://lnkd.in/gr24UMfx #AI #ML #Chatbots #RAG #agentic #EnterpriseAI #NLProc #LLM

    Why you need RAG optimization

    Why you need RAG optimization

    pointable.ai

  • 🎙️ Our co-founder & CEO, Andrew Maas, shares insights on AI, entrepreneurship, and Pointable's innovative retrieval systems in the most recent episode of The Pulse of AI 🚀 Tune in for inspiration & knowledge! 🎧

    View profile for Jason Stoughton, graphic

    Season 7 of The Pulse of AI podcast coming soon. Stay tuned! AI/Deep Learning/NLP | Connecting Digital Executives | Thought Leadership | Podcaster/Author/Speaker.

    New Episode Alert: Season 6, Episode 145 of The Pulse of AI is Live! We’re thrilled to announce the latest episode of The Pulse of AI! In Season 6, Episode 145, host Jason Stoughton is joined by Andrew Maas, co-founder and CEO of Pointable. Andrew delves into his groundbreaking work in artificial intelligence and offers valuable insights for both AI practitioners and aspiring founders. Andrew’s impressive journey includes his pivotal role in developing data-centric deep learning approaches at Apple and co-founding Roam Analytics, a natural language extraction platform for healthcare that was acquired by Parexel. With a PhD in computer science from Stanford University—where he was advised by renowned experts Andrew Ng and Dan Jurafsky —Andrew has focused on large-scale deep learning for both spoken and written language tasks. He also teaches a graduate course on Spoken Language Processing at Stanford. In this episode, Andrew shares his expertise on Pointable’s innovative retrieval systems designed for Retrieval-Augmented Generation (RAG) and Large Language Model (LLM) workflows. Discover his vision for the future of AI and get inspired by his journey through the tech industry. To stay updated on future episodes featuring leaders in the AI revolution, sign up for our newsletter at www.thepulseofai.com. #artificialintelligence #founders #hiring #stanford #technology #podcast

    Podcast Episode: AI Pioneers: Andrew Maas on Transforming Retrieval Systems with Pointable

    Podcast Episode: AI Pioneers: Andrew Maas on Transforming Retrieval Systems with Pointable

    thepulseofai.com

  • 🌟 Our founder, Andrew Maas, recently attended #HWAISummit in Dallas! 🏙️ Andrew was part of an insightful panel discussion on AI use cases in the mortgage industry. 🧠💼 Topics included building your AI team, budgeting for AI, and letting AI alleviate workflow pain points. Check out this sizzle reel where Andrew introduces himself and shares his vision for the future of AI in mortgage! 🎥✨ P.S. Interested in a deeper conversation? Grab some time with Andrew using his office hours link: https://lnkd.in/ezh5yc3M 📅 #AI #MortgageTech #Innovation #TeamBuilding #WorkflowEfficiency #Leadership HousingWire Rick Roque

Similar pages