// cyber-wyse.com

Building real things
with AI as a partner.

A personal tech lab. Audio plugins, local AI deployments, experiments in what’s actually possible when you ship things with AI alongside you.

See the Work About this project

scroll to explore ↓

6+VST3 plugins built
189Synth presets
LocalAI on Ubuntu
£0Cloud inference fees

// the idea

Not demos.
Deployed things.

This site documents the process of building real, finished projects using AI as an active collaborator — not just a code autocomplete. From commercial audio plugins to running local LLMs on repurposed hardware, every project here was shipped.

eamon@cyber-wyse:~$ lsb_release -d
Ubuntu 24.04.4 LTS
 
eamon@cyber-wyse:~/projects$ ls
WyseDSP/  local-ai/  G-and-R/  GREC/
 
eamon@cyber-wyse:~/projects$ ollama run mistral
>>> pulling manifest
>>> model loaded ✓
 
eamon@cyber-wyse:~/projects/WyseDSP$ _

// selected work

Projects

View all work →
basheamon@cyber-wyse
$ curl localhost:8000/search?q=JUCE+limiter
{
"answer": "Use dsp::LookAheadLimiter...
// sources: juce.com, local notes
}
$ curl localhost:7700/indexes/documents/stats
{"numberOfDocuments":847}
$ _
08
17 Apr 2026

Perplexity-Style AI Search — Local

Wiring SearXNG, MeiliSearch, and Ollama into a single FastAPI endpoint — live web results plus your own documents, synthesised into a grounded answer by a local LLM. No cloud, no API fees.

FastAPIRAGOllama
Read more →
basheamon@cyber-wyse
$ docker compose up -d
✓ searxng started on :8080
✓ meilisearch started on :7700
$ python indexer/indexer.py
INFO Watching: ~/dev/wysedsp
INFO Indexing: grecamp_dsp_notes.md
$ _
07
17 Apr 2026

Local AI Stack — Installation & Setup

Standing up SearXNG, MeiliSearch, and a Watchdog indexing pipeline on the Ubuntu Omen — private offline-capable search across the web and your own documents, no cloud required.

DockerMeiliSearchUbuntu
Read more →
The Nexus Proposal
06
30 Mar 2026

The Nexus Proposal

A proposed neutral platform for structured AI-to-AI exchange — independently governed, human-supervised, and built on a phased roadmap from pilot to open evolution.

AI GovernanceConceptPDF
Read more →
A Custom AI Chat Interface
05
23 Mar 2026

A Custom AI Chat Interface

A single-file HTML/CSS/JS chat interface connecting directly to the local Ollama API — no Open WebUI, no framework, purpose-built and accessible from any device on the local network.

HTML/CSS/JSOllamaLocal AI
Read more →
WyseDSP.com is Live
04
23 Mar 2026

WyseDSP.com is Live

A fully static commercial plugin store — eight pages, teal/purple palette, WooCommerce-ready — built entirely with AI pair programming and shipped to Bluehost in a single session.

HTML/CSSWooCommerceBluehost
Read more →
basheamon@cyber-wyse
WyseDSP Coder · Knowledge Base Active
You: What classes handle compression?
Source: GRECAmp/PluginProcessor.cpp
The main class is WyseDSPCompressor
Uses RMS detection with...
_
03
20 Mar 2026

Building a Personal AI Dev Assistant

Loading WyseDSP source code and plugin manuals into a RAG knowledge base inside Open WebUI — giving the local model full awareness of the actual codebase and documentation.

RAGOpen WebUIDeepSeek Coder
Read more →
basheamon@cyber-wyse
$ nvidia-smi
GTX 1050 Ti | CUDA 12.2 ✓
$ ollama run mistral
>>> model loaded ✓
$ docker ps
ollama · open-webui UP
$ _
02
16 Mar 2026

Local LLMs on Repurposed Hardware

Taking an HP Omen gaming laptop, replacing Windows with Ubuntu, getting NVIDIA drivers and CUDA configured, deploying Docker and Ollama, and running Mistral 7B and Qwen2.5 entirely locally.

UbuntuOllamaDocker
Read more →
WyseDSP Plugin Suite
01
16 Mar 2026

WyseDSP Plugin Suite

A full commercial suite of six VST3/AU audio plugins built in C++/JUCE 8 with Claude as AI pair programmer — covering guitar amp simulation, bass amp, drums, and more. 189 presets.

C++JUCE 8VST3/AU
Read more →