Skip to content

Technical Notes

This page collects technical tasks and ideas related to NeuroSaeculum infrastructure, automation, tooling, website support, and AI workflows. These are not framework concepts or content artifacts; they are practical things Gary may want to build, test, automate, or remember later.

It only has to be rigorous in its definitions to remind Gary of what needs to be done. This page is for him.

Dr Dee Commons Library

Status: Ongoing

A Java collection of common models, controllers, services and repositories to be used on various Spring Boot applications

Event Intake via RSS

Status: Not started
Requirements: None

A proof of concept for receiving news events for the CT Monitor. Will eventually incorporate an AI system to use the Content Workflow to decide how/if to persist the news event into a database.

CTM Reference Implementation Validation

Status: Ongoing
Requirements: None

Writing a Java version of the CTM Reference Implementation pseudocode and then writing unit tests against it. Requires less than a dozen Java files for the real code and just a few for the unit testing.

AI System Conversations

Status: Not started
Requirements: None

A proof of concept to get multiple AI systems plus myself into one conversation.

AI Workflow

Status: Ongoing
Requirements: Dr Dee Commons

A proof of concept of allowing, during an AI conversation to invoke REST services to get answers to questions. This would create those services and allow the resulting webapp to be an additional participant in the conversation by responding to commands like “NS GET issues/name=’XYZ'” or “NS POST issue …” with JSON that the AI systems could understand.

AI Hub

Status: Ongoing
Requirements: Dr Dee Commons

Brings together Event Intake via RSS, AI System Conversations, AI Workflow and some other stuff into one webapp.