Skip to content
View mangit955's full-sized avatar
❄️
its freezing..
❄️
its freezing..

Highlights

  • Pro

Block or report mangit955

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.

Content in all repositories owned by your account will be closed.
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
mangit955/README.md

Manas Raghuwanshi

AI engineer building agent runtimes and developer infrastructure. I work on the layer where model output meets system guarantees: tool execution, sandboxing, persistence, verification, evaluation, and context cost.

manasr.dev · LinkedIn · X · Email

Selected work

Nap · durable runtime for long-running coding agents

Nap runs coding work outside the request that started it.

  • A Postgres-backed queue and event log let workers execute turns while the browser reconnects from durable seq values.
  • An E2B sandbox owns all six agent tools: read, write, edit, list, search, and command execution.
  • Each turn commits its workspace, discovers checks from the project's package.json, and creates a checkpoint only after verification. Failures open a bounded repair turn.
  • A documented nine-pod load run completed 2,310 turns at 100 concurrent with zero sequence gaps and zero duplicates. Read the scale report.

Woopcode · terminal coding agent

Woopcode is a Bun/TypeScript CLI with provider adapters for Gemini, OpenAI, and Anthropic.

  • Plan mode withholds write tools and rejects writes at runtime.
  • Approval classification parses shell structure and defaults unknown commands to risky.
  • Optional E2B execution, content-hash workspace sync, project-scoped sessions, replayable JSONL telemetry, and a Harbor adapter.
  • Read the runtime loop · read the approval boundary · read sandbox sync

Engineering notes

  • In Woopcode, a context compaction change cut peak prompt size by 36–43% but reduced cache reuse. Fewer tokens did not mean lower cost.
  • In Nap, funded runs exposed a verifier blind spot: a missing sandbox typecheck script made absent checks look verified. The fix added template coverage, regression tests, and a real-sandbox integration case. Read the measurement notes.

Currently

I’m building agent runtimes and AI infrastructure. I’m open to AI Engineer, Applied AI, AI Infrastructure, and Developer Tools roles.

I’m interested in systems that make model behavior inspectable, recoverable, and safe to act on.

Website · LinkedIn · X · Email

Pinned Loading

  1. nap nap Public

    Durable runtime for long-running coding agents. A prompt becomes a running app in an isolated sandbox; each turn is committed, verified against the project's own checks, and repaired if it fails. P…

    TypeScript 3 1

  2. woop-code woop-code Public

    A terminal coding agent that shows every edit as a diff before it writes, and asks before running a shell command it cannot vouch for

    TypeScript 4

  3. flux flux Public

    Flux built with TypeScript, Bun, PostgreSQL, Redis Streams, and Prisma. The system implements a complete trading lifecycle including order matching, risk management, margin calculations, funding ra…

    TypeScript 2

  4. aurel aurel Public

    Aurel is a visual workflow automation engine that allows users to design and execute event-driven backend automations through a node-based interface.

    TypeScript 2