Updates October 27
PGrid
- minor updates to classify frontend to show new decisions and reviewer approval for model classification
- this helped find a bug with the first classification AI’s decision not being passed on to the reviewer AI
- basically spent all week revising and revising again how classification is done. while it works there were just minor bugs and I felt like too much complexity so ended up starting from scratch for the coordination with just the existing baml prompts. the new architecture I’m using is using 2 tables in the db to store state and inputs/outputs of raw llm calls. hoping this will allow more flexibility and make the code simpler. still not fully running.
- Iterating on new home page design. got the landing page main message part looking nice and working on mobile.

- removed sentry from nextjs as it wasn’t being used and led to errors with new landing page.