This "agent-native" shift merely swaps the toil of manual configuration for the unpredictable risk of AI-driven architectural debt. It is a seductive promise of efficiency that likely ends in a black box no human can truly audit or debug.
Deep Dive
Prerequisite Knowledge
- No data available.
Where to go next
- No data available.
Deep Dive
Opensource AWS alternative cloud platform that is Agent native
Added:Hello, everyone.
My name's Abhishek, and welcome back to my channel.
In today's video, I'll introduce you to an open source cloud platform that is completely AI native.
Yes.
Let me explain.
So, basically, we have seen three generations of cloud computing.
The first generation, generation of physical servers, where system administrators took care of a lot of manual configuration for us.
It can be setting up hypervisors, creating virtual machines, storage, networking, everything manually.
Then we moved to the second generation, the generation of public cloud platforms, where platforms like AWS, Azure, GCP made things little easy for us.
Here, DevOps or cloud engineers automated these cloud platforms, maybe using scripts like Terraform.
But now we are moving to the third generation, the generation of AI agents.
Today, we don't build applications manually. We use AI agents to create the applications. In the same way, we want AI agents to configure the cloud platform for us without any human intervention.
This is exactly where I'm going to introduce you to open source cloud platform that is AI native in nature.
I'm talking about InSpoch.
So, this is going to be a very exciting video. I'll show you how to set up InSpoch and how to configure your AI agent to create resources on the cloud platform.
Perfect.
All the useful links for this video are in the description and also in the pinned comment.
Let's get started.
So, this is a platform, InSpoch, the AI native cloud infrastructure platform.
To get started, you just have to follow four simple steps. Step one, click on login, create an account for your personal usage or for your organization.
The best thing, you can get started with a free account.
Just use your existing Google account.
I'll use one of my accounts. And there you go. We have an account set up with In Scribe.
Once you are here, start with creating a project, which is your step two.
Now, why are we creating this project?
Within this project, we will create the resources for our back end or for our application.
Let me call this as In Scribe demo demo project and choose a region that is nearest to me.
I'll go with US East.
Create project. Of course, we are not going to do anything manually, but just to show you, within this project, you can set up authentication, you can set up database for your application, storage, functions, model gateway, any computer related things. Typically, what you get from a cloud platform. That's why it's an agent native open source alternative for AWS.
Cool. Now, let's head to step three.
We don't want to do any configuration manually, so we will set up In Scribe CLI and we will link the CLI to this project. So, we will use this NPX command. I'll go back to my terminal and I'll just paste this here.
Don't worry. This will also set up the In Scribe related packages for you. So, you can see, need to install the following packages. I'll just say yes.
It is asking for authentication. Let's authorize In Scribe CLI.
So, it authenticated with my username.
It linked to the project In Scribe demo project and it also added the required agent skills. See how easy is the configuration.
So, finally, as step four, I'll go with my AI agent. As I told you, you can use any agent. It can be Claude, GitHub Copilot, Cursor. I'll use Claude. So, I'll just open Claude.
And I'll just paste this prompt.
I'm using InScribe as my backend platform. Read the current directory.
Make sure InScribe skills are installed and use InScribe CLI for the backend tasks.
This will just verify if Claude is ready with the InScribe configuration. Like, when we create an application with Claude, will it be able to set up our backend on the InScribe platform?
And you can see here, it says all set.
Environment is ready.
Four skills are installed. InScribe, InScribe CLI, InScribe debug, and InScribe integrations.
These four skills are good enough for you to set up the configuration on the InScribe platform. So, now we are Claude is ready with InScribe as the backend.
And yeah, let me tell you something important. You don't have to worry about the four simple steps that I followed.
In fact, I followed these steps from their documentation. So, if you head to InScribe documentation, you'll find the link in the description. You can find the CLI setup where they have all the steps mentioned here.
Create an account with InScribe. Create the project. Link the CLI. The same command that I've used. Verify the installation where you will run this prompt that I executed on the Claude code terminal.
So, you can also follow the same instructions.
Okay. Now that we are done with the initial configuration, let's move to the demo part.
So, I'll use Claude.
I'll ask this agent to create a full stack application.
Let's see how this agent, without any human intervention, will create the required resources for the application on the InScribe platform.
See, basically Claude can create full stack application. But to make the application production ready, your application would need a database, authentication, storage, compute. All those resources will be created on the InScribe platform. Let's take a look at that. Okay, now what application I'm going to build? So, I'm going to build a local services marketplace where users can look for carpenters, plumbers, electricians, and book them according to the ratings or according to their services. I'll use this prompt. Build a production grade local services marketplace that connects customers with verified plumbers, electricians, and carpenters. Design modern and scalable applications with secure authentication, local based service discovery, real-time booking, online payments, and live order tracking.
Include separate dashboards for customers, service providers, and administrators with intuitive workflows.
Focus on clean architecture, responsive UI, performance, security, and exceptional user experience. The platform should be modular, extensible, and ready for real-time production use.
If you observe carefully, I did not tell Claude anything related to Inswatch, but how would it make use of Inswatch?
Because we have already configured the skills. Perfect. Now, let's submit the prompt. It started going through the directory. The directory is currently empty, obviously. It provided with the options, which stack for the build. I'll go with Inswatch backend as a service.
And then it is asking for the payment gateway. For now, I'll just go with the mock payment gateway. I'll submit the answers. There you go. Claude started building this application for us using the Inswatch backend, mock payments, MVP foundation, and it started loading Inswatch tools first. Now, it started with setting up the database, get credentials, load DB reference, and you can see it is making use of the Inswatch DB. Okay, so I'll say proceed with the database. Looks like the initial database configuration is done. Now, it is executing the DB migrations. And in the meanwhile, you can also see how it is creating this database configuration or tables. Like, if you go to the user interface, just refresh, and you can see within the database there are seven tables.
Heading to the database, these are the tables that are being created. The services table, reviews, provider profiles, payments, bookings, booking events. Right now, there is no data into it because it just started creating the DB configuration and DB migrations.
And looks like now it is also creating the storage for the application.
If we go back and refresh the dashboard, so I can see one storage bucket here.
Yeah, one bucket.
So, till now, it created the database configuration and also the storage configuration. And as it started working more on the front end, we can see uh now we are at a point where the agent wants to implement authentication for the application. So, it has three options for us. We definitely want to set up the authentication. So, I'll go with the second option, keep authentication, where it is going to set up the email authentication login workflow. And you can see the moment I opted for secure authentication, Cloud started thinking how to handle email verification for the demo. Keep verification SMTP. And it started looking for this skill in swatch auth SDK integration.md.
So, probably now this will go ahead and create authentication on the back end.
Yeah, as expected, so it is using the In Swash library. While it is implementing the authentication, one thing that I wanted to mention, so if you go back to the platform, and let's say you want to add some sample data to this database or to the storage, you can just copy this prompt, use In Swash skills to create a table in in forge back end with some sample data.
You can just copy it copy this prompt and you can paste it to your agent and it would also populate your application with the sample data maybe for your MVP or demo purpose. Anyways, going back.
So, it says I can read all.users. Plan create demo authentication users via sign up and seed public rows keyed by the email.
Fine. Now the authentication is also set up. So, if you go back and if you head to the authentication, so you can see it created some sample users and it enabled email authentication. So, anyone can authenticate to this web application that we're going to create using their user ID and it created some sample user IDs just for our demo purpose. So, we are done with authentication, we are done with the database setup and also the front end setup. Now we are only left with some basic flows like the customer flow, search, booking, payment, tracking.
Probably we should be done in next 2 to 3 minutes of time. Until now, everything is very flawless.
There you go.
So, we have the complete application ready. It says the status as delivered.
For back end, it used the in forge project typically for database storage and front end it developed using React, but for authentication, again it used the in forge platform.
Now let's run this application and try to access this application on the browser. So, we will use the NPM command to run the application.
Okay, now it is running on localhost 5173. Let me try to access this.
Here we go. So, this is our the local services platform.
And here you can find plumbers, electricians and carpenters. I'll click on the plumbers. Okay, I can select the location. Let me go with San Jose.
There are no plumbers in this location.
If I go with San Francisco, there are some plumbers in the location.
Okay, I can also use this toggle to find the local services within specific range. I have the authentication workflow here. I can click on sign in.
I can use one of the existing email addresses or we can just create an account. Just click on create an account, provide your email details, and you will have your account ready. Let's see by providing basic information. So, I'll just click on create an account.
Perfect. So, it sent a six-digit verification code. So, our authentication workflow is very clean.
Let's verify and see. Great. Now, I'm logged in as a user, and we should see that entry within the database. Here it is. Abhishek, the new user, is added and stored to the users table. So, the authentication workflow is great.
Database's workflow is also great because we have some plumbers and electricians populated here. We can see a lot of information on the dashboard.
All of this is coming from the database.
So, this is cool. In just 15 minutes, we not only created the application, but we created a production-ready application with typical production flows like authentication, storage, and database.
And interestingly, let's say if you want to add an AI assistant, Insoch also provides a model gateway.
So, you can just pick up your model. It supports OpenRouter as well. So, by default, you get this $1 credit so that you can perform a proof of concept.
You can make use of it. So, using this, you can also set up AI assistant on your platform, something like a cool assistant where users can come and ask questions to it.
And finally, if you want to deploy this application, let's say you want to make it live to the users.
So, you You have to tell Insoch, "Deploy this application to the end users."
And it will also take care of the deployment and bringing your application live.
Let's see.
So, the moment I provided this instruction, again, Plot figured out a skill. So, within the Insooch CLI, within the deployments, it could find the deployment skill, and it started the deployment process as well.
If you're interested in understanding under the hood, it is basically making use of Vercel.
And what makes it easy? You don't have to configure anything within Vercel.
You can see here, just after 30 seconds, it says the deployment status is ready, and this is a URL. Now, instead of localhost, I'll just copy this URL, and I'll access this URL from the browser.
The same application. Isn't that cool?
Definitely, yes.
Finally, just a quick summary of what we learned in the video.
So, we learned about Insooch, an agent-native, open-source cloud platform.
It's very easy to get started. You just have to create a free account.
Just create a project as we did in the video.
Then, download the Insooch CLI and connect any coding agent that you're using. It can be Claude, Cursor, Copilot, Codex.
You can just connect with your Insooch project, and the agents will start using Insooch as your backend. And this way, your agent can not only create an application, but it can create production-ready application with features like authentication, database, storage, and model gateway, or AI assistant for your website. So, I highly encourage everyone to try out Insooch.
Once you're comfortable with it, let's say for your demo application or for your proof of concept, you can go ahead, create a new organization, and you can upgrade your plan on Insooch. If you have any questions about today's video, do let Let in the comment section. I'm more than happy to help. All the useful links for the video are in the description and also in the pin comment.
See you all in the next video. Take care.
Related Videos

Expanding Stikbot thumbnails
leopoldshorts
2K views•2023-09-24

Digital Discrimination: Cognitive Bias in Machine Learning
redmonktechevents2974
4K views•2019-12-18

Evolutionary Approach to Clustering by Ujjwal Maulik
ICTStalks
279 views•2019-06-26

Rose Yu "Learning from Large-Scale Spatiotemporal Data"
networkscienceinstitute
2K views•2019-03-04

Stanford Seminar - Generalization through Task Representations with Foundation Models
stanfordonline
4K views•2025-07-14

Satellite-Based Wheat Yield Forecasting using GEE & Transformer Neural Network
gisrsinstitute
634 views•2025-06-15

Paradigm Shifts in Data Processing for the Generative AI Era: Robert Nishihara of Anyscale & Ray.io
GradientFlow
2K views•2025-01-02

How to Build Your Own GenAI-Based Knowledge Management System
2150GmbH
360 views•2025-06-03
Trending

YouTube Disabled Our Comments Again (Are Any Humans Left at YouTube?)
SpecialBooksbySpecialKids
39K views•2026-07-21

One Must Imagine Sisyphus Happy
vlogbrothers
61K views•2026-07-21

The Downfall of OnePlus!
techwiser
65K views•2026-07-21

The REAL History Behind The Odyssey Will BLOW Your Mind! It's NOT a Myth!
metatronyt
20K views•2026-07-21