Augmented Engineering: three decades of engineering judgment now directing accelerated execution by AI agents. It is not the tool that designs – it is the judgment that decides what to build, how to isolate it, and what to discard.
What follows are active, production systems conceived and deployed in months, not years, across domains that rarely converge in a single profile: real-time geospatial, multi-tenant SaaS, indoor positioning, AI pipelines, and CMS and forum engineering. Explore them below.
For confidentiality and criticality reasons, some of these systems operate exclusively in private environments. If you would like to arrange a technical session:
Laravel – custom platforms
6 projects
GeoScope: real-time geospatial
Brings natural events, weather, air traffic, radiation and auroras together on one live map.
Concurrent ingestion with Http::pool from NASA EONET, USGS, GDACS, MET Norway, ADS-B and Safecast. Native Canvas rendering at 60 FPS with Dead Reckoning for aircraft and real time over Laravel Reverb; state in Redis and viewport filtering resolved in SQL.
Alumnia: multi-tenant SaaS for academies
Manages academies and schools: students, courses, documents and family access.
Demo Mode across three layers (HTTP, model and queued jobs) sealing every write path. Per-school dynamic SMTP, batch PDF generation and parent access through single-use tokens.
AssistAlert: indoor positioning
Locates people inside a building and guides their evacuation in an emergency.
A Strategy pattern abstracts WiFi RSSI, RTT/FTM, BLE and UWB behind one interface. Trilateration runs in background jobs, decoupled from high-frequency ingestion, with stateless JWT; in an emergency, wayfinding is computed from the exact indoor position.
Gustarium: trilingual food portal
A recipe portal in three languages that aggregates RSS sources and classifies them by ingredient.
It breaks titles into n-grams, filters stopwords and scores each candidate. Nutritional data from the USDA FoodData Central API, cached per ingredient, and recipe import over IMAP with a structured subject.
Omnialia: web utilities suite
A set of web utilities: encryption, password generation and code formatting.
Declarative routing: each utility is declared in configuration rather than in fixed routes. Server-side AES-256 encryption, cryptographically secure password generation, hashing and code formatters (JS, JSON, XML), with an auto-generated sitemap.
Destillarium: context firewall for an LLM agent
Filters large volumes of email and hands an LLM agent only the already-extracted data.
A deterministic parser extracts the offers from the plain text and a fingerprint upsert keeps duplicates out; the agent only queries and annotates. The agent verdict and the owner verdict are stored in separate columns, and their disagreement measures the accuracy of the filter.
WordPress & SMF – plugins and modules
6 projects
Hotel Schema: structured data for hotels
Adds to a hotel site the structured data Google needs in order to understand it.
Hotel, HotelRoom and Offer markup generated from the host plugin’s Integration Hooks: its updates never break the integration. Admin panel with ISO country and schedule mapping, on a PSR-4 autoloader with no Composer at runtime.
Veertualia /locals: local business directory
Publishes a local business directory with listings, a map and proximity search.
A Custom Post Type with automatic JSON-LD and a dual map provider (Google Maps or OpenStreetMap/Leaflet), with clustering served from its own REST API. Replaceable templates and batch migration of legacy metadata.
Scriptorium: AI-generated articles
Writes and publishes one article a day on WordPress, with image and structured data.
Topic by RSS-trending, chronological anchor or fixed; a pipeline of replaceable stages with a duplicate guard, host taxonomies and server-side JSON-LD (Article, FAQPage, BreadcrumbList). Featured image from a zero-cost provider chain and zero runtime dependencies.
Veertualia Translatium: translation with SEO parity
Translates published articles into the other WPML languages, keeping their ranking.
The document is translated whole, in a single call to Google Gemini, under the constraint of preserving the HTML. The recipe card is rendered into the content and not only into the markup: card and JSON-LD come from the same translated object, so they cannot drift apart.
Veertualia Affiliate Boxes: reusable product boxes
Inserts into articles product boxes that the editor defines once.
Injection by category, post type or text match, with each box carrying its own HTML template and CSS. WPML integration: a box renders only if its translation exists in the active language. Configurable rel attribute per product.
Stripe Paid Subscriptions: payments and SSO for SMF
Collects subscriptions on an SMF forum and grants access to each plan’s features.
Built entirely with SMF Hooks, upgradable without re-patching. Checkout through Stripe Payment Links, per-plan capabilities and anonymous stateless SSO signed with HMAC-SHA256, with every webhook in an immutable log.
Python – autonomous systems and Edge Computing
1 project
ADSB Social Bot: automated air monitoring
Detects aircraft in emergency, military or uncommon over Barcelona and posts them.
Cascading classification with a Haversine geofence; each sighting produces a composite image and is posted to Instagram, Bluesky and Mastodon with a caption fitted to each network. An anti-ban system (daily cap, jitter, backoff) and a dual Flask panel, public over Tailscale Funnel.





















































