Skip to main content

6 posts tagged with "Nova"

Nova platform engineer tag description

View All Tags

The AstroPulse Journey

· 4 min read
Rajesh RC
Founder

When I started AstroPulse, the problem was easy to name and hard to live with: teams moving to the cloud were drowning in tools. Every provider had its own consoles, its own primitives, its own way to deploy an app and stand up a cluster. The work that mattered, shipping software, kept getting buried under the work of operating it.

I wanted one place to deploy an application and run a cluster, on any cloud, without learning five different platforms first. That was the beginning. Everything since has been built on top of that one idea, one layer at a time.

The AI SRE Race Is Running the Wrong Way

· 7 min read
Rajesh RC
Founder

AI diagnosis flowing through a governed approval gate into production infrastructure

The thesis

Diagnosis is a commodity. Trust is the product.

The AI SRE race will not be won by the agent that diagnoses fastest. It will be won by the system that operators trust enough to grant write access.

A personal note on where AI for operations is actually heading.

Over the past year a new category filled up fast. Depending on how you count, there are now more than a dozen credible tools that call themselves AI SREs. I have watched the space closely, partly because we are building in it, and partly because the speed of convergence is genuinely interesting.

Here is what nearly all of them do. They connect to your telemetry, your code, and your incident tooling. They correlate logs, metrics, and traces. When an alert fires, they form hypotheses, test them against the evidence, and post a likely root cause into Slack, often in under a minute. This is real progress. A few years ago none of it worked. Today most of it does.

Phase one is real

Diagnosis is real progress. But it is just phase one.

How We Designed Nova's Investigation Engine: Lessons from SRE at Scale

· 8 min read
Rajesh RC
Founder

When something breaks in production at an odd hour, the person on call has to do three things at once: understand what is happening, decide what to do about it, and be able to explain all of it the next day. Most AI incident tools help with at most one of these. They either give you more data to read, or they take action you cannot see and cannot account for afterward.

We spent the last several months building Nova's investigation engine around that gap. This post is about how we designed it, the models we borrowed from, and the trade-offs we made along the way.

The Hardest Problems in Building Production AI Agents

· 25 min read
Rajesh RC
Founder

Every AI agent demo looks the same. The model calls a tool, gets a result, and responds. Then you run it against real infrastructure, and the demo falls apart in ways the tutorials never mention.

We have spent over a year building Nova, an AI agent that operates real infrastructure for real teams. It is not a chatbot that wraps API calls. It investigates incidents, executes remediations, and composes across dozens of integrations. This post is about what we learned: the problems that made us rebuild entire subsystems, and the patterns that survived.

One AI, Every Interface

· 6 min read
Rajesh RC
Founder

Platform teams carry operational knowledge that does not transfer easily. The debugging instincts, the service interdependencies, the deployment quirks: they accumulate over years and live in a few people's heads. When those people are unavailable, the gap shows.

We built Nova to put that knowledge into a system you can query. This post covers what the architecture looks like and what we learned building AI that actually operates infrastructure.

Meet Nova - Your AI Platform Engineer

· 7 min read
Rajesh RC
Founder

Platform engineering represents the natural evolution of DevOps and SRE principles, but it faces a fundamental challenge: how do you scale platform expertise across an entire organization without requiring every developer to become a cloud expert?

This is where Nova comes in — your AI platform engineer that makes infrastructure accessible to everyone through natural conversation.

The Platform Engineering Evolution

DevOps broke down silos → SRE brought engineering rigor to operations → Platform Engineering created self-service infrastructure → Nova makes platform engineering conversational and accessible to everyone.

The Platform Engineering Challenge: Scale vs. Expertise

Platform engineering promised to solve the "you build it, you run it" scaling problem by creating Internal Developer Platforms (IDPs). But even the best platforms face fundamental limitations:

👥

Expert Bottlenecks

Platform teams become the new constraint—everyone depends on their expertise

📚

Documentation Decay

Complex systems require constant documentation that quickly becomes outdated

🧠

Context Loss

Critical operational knowledge lives in tribal knowledge, not systems

⚙️

Cognitive Load

Developers still need to understand infrastructure concepts to use platforms effectively

The Core Issue

We've built self-service platforms, but we haven't solved the underlying problem of democratizing platform engineering expertise.

Enter Nova: Your AI Platform Engineer

Nova is an AI platform engineer that helps you manage infrastructure through natural conversation. Ask questions, get answers, generate configurations, and troubleshoot issues — all through simple chat.

What makes Nova different:

  • Works with your existing tools (Slack, GitHub, AWS, Terraform, Kubernetes, and more)
  • Available however you want to work — browser, self-hosted, or in your editor
  • Extensible through Skills and MCP integrations

What Can Nova Do?

💰

Cloud Cost Estimation

Calculate costs across AWS, Google Cloud, and Azure before you deploy

⚙️

Infrastructure Code Generation

Generate Terraform, Helm charts, and Kubernetes manifests through conversation

🔍

Troubleshooting

Debug infrastructure issues with AI-powered analysis and recommendations

🔗

Tool Integration

Connect Slack, GitHub, and your existing tools for seamless workflows

Example conversations:

  • "How much would 10 t3.medium instances cost per month in us-west-2?"
  • "Generate Terraform for an EKS cluster with autoscaling"
  • "Why is my pod crashing in the production namespace?"
  • "Create a Helm chart for a Node.js app with Redis"

Three Ways to Use Nova

Nova is available however you prefer to work:

Nova Cloud

Zero setup — just start chatting.

Go to Open Nova → and start asking questions. We handle everything.

  • Full access to all Skills (Slack, GitHub, AWS, Terraform, and more)
  • Conversation history and cross-device sync
  • No installation required

Nova Direct

Self-hosted with complete control.

Run Nova on your infrastructure via Docker. Your data and runtime stay in your environment.

  • Browser-based local interface
  • MCP Marketplace to add integrations
  • Add any MCP servers you need
  • Air-gapped environment support

Nova Connect

Nova in your favorite editor.

Use Nova through the hosted remote MCP endpoint in tools like Claude Code, Cursor, VS Code, Claude Desktop, and other OAuth-capable MCP clients.

  • Hosted remote MCP for editor and CLI clients
  • Managed sign-in through the hosted OAuth flow
  • Same Nova capabilities in your development workflow

Extensible by Design

Nova's power comes from its extensibility. Connect the tools you already use:

Available Skills:

  • Cloud Providers — AWS, Google Cloud, Azure cost calculations and resource management
  • Communication — Slack integration for team collaboration
  • Development — GitHub for code search, issues, and PRs
  • Infrastructure — Terraform and Helm configuration generation
  • Kubernetes — Cluster management and troubleshooting
  • And more — Add any MCP server for custom integrations
Bring Your Own Tools

Nova Direct includes the built-in MCP Marketplace for custom integrations. Nova Connect works through standard MCP-compatible clients, so teams can bring Nova into existing editor and CLI workflows without running the server locally.

The Vision: Platform Engineering for Everyone

The evolution from DevOps → SRE → Platform Engineering → AI-Assisted Platform Engineering represents more than technological progress — it's about democratizing expertise that has historically been scarce and expensive.

Traditional Model

  • Small teams of platform experts serve entire organizations
  • Knowledge bottlenecks create deployment delays
  • Scaling requires hiring more specialists
  • Critical knowledge lives in people, not systems

Nova Model

  • Platform expertise available to every team member
  • Knowledge scales instantly without hiring
  • Best practices consistently applied
  • Operational knowledge captured and improved

Get Started