# hydro Introduction

Hydro (Hybrid Development Resource Orchestration) is a **framework for managing software development in hybrid environments**, where engineers work alongside AI coding assistants to ship production-grade features.

***

### The Evolution We're Living

Product and software development is experiencing its biggest shift since the move from waterfall to agile. AI assistants can generate entire features in hours, but they still need a high-level of guidance, context, and validation to produce quality results.

The new reality:

* **Code generation speed -** from days to hours
* **Focus shift -** decision-making and validation, not dev velocity
* **Context management** - AI needs continuous context to stay on track
* **Quality control** - humans focus on architecture, business logic, and validation

***

### How hydro Works

hydro is aimed to solve the three core gaps that traditional frameworks don't address: **time compression**, **context fragmentation** and **direction ambiguity** . So we designed hydro specifically to bridge these gaps.

<figure><img src="/files/XXq2tbQKouuvQkyrIg6Y" alt=""><figcaption></figcaption></figure>

Core Principles:

* **Waves replace time-boxes** → work flows when dependencies clear, not when calendars dictate
* **AI handles generic code** → code generation, testing, documentation, refactoring
* **Humans make decisions** → architecture, business logic, validation, strategy
* **Rolling context** → maintain continuous understanding across tasks and waves
* **Measure capabilities** → track what becomes possible, not just what gets done

We propose a paradigm shift. From *"What can our team build in 2 weeks?" t*o *"What decision should we make next?".*&#x20;

The real capacity limit isn't on dev teams anymore. It's on decision makers.

***

### Built for Real Teams

Hydro isn't theoretical, it's based on real work and patterns we've seen work in teams already using AI assistants. We're sharing what worked and making it repeatable.

**What you'll be learning:**

* How to structure work for optimal human-AI collaboration
* Ways to maintain context and quality at AI speed
* Patterns for managing dependencies in hybrid environments
* Methods for validating AI output to maintain velocity

***

**Ready to explore?** Dive into the core concepts to see how Hydro can transform your team's approach to software development.

***

{% hint style="info" %}
Hydro Methodology © 2025\
Licensed under Creative Commons Attribution 4.0 International (CC BY 4.0)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hydro-dev.gitbook.io/guide/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
