Skip to content

ADGSTUDIOS / SOFTWARE · AI · SYSTEMS · R&D

ENGINEERINGTHE IMPOSSIBLE.

Software, AI, compute, systems and engineering solutions for problems that don't have ordinary answers.

SCROLL

WHAT WE ACTUALLY DO

"AI" IS AN UMBRELLA TERM.
WE SOLVE THE PROBLEM.

We're not an AI agency bolting a chatbot onto your product. AI is one tool in the kit — what we sell is your business problem, solved, end to end. Whatever that actually takes, we do it and let the rest follow.

ANY PLATFORMANY INFRASTRUCTUREANY CODEBASEEMBEDDED & IoT HARDWAREYOUR FRIDGE'S CONTROL BOARDYOUR CAR'S ECU

If it has a circuit board, we can probably make it smarter — we've reverse-engineered everything from PLC control panels to a PS2's vector units. A fridge's controller or a car's ECU is just another embedded target.

WE ENGINEER WEBSITES

BUILT TO SCORE.
NOT JUST TO SHIP.

This site is the proof — Lighthouse audit results measured against its own production build, and the real technical SEO system engineered underneath it.

100

ACCESSIBILITY

100

BEST PRACTICES

100

SEO

96

PERFORMANCE

THE SEO SYSTEM

SEMANTIC HTMLSTRUCTURED DATASITEMAP + ROBOTSCANONICAL URLSCORE WEB VITALSSEARCH VISIBILITY

Every stage above is real and live on this site — not a traffic projection. We don't publish search-ranking numbers we haven't measured.

02 / ADG CORE

ONE SYSTEM.EVERY LAYER.

An original ADGSTUDIOS engineering architecture — the layer that moves between software, compute, systems and hardware.

01

AI

Models, agents, inference

02

SOFTWARE · COMPUTE · SYSTEMS

Applications, GPU compute, infrastructure

03

ADG CORE

The engineering layer that connects them

04

LINUX · PLC · HARDWARE

Kernels, control systems, machines

05

REAL WORLD

Where the problem actually lives

03 / CAPABILITIES

THE PROBLEM DETERMINESTHE TECHNOLOGY.

Six engineering disciplines. One studio that moves between them as the problem requires.

COMPUTE

We host on unikernels, not just VMs.

ADG Compute infrastructure runs single-purpose unikernel images where it counts — no general-purpose OS to boot, no idle services, no unnecessary attack surface. The result: application instances that are up in milliseconds, not seconds.

SIMULATED HOST — QEMU/KVM · 4 vCPU · 4096MB RAM · virtio-net / virtio-blk

unikernel.img

$ qemu-system-x86_64 -m 64 -nographic -kernel unikernel.img

ubuntu-22.04.qcow2

$ qemu-system-x86_64 -m 4096 -hda ubuntu-22.04.qcow2

BOOT PROGRESS — SIMULATED, COMPRESSED TIME

100%0%TIME →
UNIKERNEL — 0ms UBUNTU 22.04 — 0ms

Simulated QEMU boot logs — illustrative, not a literal benchmark of a specific image. The order and order-of-magnitude gap are representative of real unikernel vs. general-purpose OS cold-boot times.

04 / RALPH

SOFTWARE THATBUILDS ITSELF.

An autonomous engineering methodology: inspect the repository, implement against a specification, run and test the result, fix what's wrong, and repeat until it's genuinely done.

SPECIFICATIONINSPECTPLANIMPLEMENTTESTVERIFYFIXREPEAT
  • Autonomous coding loops
  • Specification-driven development
  • Repository inspection before implementation
  • Automated implementation and testing
  • Failure detection and iterative correction
  • Persistent project state across iterations

05 / RALPH IDE

AN IDE THAT WRITESITS OWN SPEC.

A project we're building: point it at your LLM of choice, describe the problem, and it drafts a RALPH_SPEC.md, then builds and verifies against it — in a loop, in a terminal, until it's done.

PROTOTYPE — SIMULATED PREVIEW, IN DEVELOPMENT

CONNECT A MODEL

Anthropic API

CHOOSE A PROBLEM

Build a multi-tenant booking system with auth, payments and an admin console.

RALPH_SPEC.MD

# RALPH_SPEC.md
## Goal
Multi-tenant booking system: auth, calendar, payments, admin console.
## Stack
Next.js, Postgres, Stripe, RBAC middleware.
## Definition of Done
- [ ] Auth + tenant isolation
- [ ] Booking CRUD + conflict detection
- [ ] Stripe checkout + webhooks
- [ ] Admin console (roles, refunds)
- [ ] Test suite green, no console errors

06 / SELECTED WORK

REAL PROJECTS.REAL ENGINEERING.

Software / Payments / 2025SHIPPED

Shipwreck Rally — Event Registration & Booking Platform

An event registration and hotel booking platform built for the Harley Owners Group's annual Shipwreck Rally motorsport event, live at shipwreckrally.co.za.

Next.js 15TypeScriptReactPrisma ORM
Software / Applied Mathematics / 2025SHIPPED

STUDIO79 — 3D Packaging Visualisation Platform

A full-stack platform that turns 2D CAD packaging specifications into interactive 3D geometry, with an automated quoting system built on top.

Next.jsTypeScriptPostgreSQLPrisma ORM
Software / Logistics / 2025SHIPPED

Alkebulan 4PL — Fourth-Party Logistics Platform

A fourth-party logistics (4PL) platform for Alkebulan, a South African supply chain provider coordinating warehousing, transport, customs brokerage and out-of-gauge cargo across Africa.

Next.jsSupply Chain ManagementLogistics OptimizationReal-time Tracking
Software / EdTech / 2026SHIPPED

CodeIEB — South African IT Exam Learning Platform

A learning platform for South African Grade 10–12 Information Technology students, with separate IEB and NSC exam tracks, live sandboxed code execution and AI-assisted tutoring.

Next.jsTypeScriptJava (javac)Free Pascal
AI / Digital Health / 2026SHIPPED

OcuDry — AI-Powered Dry Eye Screening

A browser-based, AI-assisted screening tool for evaporative dry eye disease, combining a validated symptom questionnaire, real-time blink-pattern video analysis and tear-film image assessment.

Next.jsTypeScriptComputer vision / AI
AI / Developer Tooling / 2026SHIPPED

SiteSleuth — AI Website Audit Tool

A free, no-signup web audit tool: paste a URL and get a parallel Lighthouse, WHOIS, geolocation and stack-fingerprinting audit, turned into AI-generated, budget-aware recommendations.

Next.jsTypeScriptLighthouseGoogle Gemini
R&D / Graphics / 2026RESEARCH

Ray Tracing on a Physical PS2 Slim

A ray tracing demonstration running on a physical PlayStation 2 Slim, built directly against the PS2 development and library ecosystem.

PS2 SDKMIPS / VU ASMCRay tracing
AI / Developer Tooling / 2026IN PROGRESS

Ralph — Autonomous Software Engineering

A specification-driven autonomous engineering loop: inspect the repository, implement against a spec, run and test the result, and iterate until the work is genuinely done.

Agentic loopsSpec-driven developmentAutomated testing
Software / AI / 2026IN PROGRESS

The ADGSTUDIOS Website

The site you are currently using — designed and built as an engineering case study in its own right, using the Ralph autonomous loop end-to-end.

Next.jsReactTypeScriptTailwind CSS
Software / Gaming / 2026SHIPPED

ADGSTUDIOS Gaming — Real-Time Multiplayer Game Studio

ADGSTUDIOS' gaming division, building socket-side real-time multiplayer games for Android and web — physics-driven multiplayer worlds, live at gaming.adgstudios.co.za.

WebSocketsTypeScriptCloudflareAndroid

07 / R&D

WE BUILD THINGSBECAUSE THEY'RE HARD.

If a problem is technically interesting, ADGSTUDIOS will investigate it — regardless of whether it's commercial.

08 / OPEN SOURCE

WE BUILD IN PUBLIC.

Experiments, infrastructure, developer tools, systems research and engineering projects — published under ADGSENPAI.

09 / ENGINEERING NOTES

THINGS WE BUILT.THINGS WE BROKE.THINGS WE LEARNED.

10 / ABOUT

MEET THE DIRECTOR.

Director

Ashlin Darius Govindasamy

Ashlin Darius Govindasamy is the Director of ADGSTUDIOS, a technology and engineering studio focused on software engineering, artificial intelligence, systems engineering and experimental R&D, founded in 2021.

READ THE FULL PROFILE →

10 / CONTACT

ENGINEERING
THE IMPOSSIBLE.

Software.AI.Compute.Systems.Automation.Engineering.R&D.

HAVE A HARD PROBLEM?
LET'S BUILD IT.