Neural Link — A RAG Memory System for Project Knowledge

What is it? For the non-specialist: Neural Link is a private AI assistant that has read all of my project notes. You can ask it anything about how Taciturn works, what signals it uses, how the infrastructure is set up, or what decisions were made and why — and it gives you a specific, accurate answer drawn directly from my documentation. It lives at brain.taciturn.uk. Think of it as a search engine that understands meaning rather than keywords, trained entirely on my own notes. ...

19 April 2026 · 4 min · Orlando Valdes-Scott

News Centre

News Terminal — Portfolio Write-up What is it? The News Terminal is a real-time geopolitical intelligence dashboard I built and self-hosted at news.taciturn.uk. It was designed to give me a single place to monitor the news events most relevant to my algorithmic trading system, Taciturn specifically anything affecting oil prices, gold, silver, and global market sentiment. How it works The backend is a Python Flask app that pulls from a curated set of RSS feeds every five minutes, including Al Jazeera, Reuters, BBC World, BBC Politics, OilPrice.com, and The Guardian US. Every article is automatically scanned for keywords and tagged — OIL, GOLD, SILVER, GEOPOLITICAL, TRUMP — so the most relevant stories surface immediately. Urgent articles trigger a push notification to my phone via Pushover. ...

13 April 2026 · 2 min · Orlando Valdes-Scott