Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A swarm of disposable agents for unattributable web interaction
| Date | Stars |
|---|---|
| 2026-07-24 | 588 |
| 2026-07-25 | 589 |
| 2026-07-28 | 589 |
| 2026-07-30 | 557 |
| 2026-08-06 | 557 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Ash Agents A swarm of disposable agents for unattributable web interaction. Each task runs under a fresh identity that is destroyed on completion, so you are represented online not by one persistent self but by a continuous supply of unrelated strangers, none of which leads back. ## Why Ash The modern web identifies you by default. Every site you touch fingerprints you, cookies you, and joins today's visit to everything you did before, until a detailed profile has assembled itself around a single durable identity you never see and cannot control. This is not the result of any wrongdoing. It is the cost of using the web as one consistent, observable self. Existing tools treat the symptom, not the cause. A VPN hides where you connect from but not who you are once you arrive. Private browsing clears local state but does nothing about fingerprinting or behavioral correlation. Anti-tracking extensions cut some third-party collection and leave first-party identification fully intact. Each narrows the surface. None removes the thing that actually leaks, which is that you show up as the same person every time. Ash removes the persistent identity instead of hiding it better. You never act on the web directly. You delegate, and what the web observes is never you. ## How it works You express intent in plain language. The system delegates the work to one or more agents, each running in its own isolated browser context with its own fingerprint, device characteristics, and network egress. No two agents share a signature. Each does its task and is destroyed on completion, leaving no state behind for anyone to correlate. To any site, there is no single user to track, only a series of unrelated participants, each seen once and never again. ``` ash/ ├── isolation/ # a fresh, separable browser context per agent ├── reasoning/ # turns intent into actions, reasoning over each page live ├── orchestration/ # decomposes a task, fans it across agents, reconciles results └── identity/ # instantiate on task start, destroy on completion ``` - **Isolation** gives every agent a distinct browser environment. Separation is the structure of the environment, not a setting applied on top of it. - **Reasoning** lets an agent perceive each page as it loads and decide the next action in context, so it adapts to the dynamic, inconsistent, often hostile pages of the real web rather than following a brittle script. - **Orchestration** binds the agents to your single intent entirely within your trust boundary. It is never exposed to any site. The coordination is private; only the multiplicity is observable. - **Identity** is scoped to the task, not to you and not to a durable session. Completion and erasure are a single event. No archive, no fallback copy, nothing kept against the possibility it might later be wanted. ## Design principles Three ideas govern the system. **Delegation over exposure.** The user's own identity, environment, and fingerprint never make contact with a service. The interface between you and the web is the agent, and the agent is disposable. **Disposability over concealment.** The system does not try to hide a persistent identity more effectively. It declines to maintain one at all. There is no long-lived profile to conceal because none is ever permitted to form. **Multiplicity over singularity.** You are represented not by one well-hidden identity but by many unrelated ones. To the web, there is no single entity to find. There is a crowd with no discernible center. ## What it provides - **Non-attribution.** Because you never touch a service directly and every interaction runs under a disposable identity sharing nothing with your environment, no interaction can be bound to you. - **Non-linkability.** Because each task runs under an identity that shares no fingerprint, state, or behavioral baseline with any other, an observer cannot determine that two interactions came from the same source, even aggrega
Excerpt of 4,858 characters
Read on GitHub108
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:a6ed214e65ac6d22, topic:ai-agents, topic:autonomous-agents
matched fp:a6ed214e65ac6d22, topic:browser-automation, topic:web-automation
matched fp:a6ed214e65ac6d22, topic:privacy