Gösta (Von) Stebut-Freelance Software Developer & Architect
Check rate
Experience
Founder, Lead Engineer & Architect
LumaVista AI
- Own product initiative — AI Workspace: a private AI research and knowledge platform for European professionals who work with confidential material — lawyers, consultants, compliance leads, founders. The premise: confidential documents should become usable for AI without leaving the customer's control, and without a US-controlled company in the data path (CLOUD Act / FISA 702).
- Autonomous deep research engine: A multi-step research pipeline that breaks a question into sub-questions, runs them in parallel across web and private sources, deduplicates and cross-checks the results, and produces a fully referenced report. Built in Go with an adversarial verification layer: every result is independently challenged before it may enter the report — that is exactly what separates a usable research result from something that just sounds plausible.
- Private knowledge library with client-side encryption: Documents are encrypted on the user's device (libsodium) and remain readable for no one else — not even the operator. The real engineering challenge is making encrypted content searchable and usable for AI at all: solved through a hybrid retrieval layer (pgvector embeddings plus lexical search) on a key model where the key stays with the client.
- Agent orchestration and workflow automation: A workflow engine that chains agent steps, tool calls, and external connectors. For this, I designed and implemented a send-gate security layer: every action is classified as read / write / send, and any step that would send data to third parties pauses until a human explicitly approves it — with anything unclassified falling back to the safest interpretation. That is the architectural answer to the main objection against autonomous agents in a professional setting.
- Full platform and operations: Go services (Fiber, gRPC, Protobuf) with Next.js / React / TypeScript frontend, PostgreSQL + pgvector, Redis, BadgerDB, S3-compatible object storage. Three environments (dev / preprod / prod) on self-hosted EU infrastructure, deployed via Docker Compose and Traefik, with Prometheus / Grafana / Loki / Jaeger for observability and full GDPR documentation. Around 20,000 commits, built and operated by me alone.
Application Engineer / Developer
GUTOR Electronic LLC
- Two years on Satellite, GUTOR's platform for product configuration and electromechanical design — the system used to specify, calculate, and hand over the company's UPS systems to manufacturing. It is based on the Camos framework (camos.Develop) in a proprietary, C#-like language on top of a relational database and is business-critical: every order passes through it.
- Carve-out of Satellite from Schneider Electric: My first assignment. GUTOR had belonged to Schneider Electric since 2007, and Satellite had grown inside the group IT — run on group infrastructure, wired into group systems, maintained under group processes. With the carve-out, the platform had to become an independent system that GUTOR could run, change, and release itself — without dependency on the former parent company and without interrupting order processing. I worked through the split: identifying what Satellite actually depended on, extracting the application and data from the group environment, setting it up on GUTOR-owned infrastructure, and re-establishing the development, release, and support processes around it. In this kind of work, the hard part is not the technology, but archaeology — undocumented couplings only show up when you try to cut them.
- Feature development and change requests: Translating business requirements from sales and engineering into the existing Camos architecture — product classes, configuration rules, bill of materials logic, and print outputs. Ticket-driven work in Jira across the engineering backlog, from specification through implementation and testing to documentation.
- Release management across parallel versions: Satellite runs in several release lines at the same time (5.x, 6.1, 6.2), because customers and plants migrate at different speeds. I backported completed changes between version branches, including the related database update scripts — the classic hard part being that a configuration rule fixed in 6.2 has to behave identically in 6.1 against a differently shaped schema.
- Platform migration: Work on migrating Satellite to new environments and platform versions, including installation, environment setup, and validation of the migrated system against product behavior.
- Documentation and knowledge retention: Creating the infrastructure documentation for Satellite, which did not exist in usable form, as well as documenting product classes and bill-of-materials parts — knowledge that until then lived only with a few long-time colleagues.
- Testing and user support: Carrying out functional and non-functional tests together with key users before every release block, as well as 1st- and 2nd-level support for internal users in engineering, sales, and the manufacturing sites.
CTO
WUNDER AI GmbH
- Prototyping the SIMDA core logic (sense-infer-mind-decide-act): Building the first proof of concept that captured customer responses and derived knowledge from them in the form of a numerical representation of a customer's "mindgraph" attributes — emotions, styles, preferences. The challenge was a small codebase with low latency that the founder could experiment with at the same time: I implemented the backend in Go (robustness and speed), intentionally kept the frontend to plain HTML/CSS/JavaScript, and turned the founder's YAML configuration into code plus task-specific configuration so changes could go through proper CI/CD and change management. A fashion e-commerce customer used the prototype against its live customer base for next-best-offer recommendations.
- Big-data cloud architecture for a cosmetics group (Azure): Two years of consulting for a large makeup group that needed a cloud architecture for its big-data stack. I advised on the selection of cloud services, implemented CI/CD for the Azure Kubernetes offering, and built a complete operating setup — metrics, logging, dashboards, alerting. For managing multiple clusters (website and related backend services), I implemented GitOps and Infrastructure as Code based on GitHub, CUE, and Argo CD, designed for speed and reliability with automatic failover for local and regional Azure outages.
- Leading 5-10 developers for low-latency personalization backends: WUNDER built a low-latency backend that personalized a large e-commerce website using SIMDA logic. I led a mixed team of employees and external developers that implemented a scalable Go microservice system on Kubernetes for first- and second-touch page personalization. Hard requirement: decisions in under 5 ms under production load — with a team that was learning Go in parallel. I ran code reviews, group and one-on-one training, and enforced test coverage; that was the mechanism that made this combination workable.
- Leading 4 developers for the Mindgraph data pipelines: WUNDER's internal knowledge data was processed through Python pipelines. I provided the team with guidelines, Dockerfiles, and parameters to break the pipelines into manageable building blocks, and built the workflow definitions (YAML, CUE) for Argo Workflows around those blocks. This produced workflow patterns that served as self-service templates for the data scientists — afterwards they could create additional pipelines without me. I was also responsible for DevOps and architectural support for this system.
- Leading 4 developers for WUNDER Playtime: A public, multi-tenant product for playful consumer interaction with the Mindgraph. Under my guidance, a highly customizable React frontend was created; the existing SIMDA system was reused and adapted as the backend. To optimize the frontend, I used behavioral tracking via Matomo — the biggest challenge was that the application often ran inside embedded custom browsers (TikTok and similar), where the usual assumptions about the environment do not apply.
- Leading 4 developers for WUNDER Strategymind: An analytics product that lets customers run evaluations on their brand, their products, and their customer base. Under my guidance, a React frontend was created; the existing backend systems (data pipelines, workflows) were combined for job processing. My specialization here was prompt engineering for integrating OpenAI GPT-3 and GPT-4 into these pipelines, implemented through Go applications against the Azure OpenAI Service.
Interim Tech Lead
OTTO Group — OTTO GmbH & Co. KG
- Real-time stack of the OTTO BI platform: OTTO's big-data stack started a real-time processing initiative for decision support and marketing use cases; I was brought in to help. It started in Java and Apache Storm on virtual machines; after the first tests, performance was not enough, so I developed a version on Apache Ignite that met production requirements. At that point, the tech lead left the company and I took over the real-time stack as interim tech lead. The team grew to six developers; I designed a new low-latency system in Go that the team continued to develop under my guidance. It processed Apache Kafka streams with > 100,000 events/second on a single machine — reliably and robustly.
- Real-time lookup services for the big-data platform: Other operational units needed lookup services against the big-data stack. I led the team that developed and rolled out a configurable and extensible service in Go with gRPC and REST interfaces.
- Consulting and implementation of a container platform: OTTO IT needed an internal offering for running Docker workloads on its own infrastructure. I advised on the architecture requirements, product evaluation, and security questions for this service.
- Development of big-data workflows: Data scientists and data engineers needed consulting and development for special cases at the interfaces to other companies and internal business units. I brought expertise in low-latency data processing with Apache Kafka, Redis, and Go applications, and coordinated and supported the operation of these services as DevOps.
Tech Lead
Liquid Labs
- sendandstore.de: Liquid Labs develops startup ideas for the OTTO Group; I was hired for the technical leadership of a B2C logistics business model. I was directly involved in shaping the business case, the service offering, and the operational processes. I led a team of 2-5 developers in implementing the services and provided DevOps support for the deployed systems. The hardest part was building a system while the business idea kept changing — and at the same time coordinating integration with OTTO Group services (Hermes Logistics, warehousing).
Software Design, Developer
XMatters / Xerox
C++ development for a point-of-sale system
Software Architect & Developer
T-Systems GEI GmbH
- Expansion of the dispatch control system FELIS: FELIS is a dispatch control system used by several German police authorities based on C/C++. I expanded it in the frontend and backend and implemented many customer change requests.
- Design and implementation of TETRA support: New requirements around BOS digital radio TETRA forced design changes: many services were rewritten in C#, and the old CORBA RPC system was replaced with ZeroMQ and Protobuf. I designed and implemented a large part of the backend systems for the new architecture.
- In this context, I received the VS-NFD authorization (classified information - for official use only) for police documents — expired in 2023.
Software Developer
BDE Software Services / CROWN Technologies
C++ development of a point-of-sale system
Technical Project Lead, Developer
Bund der Versicherten e.V.
Consulting and development of websites, connection to internal systems, network infrastructure, VPN
Software Developer
T-Systems GEI GmbH
Software developer for dispatch control systems.
Java Messaging, ActiveMQ, Visual Studio, C++, C#, Java, Windows XP, Sun Solaris
Lecturer
Leuphana University of Lüneburg
Lecture series on Business Intelligence - MS SQL Server 2005, Integration / Analysis / Reporting Services, Data Mining
Interim Manager
United Internet Media AG (WEB.DE)
BI design based on the MS SQL Server 2005 BI stack, Data Mining, Reporting, MS Project
Solution Designer
T-Mobile International
Solution Designer for Lawful Interception, network design, Cisco, Utimaco, VPN, IPSec, accounting
Solution Designer
T-Mobile International
Solution design for IMS, VoIP (SIP, Session Border Controller), accounting, reporting
Project Manager
Namotronic GmbH
VoIP phone systems
Consulting, Developer
FOGTEC Brandschutz GmbH & Co. KG
Web design
Consulting
Sparkasse Lüneburg
Savings bank IT, Java, Basel II credit risk assessment
Consulting, Developer
Pharus Software GmbH
E-commerce software for managing a franchise chain
Project Management, Developer
Startup
Software Developer
Intracon Unternehmensberatung GmbH
Consulting
BankVerlag
Consulting on the design of a Basel II credit risk assessment
Consulting, Developer
BankVerlag
Consulting on the design of a Basel II loan processing system
Software Maintenance
WGZ Bank
Industry Experience
See where this freelancer has spent most of their professional time.
Experienced in Retail, Information Technology, Cosmetics, Government and Administration, Banking and Finance, and Professional Services.
Business Area Experience
See which departments and functions this freelancer has contributed to most.
Experienced in Information Technology, Product Development, Project Management, Business Intelligence, Operations, and Quality Assurance.
Summary
Twenty-five years of backend and platform development, the last ten with a clear focus on two things: distributed low-latency systems in Go and the technical leadership of small teams through the hard part of a product. I have taken systems from prototype to production with 100,000 events/second, run Kubernetes platforms across multiple clouds, and stepped in as interim tech lead when a team lost its lead in the middle of a project.
Since 2024, my focus has been on AI Systems Engineering — not model training, but the engineering around the models: agent orchestration, retrieval, prompt and context design, evaluation harnesses, and the privacy and security architecture that makes LLM systems usable for confidential material in the first place. I am currently building and running a complete product in this field as founder and sole developer.
I am strongest where the problem is still unsolved: a new architecture, a performance target nobody has reached yet, a legacy platform that has to be migrated without stopping the business. I like writing the code just as much as I like being the person who asks the team.
Skills
Go — High-Performance Backend Services With Low Latency
Distributed Systems & Event Streaming (Kafka, Redis/Keydb, Grpc)
Kubernetes, Gitops, Infrastructure As Code
Software Architecture & Technical Leadership (Teams Of 4-10)
Ai/Llm System Development (Agents, Rag, Evaluation, Prompt Design)
Cloud Platforms (Azure, Self-Hosted / Eu Sovereign)
Observability & Operations (Prometheus, Grafana, Loki, Jaeger)
React/Typescript Frontends
Legacy Modernization, Platform Migration & It Carve-Out
Enterprise & Solution Architecture, Feasibility Studies
Security & Privacy Architecture (E2e Encryption, Gdpr)
Technical Project Management (Software Delivery)
Business Intelligence & Data Warehousing
Go, Typescript / Javascript, Python, C#, C++, Java, Sql, Bash, Delphi (Legacy)
Anthropic Claude, Openai Gpt-4/5, Azure Openai, Agent Orchestration, Mcp (Model Context Protocol), Langchain, Rag & Hybrid Retrieval, Pgvector, Baml, Prompt Engineering, Evaluation Harnesses / Llm-As-Judge, Local Inference (Ollama)
Grpc, Protobuf, Rest, Websockets, Kafka / Redpanda, Redis / Keydb, Postgresql, Pgvector, Badgerdb, Mongodb, Elasticsearch, Databricks, Apache Ignite, Apache Storm, Crate.Io, Ibm Db2, Ms Sql Server, Ms Sql Server Bi Stack (Ssis / Ssas / Ssrs), Zeromq, Apache Activemq
Kubernetes / Aks / Openshift, Docker & Docker Compose, Traefik, Haproxy, Terraform, Argo Cd / Workflows / Events, Cue, Ansible, Nomad, Github Actions, Forgejo, Backstage, Gitops, Ci/Cd, Renovate, Let'S Encrypt, Oauth2 / Sso
Prometheus, Victoriametrics, Grafana, Loki, Jaeger Tracing, Netdata, Alerta, Structured Logging, Alerting
React, Next.Js, Typescript, Tailwind Css, Zustand, D3, Mermaid, Codemirror, Playwright, Angularjs (Legacy)
Microsoft Azure (Aks, Openai Service, Blob), Eu-Sovereign Self-Hosted Infrastructure, S3-Compatible Object Storage
Scrum / Kanban, Agile Development, Code Review, Test-Driven Development, Devops, Domain-Driven Design, Bpmn2, Technical Mentoring
Languages
Education
Fachhochschule Nordostniedersachsen (Leuphana)
Diplom Business Informatics (FH) · Business Informatics · Lüneburg, Germany
Hamburg University of Technology
Electrical Engineering · Hamburg, Germany
Certifications & licenses
VS-NfD clearance
T-Systems GEI
Microsoft Certified Professional — Systems Engineer
Statistics
Experience
Global Experience
Expertise
Qualifications
Profile
Frequently asked questions
Have questions? Find more information here.
Average rates for similar positions
Rates are based on recent contracts and do not include FRATCH margin.
Similar Freelancers
Discover other experts with similar qualifications and experience
Experts recently working on similar projects
Freelancers with hands-on experience in comparable project as a Founder, Lead Engineer & Architect
Nearby freelancers
Professionals working in or nearby Santa Cruz de Tenerife, Spain
