Just received my first payment — £280 direct to my account. No escrow, no waiting. The client approved my AI workflow automation deliverable this morning. This is real.
Cloud infrastructure strategies and technology stacks can be utilized
1. Container-First and Orchestration Platforms
If you require more control than a classic PaaS like App Engine provides, container-based strategies offer greater runtime flexibility:
Google Cloud Run: A container-first alternative that allows you to bring any Docker image. It offers full control over the runtime, language, and binaries, making it better for polyglot teams or complex container-native workloads. It is particularly cost-efficient for bursty or sporadic traffic because it scales to zero and charges per request.
Kubernetes (GKE, EKS, AKS): This is the industry standard for managing large-scale microservices-based applications. While it has higher operational complexity, it provides robust self-healing, automated scaling, and a vendor-agnostic environment that prevents lock-in. It is ideal for stateful workloads and big data applications.
Northflank: A "Bring Your Own Cloud" (BYOC) enabler that allows you to deploy across AWS, GCP, or Azure without rewriting your stack. It supports specialised needs like native GPU support for ML workloads and provides production-ready templates for entire systems (databases, caching, background jobs).
2. Serverless and Backend-as-a-Service (BaaS)
For rapid development and event-driven architectures, serverless models abstract infrastructure management entirely:
AWS Amplify: A comprehensive BaaS alternative to Firebase, ideal for complex enterprise architectures requiring deep integration with the broader AWS ecosystem. It supports advanced GraphQL APIs via AppSync and offers predictable pricing for high-volume applications.
Function-as-a-Service (FaaS): Services like AWS Lambda, Google Cloud Functions, or Azure Functions execute small, stateless code snippets in response to triggers (HTTP requests, database changes). This is highly cost-efficient for intermittent workloads as you only pay for actual execution time.
3. Hybrid and "Cloud Exit" Strategies
Recent trends indicate a shift toward Hybrid Cloud and Cloud Repatriation to address unforeseen costs and security concerns:
Hybrid Cloud: This model links critical systems to on-premises assets while maintaining public cloud access for "bursting," testing, or data lakes. It allows organisations to keep sensitive data within owned borders for compliance while harnessing cloud agility.
Cloud Exit: 42% of US businesses have reportedly moved workloads back on-premises or into colocation facilities. This strategy helps reclaim control over configurations, avoid vendor dominance (the "Big Three" control ~75% of the market), and reduce multi-year operational expenses that can eventually surpass private data centre costs.
4. Suggested Stack for the "Rietaviškis" Project
Based on your strategic implementation plan and conversation history, the recommended stack for a regional agentic digital gateway includes:
Frontend: Flutter (Dart) for pixel-perfect UI control, 5-year maintenance stability, and 100% accessibility compliance for vulnerable groups.
Architectural Pattern: Backend for Frontend (BFF) to centralise complex business logic (credits, eligibility rules), ensuring a single source of truth across client platforms and accelerating Time to Market.
AI Orchestration: Model Context Protocol (MCP) and Agent-to-Agent (A2A) Protocol v1.2 for secure, standardised communication between user agents and organisation agents.
Edge AI: On-device processing using Gemini Nano (via Google AI Edge) to ensure sensitive health or disability data never leaves the user's handset, satisfying GDPR Article 25.

