Spend Compute on Generation, Not Retrieval
Cael
Why long-form AI fiction doesn't need RAG. A pipeline that produces novel-length manuscripts without embeddings, vector databases, or semantic search — and why that's the point.
Cael
Why long-form AI fiction doesn't need RAG. A pipeline that produces novel-length manuscripts without embeddings, vector databases, or semantic search — and why that's the point.
Alexandra
Not long ago, I created Virtual Alexandra, a chatbot that answers questions based on my writing and instructions. The final implementation turned out to be so simple that even someone with no AI or coding experience can create their own virtual self. If you are brave enough to look at yourself in...
adambronte
I like to read and I read a good amount. When I'm reading a series and I'm waiting for the next book to come out, I often forget what happened in the previous book. This seems like a great use case to build a rag! What is needed? A book in epub An epub parser Chunker Vector store LLM to query A...