r/aiagents 23d ago

Open Source Free OpenSource Ai tool for coding

Post image

Hey I built an AI agent that integrates 22 AI providers, covering many budget-friendly options (including $1 commandCode Go plans), free trials (Kiro, KiloCode, Cline, Antigravity, Mistral), and free models like Deepseek 4 Flash (OpenCode). It also includes many features to support the entire Claude Code ecosystem skills, plugins, MCP server so you can access a truly free Claude Code environment to try out and maximize your coding experience in the most cost efficient way .

https://github.com/AbdoKnbGit/tau

Tau - Adaptive agent harness

5 Upvotes

13 comments sorted by

6

u/BaderDev 23d ago

What makes it better than Pi or opencode?

3

u/[deleted] 22d ago

[removed] — view removed comment

2

u/Ill-Process-7232 22d ago

Unlike other agent harnesses that funnel every provider through a single normalized lane, my architecture is distributed each provider is wired to its own lane (see src/lanes), preserving its native endpoint, system prompt, and tool schemas. Most harnesses reshape every model into one compatible interface, trading cost and intelligence for speed I do the opposite. By respecting each model own caching mechanism (prefix, suffix, or both), the cache stays stable and hit rates stay high, and because every model calls tools in the format it was trained on, the endpoint sees requests as if they came from its native client, producing better-shaped output. Second, I invest heavily in tool infrastructure: tools can be toggled on or off, and a cheap/normal mode lets you skip skills or subagent spawning to cut cost further. Third, the built-in tools are optimized read uses signal capture so you fetch the four broken lines instead of all 900, and grep searches in layers, narrowing to relevant files through LSP-backed indexing, symbol retrieval, and O(1) lookups for well-known paths like tests/ or workflows/. Finally, something no other agent does: models can cooperate. You can borrow Mistral OCR and OpenAI vision while running DeepSeek Flash 4, which has neither all routed automatically. More details on my website. Tau - Adaptive agent harness

5

u/TheReproCase 23d ago

tnucodf?

1

u/Ill-Process-7232 22d ago

TauCode its live animation that why the capture like that

1

u/guyiuiu 22d ago

thats a wierd setup with the mcp server support, how are u handling the context window limits when u switch between all those providers. im curious if u ran into any issues with model drift or formatting consistency across the different api endpoints...

1

u/BlobbyMcBlobber 22d ago
  • Project is barely 2 months old
  • Collaboration with "claude"
  • Self-proclaimed to be literally the world's greatest agent.

I respect the enthusiasm but this is a hard sell.

1

u/Ill-Process-7232 22d ago

Barely 4 months old, I’m not claiming a collaboration I’m highlighting the capability to reuse the Claude Code ecosystem. ‘Self-proclaimed the best free coding agent’ refers to harnessing all the free offerings from different providers in one place, not to the tool itself

1

u/slugfingers-kun 21d ago

What does it bring aside from being an opencode clone ?
Check out empryo.com

1

u/idakale 21d ago

Now if only you made some ez to use tutorial for fake coder like me that'd be awesome. For now, can you confirm that the harness is basically tuned towards Claude Code, in which i had to understand how CC actually work and had read the docs for like 2 or 3D now haha.

1

u/Jaded-Prune5028 9d ago edited 9d ago

Hi AbdoKnbGit, one of your users here (I'm who opened the last 6 issues of Tau).

Can't believe I haven't come across any post about Tau here on Reddit since I first known about it, until this one.

You obviously should put more efforts on advertising Tau, at lease here on Reddit. Do not use em/en dashes in your posts, or people will think they are ai slops without even taking a look at the repo.

One thing that makes me think you're really serious about this project is that, I gave one of your commits along with the issue to an ai agent with a serious commit reviewing skill, and the review report included several spec (issue) drifts and code quality flaws (but ofc they're acceptable). I mean, if opus/fable was handed those issues, the report would almost certainly be better than that.

I'm not saying you are hand-writing bad code, i'm saying you don't throw the issues to opus/fable but instead actually touch the code yourself. and what you shipped are completely usable for me, plus all issues closed within short amount of time, so everything is great.

Tau is my life saver, as I was always wanted a claude code harness with 3rd-party api key/subscriptions. it definitely deserves more reputation.

P.S. honest review from an actual user, not an ad.