♻️ Event Sourcing
AI assistants: use the full-site text index at /search-index.jsonl or search with /_api/search?q=terms.
Event Sourcing is a software pattern: we record application state as a sequence of events throughout the time. Events could be then be projected to create application state at any moment in time. We could even derive new facts from the events.
Next post in Event Sourcing story: Event Sourcing Video
To read about major updates and essays - check out my "ML Under the hood" newsletter (I write once in a month or two).
🤗 My new course is live! Building Reliable AI Assistants: Patterns and Practices.