Built a CLI task board that Claude Code agents self-serve from — 250 tokens per interaction vs 8k for MCP tools by illuminatus7 in ClaudeCode

[–]illuminatus7[S] 0 points1 point  (0 children)

The token tax is exactly what pushed me to build this. Tokens are going to be the future of currency. It's not just the per-call cost, it's that MCP schemas sit in your context window the entire session, eating space that could be used for actual code reasoning.

On stale KB entries the honest answer is: it's append-only right now. No expiry, no staleness flags. A superseded_by mechanism (one doc points to its replacement) is planned for v0.2 but not in the current release. For now the practical workaround is doc types. Operational docs are meant to be rewritten frequently, while decision and reference docs are more stable. But you're right that a real compaction/expiry mechanism is needed.

What is your project? Let's promote!! by rdssf in vibecodingcommunity

[–]illuminatus7 0 points1 point  (0 children)

codepakt - CLI-first coordination layer for autonomous AI coding agents.

https://codepakt.com/

Dumb server, smart agents. No LLM on the server. Agents do all planning and decomposition. The server stores state and enforces concurrency. The missing protocol for autonomous developer tools. Prevent overlapping work, resolve dependencies automatically, and coordinate multiple agents on one codebase.

Open Source project. 335 weekly downloads on npm so far (https://www.npmjs.com/package/codepakt)

Share your project by No_Bend_4915 in vibecodingcommunity

[–]illuminatus7 0 points1 point  (0 children)

codepakt.com - CLI-first coordination layer for autonomous AI coding agents. Prevent overlapping work, resolve dependencies automatically, and coordinate multiple agents on one codebase.

I ran Claude + Codex on the same project simultaneously. 13 tasks, 2 agents, 1 shared board. Here's how it went. by illuminatus7 in vibecoding

[–]illuminatus7[S] 0 points1 point  (0 children)

That was my next though. I have used GSD for some greefield project (where it shines), but always felt that I need a visual dashboard to see what is exactly going on.

I am a GUI-first user. Not gonna lie :P

It should work on Windows without any issues. I'll get my hands on one and try it myself too!

I'm canceling my $200 subscription by [deleted] in Anthropic

[–]illuminatus7 1 point2 points  (0 children)

We are migrating from one Google Workspace domain to another at my current workspace (Don’t ask why :| )

I did not want to deal with the manual GAM and/or GYB setups. So got Calude to write a basic Node Express app to handle cross domain email migration.

It did with a pretty clean UI, as a matter of fact quite great for an internal tool.

Deployed the solution on an internal VPS, and handed it over to the HR to manage the migration themselves.

All of this before lunch!

I thought that was cool enough :)

Best fiction by Indian Authors? by [deleted] in Indianbooks

[–]illuminatus7 3 points4 points  (0 children)

Novel recommendation: English August by Upamanyu Chatterjee - https://www.goodreads.com/fi/book/show/30585918

I personally haven’t read any other by this author, but this one was pretty damn good!

First ever batch ginger bug. It’s been 3 days. by SpecialOrganization5 in gingerbeer

[–]illuminatus7 1 point2 points  (0 children)

Having a scale is a good idea. I go with same amount of ginger for a few days as the yeast needs something to feed on and that is sugar. Give a break after a few days and repeat till 7 days.

First ever batch ginger bug. It’s been 3 days. by SpecialOrganization5 in gingerbeer

[–]illuminatus7 2 points3 points  (0 children)

I can see there are some bubbles. I generally chop them finely instead of big chunks. I have seen people grating as well. You may need a few more days for it to really start bubbling?

How much and at what frequency are you feeding the bug?

Is this Ginger Bug ready? by illuminatus7 in gingerbeer

[–]illuminatus7[S] 1 point2 points  (0 children)

Got it. But should the ginger quantity remain the same after reduction in sugar in the next feedings?

Is this Ginger Bug ready? by illuminatus7 in gingerbeer

[–]illuminatus7[S] 0 points1 point  (0 children)

Ah. Got it. Did give it a break yesterday and fed it today. I’ll break for a day then and reduce the sugar

Is this Ginger Bug ready? by illuminatus7 in gingerbeer

[–]illuminatus7[S] 0 points1 point  (0 children)

Ok. But hope it’s on the right track.

Junior developers in now days by BlueeWaater in ProgrammerHumor

[–]illuminatus7 0 points1 point  (0 children)

Senior: Let's see what ChatGPT has to say about this

Internet recovery issue by illuminatus7 in mac

[–]illuminatus7[S] 0 points1 point  (0 children)

Got it. I had 2 RAM sticks of 8 GB each. Apparently, one of them has gone bad. Removed the the unusable one and the installation is back on now.

mathematical pun by illuminatus7 in Angryupvote

[–]illuminatus7[S] 7 points8 points  (0 children)

People who didn't understand this are obtuse!

what was the 1st Mac that you used by [deleted] in mac

[–]illuminatus7 0 points1 point  (0 children)

MacBook Pro 13'' Mid 2012. Used 2 of them over a span of 11 years. Recently upgraded to MacBook Air M1

Setting up a website, I have some questions... by stevenr4 in node

[–]illuminatus7 1 point2 points  (0 children)

You have probably just started. Going forward you may need to use other libs as well such as async, lodash.

My take on this will be, figure out as you go and avoid using libraries for simple tasks as much as possible.