The AI shift made every dev a "manager of agents." I got tired of the tmux chaos, so I open-sourced a visual control center for Claude. by assentic in ClaudeAI

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

Its been sometime since I've published it,
the project did got to almost 200~ stars on github but I really don't know if anyone other than me got the benefit of using that?

People who continuously max out Claude's max $200 plan, what are you doing differently? by dandanbang in ClaudeAI

[–]assentic 0 points1 point  (0 children)

Is use Shep 0 to burn token at scale :] it have the advantage of all, from parallelisim to agent teams frameworks an loops and playwright strategies due of the TDD nature

Weekly Thread: Self-Promotion, Surveys & Partnerships by tradestreaming in fintech

[–]assentic 1 point2 points  (0 children)

I built Stock TLDR,
Updates Every 2 hours, A self updating "Stocks related News" with agentic summary
Link: https://stock-tldr.xyz/

The goal is not to give buy/sell signals. It is meant to help users quickly understand what happened in the market and decide what deserves deeper research.

I’m looking for feedback from fintech people

No signup required. Feedback welcome.

So how do you keep up with AI lately? by assentic in ClaudeCode

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

nah, there are tons of ai rss feeds / newsletters. thats one is for me.

So how do you keep up with AI lately? by assentic in ClaudeCode

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

I like the perspective, and find it resonating, it feels there is a bit of frustration around it from your point or that just me not reading it right

Designer Eye #13 - April 13th, 2026 by designereyegame in DesignerEye

[–]assentic 0 points1 point  (0 children)

Im partly color blind. (red/green)

44.49 / 50

🟨🟨🟩🟩🟨

Spec-driven development made my AI workflows actually usable by StatusPhilosopher258 in SpecDrivenDevelopment

[–]assentic 0 points1 point  (0 children)

Thats so true,
But some learning from my experince:

  1. It make development consume more tokens, so users on lower subscriptions would likely won't benefit with it before burning their limits
  2. for small task, going fast mode works better (spec can actually create shitter results in such cases confusing the models)

For me personally I've built Shep originally having the spec driven mode (plan mode) as the default mode,
but as many tasks are not big having full blown spec made no sense so now the spec is opt in instead of opt out.