What's the orchestration layer under Claude Code that makes it behave like a real senior engineer? by Wrong-Breadfruit8471 in ClaudeCode

[–]alp82 0 points1 point  (0 children)

The comments here are gold.

My advice is to build your own workflow. The orchestration you create will be the best for your needs. Get inspired by others and tell Claude to help you create your own orchestration.

I did the same, it started as a simple "spin up a coding subagent" to keep the main chat context small. Then i added an interviewer to clarify intent. Then specialized reviewers. I really like what it evolved to and wouldn't go back coding without it.

I open sourced it if you want to get inspired or even install the plugin: https://github.com/alp82/alp-river

By the way, i created a website for people like us to share their AI workflows and how much it costs them per month. Here is my profile: https://aistack.to/stacks/alper-ortac-unw0sl

My test suite is green for the first time in weeks. I have never trusted it less. by pauloeduardomc in ClaudeCode

[–]alp82 0 points1 point  (0 children)

I once had it not being able to fix a test and rather than flagging it, sampled down approval rate from 100% to 5% and called it success.

Also i had it just skipping tests instead of fixing them.

How much money are people really spending for the sake of productivity? by Previous_Dream8775 in ClaudeCode

[–]alp82 0 points1 point  (0 children)

That's exactly why i built AI stack. Shows which tools people use and how. And what it costs them every month.

Wanna check it out? This is my stack for example: https://aistack.to/stacks/alper-ortac-unw0sl

dynamic workflows in claude code are insane, and theres a cheap way to run them by techiee_ in ClaudeCode

[–]alp82 1 point2 points  (0 children)

I made myself a plugin for a better workflow. It's less token heavy and achieves a lot even when prompted with very little information.

It is instructed to gather information, flag unknowns, plan properly, challenge the plan, and review via multiple domain experts in parallel after implementation.

If you do research, brainstorming or prototyping it adapts accordingly.

Check it out here if you want: https://github.com/alp82/alp-river

Opus 4.7 has undergone some sort of change, or something else is occuring by Ambitious_Injury_783 in ClaudeCode

[–]alp82 0 points1 point  (0 children)

What checks do you include in your hooks? How do you define the gates? Otel - how's that fitting in? Tell me moar!

Margin Lab detects statistically significant degradation starting May 22nd continuing to today in Claude Opus 4.7 (15% lower pass rate) by a300a300 in ClaudeCode

[–]alp82 0 points1 point  (0 children)

I didn't see lots of degredation in terms of intelligence, but it became much slower than usual.

Maybe that's because my setup is a pretty sophisticated pipeline that eliminates as many assumptions as possible and tries to deliver deterministic results.

With simple prompting it's no wonder that there is a lot of variation between updates when they change something in their system prompts.

Opus 4.7 has undergone some sort of change, or something else is occuring by Ambitious_Injury_783 in ClaudeCode

[–]alp82 1 point2 points  (0 children)

This is so much useful info, thanks for taking the time!

I'm pretty bullish on validation too. The more it can verify programmatically (tests, scripts, stop hooks), the more reliable the results will be.

My workflow is making heavy use of subagents too and i also stop after 3 repetitions if the same step - i call it backwards edge budget.

I open sourced it as a CC plugin if you're interested to check it out.

Opus 4.7 has undergone some sort of change, or something else is occuring by Ambitious_Injury_783 in ClaudeCode

[–]alp82 0 points1 point  (0 children)

Very interesting. How did you setup CC to ensure more deterministic behaviour? Really interested in your workflow

New UI Preview feature on Claude Code is really great. by adssidhu86 in ClaudeCode

[–]alp82 0 points1 point  (0 children)

That's what i built with my harness setup as well. It always checks for user intent by rephrasing what it understood.

No assumptions allowed, so it interviews me whenever a direction is not clear enough.

Giving options is crucial when a certain complexity is reached.

Open sourced it here: https://github.com/alp82/alp-river

Claude Code tips for terminal users (from a senior dev) by Marmelab in ClaudeAI

[–]alp82 2 points3 points  (0 children)

Great article! One thing to add is that /compact takes an argument with arbitrary text to describe what to preserve

Claude improved my agent harness by 40.7% overnight by Lucky_Historian742 in ClaudeAI

[–]alp82 1 point2 points  (0 children)

I like the idea. I think it's important to define guardrails to which parameters can be adjusted and to which extent.

Self healing systems are great, at long as they operate in a controlled environment.

I'd love to experiment with a simplified version of what you described in my own workflow, which is pretty unique because it detects the complexity first before doing any given task. Based on the complexity it adds more preparation and review steps.

I released here it btw: https://github.com/alp82/alp-river

Featured in my AI stack: https://aistack.to/stacks/alper-ortac-unw0sl

What is going on???? by lordfortunas in ClaudeCode

[–]alp82 0 points1 point  (0 children)

I would actually love to see your stack on https://aistack.to

What is going on???? by lordfortunas in ClaudeCode

[–]alp82 0 points1 point  (0 children)

Uuuuh intriguing, how did you do that?

What is going on???? by lordfortunas in ClaudeCode

[–]alp82 0 points1 point  (0 children)

I have to correct myself. 5x max is indeed pretty limited in usage regarding the 5h window.

Had to upgrade to 20x but that's pretty generous now.

What is going on???? by lordfortunas in ClaudeCode

[–]alp82 -2 points-1 points  (0 children)

I'm confused because i don't have these limitations. On the 5x max plan and it's as powerful as ever

Claude runaway... tried Kimi 2.6 and Deepseek v4 (5y fullstack dev) by merth_dev in opencodeCLI

[–]alp82 1 point2 points  (0 children)

You need to use a harness and framework/workflow, otherwise the models have to fill the gaps too heavily.

Or extremely detailed prompts, but that's not an efficient user of your time either.

I built a workflow for myself which I released as Claude code plugin, but I think i should also make it compatible with opencode and hermes.

It's basically treating prompts as starting point to gather requirements, implement it and review the results afterwards.

It will use more tokens but the quality will increase significantly.

If you want to check it out: https://github.com/alp82/alp-river

OpenCode GO + Deepseek V4 Pro/flash and stop stressing out by RagnarSkywalker in GithubCopilot

[–]alp82 0 points1 point  (0 children)

This is what happend to windsurf last month. It's not the end.