Astral (acquired by Dubsado, previously Tellie) allows you to sell your expertise, not your time. In one click, Astral ingests your content library of articles, podcasts, books, & courses and transforms it into an AI-assisted co-pilot featuring bite sized summaries, shareable highlights, topic deep dives, a powerful Q&A, and more. Expand your customer base and add a new revenue stream in minutes.
Some of the cool things I’ve worked on at Astral include:
• Architected and implemented the chat flow and wrote our own LLM chain to loop in embeddings, source documents, and prompt variables to drive better results
• Served as tech lead and wrote the AI summarization pipeline end to end to power valuable learning tools like insights, bite sized summaries, flash cards, etc.
• Updated the API calls to store chat history in Helicone so our database only needs to store an unique ID
• Wrote retry logic to deal with OpenAI’s max token limitations by proactively counting tokens upfront and shortening the chat history and source documents as needed
• Setup streaming on the edge to drive better chat results that don’t run into timeout issues