Skip to content
View rahul-nath's full-sized avatar

Highlights

  • Pro

Block or report rahul-nath

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rahul-nath/README.md

Hi there 👋 I'm Rahul

I build aidashos - a local-first operating system for agent work.

It takes a design document you wrote, compiles it into a fixed plan, runs coding agents against that plan in isolated git worktrees, verifies their output with your project's own tests, has a different vendor's model review the diff, and stops at an approval gate before anything merges. Every step writes rows to a Postgres ledger as it happens.

The bet: an agent session cannot resume itself, and this system can resume it. Work state lives in rows, not context windows - so a crashed process, a spent quota window, or a rebooted machine costs one attempt, never the system's state.

Why it is built this way

  • Unattended, repeatedly, accountably. Cockpits (Conductor, Claude Code, Cursor) are for when you are watching. This is for the other half: overnight backlog burn-down, migrations that outlive a sitting, work with an audit trail.
  • Subscriptions, not API keys. Frontier agents run through their own headless CLIs on seats you already pay for. A spent window is a scheduling problem, not a billing one.
  • Nothing irreversible without a human. Merges, deploys, spend, and external comms fail closed behind approval gates.
  • Vendors are config. Implementer and reviewer are a typed pairing in one TOML file, never the same model, with declared fallback seatings for quota outages.

Start here

Writing

Cash me on twitter: https://x.com/rahulkindarules

Or connect on linkedin: https://www.linkedin.com/in/rahul-nath-753a3052/

Or read my embarrassing blog posts: https://medium.com/@rahul-nath

Pinned Loading

  1. PrePost2 PrePost2 Public

    Discovers static preconditions for action sequences in an automated planning environment using web scraping and trains an SVM to classify static preconditions

    Python 2

  2. predicting_housing_prices predicting_housing_prices Public

    Predict Housing Prices

    HTML 1

  3. lottery_number_prediction lottery_number_prediction Public

    website to generate lottery ticket numbers

    HTML 6 2

  4. the-gawd-doc the-gawd-doc Public

    Principal-level engineer design doc template

    TypeScript 5

  5. aidashos aidashos Public

    Durable, local-first orchestration between Claude Code and Codex on your own subscriptions, with or without your local agents. Checked plans, approval gates, and work that survives a crash.

    Python