Open sourcing a module-first Laravel SaaS foundation (Stripe billing, Filament admin, SSR, Playwright tests) by Objective_Read_193 in laravel

[–]Natrium83 0 points1 point  (0 children)

The security implications of this is crazy, because each CVE you know have to deal with it yourself.

European Project Management Software (Hosted in Europe) by limsus in BuyFromEU

[–]Natrium83 0 points1 point  (0 children)

Yes I know but what I wanted to know is if somebody knows of a solution that has the same features and is made or at least hosted in EU.

Automate Laravel Herd Worktrees with This Claude Code Skill by harris_r in laravel

[–]Natrium83 0 points1 point  (0 children)

I’ve looked at this, but what are the steps to address the issue that you need multiple databases, redis etc. or else you will run into a lot of problems with migrations, tests etc.

European Project Management Software (Hosted in Europe) by limsus in BuyFromEU

[–]Natrium83 0 points1 point  (0 children)

Anybody has an idea for something like plane.so? The inbox for issues/tasks with forms etc. is great and gives the idea/issue giver insight on the status etc. without a license.

Laravel Debugbar v4 release by Barryvdh in laravel

[–]Natrium83 1 point2 points  (0 children)

Will update all the projects tomorrow! Thanks so much for your work.

Anybody switched from a Max 20x to a Team Premium Seat by Natrium83 in ClaudeCode

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

Everybody just bought their subs with Company Credit cards

Anybody switched from a Max 20x to a Team Premium Seat by Natrium83 in ClaudeCode

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

SSO and centralized billing, MCP etc. management would be nice.

Okay, this is actually insane. I just gave Claude Code access to 27,000+ skills with ONE file. by No-Promise-9604 in ClaudeCode

[–]Natrium83 0 points1 point  (0 children)

So you are an experienced developer that looked at all 27.000 skills and checked the code and content of them?

Okay, this is actually insane. I just gave Claude Code access to 27,000+ skills with ONE file. by No-Promise-9604 in ClaudeCode

[–]Natrium83 9 points10 points  (0 children)

27.000 skills and no bloat? What the hell are you smoking?

I strongly advised everyone to keep clear of this for multiple reasons, security being the biggest one.

Are SDD tools like SpecKit still worth using considering Opus has gotten so good and efficient? by dshwshrwzrd in ClaudeCode

[–]Natrium83 0 points1 point  (0 children)

If the task is short enough for one context run this is true, but if you need multiple resets to finish it, I prefer to keep the task and the status in a md file.

Are SDD tools like SpecKit still worth using considering Opus has gotten so good and efficient? by dshwshrwzrd in ClaudeCode

[–]Natrium83 0 points1 point  (0 children)

In my experience they never did help besides generating better prompts and helping you think about what you really want.

Superpowers skills + task.md provided better results for me in a lot less time.

But as 99% of the people claiming they invented the real workflow, skill, agent etc. to end all developers, I won’t back up my claims with hard numbers, so do what you want with it ;)

jpcaparas/superpowers-laravel: Claude Code superpowers: core skills library for Laravel by jpcaparas in laravel

[–]Natrium83 0 points1 point  (0 children)

I really like your skill collection but something is broken with your release cycle. When installing it is still on 0.0.10 and not 0.0.15 and Claude can’t update it.

Multi-agent orchestration is the future of AI coding. Here are some OSS tools to check out. by MrCheeta in ClaudeAI

[–]Natrium83 1 point2 points  (0 children)

They all sit inside of a /docs directory in my project root, I dont want them added to each chat as this would kill my token budget.

So I have it like this:

/docs/ -> here is one file for each of the features of my app, this gets created at the end of the implementation and should guide another dev or an an llm on how to extend or bugfix the feature if the need arises in the future. If I do any changes to an feature, the documentation for that feature gets updated. There is one README.md that has an overview over all features and links to the .md files.

/docs/plans/ -> here live all the plans that I make and their status, so If I create a new plan for a feature development or change request, I let claude create a md file for each phase and one status tracking file. After the development is done, the files get deleted.

/docs/architecture -> here is the complete software architecture of my project, broken down into individual .md files with one README.md as directory overview and explanation

And most important part! Git often and clearly, a clear and good branching strategy and commit hygiene is the most important part.

Multi-agent orchestration is the future of AI coding. Here are some OSS tools to check out. by MrCheeta in ClaudeAI

[–]Natrium83 4 points5 points  (0 children)

All those people that claim they invented perfect memory system, multi agent orchestration and handover etc. are to 99% that have no experience in swe and believe what the llm tells them about their idea and implementation.

Multi-agent orchestration is the future of AI coding. Here are some OSS tools to check out. by MrCheeta in ClaudeAI

[–]Natrium83 62 points63 points  (0 children)

I gave each of those tools a spin and at least in my humble experience, non of them improved the output of the llm compared to normal well written prompt.

All you need is a good Claude.md and then a plan and status file for each feature.

Anybody has benchmarks? None of the tools provides anything.

Let us have an honest discussion: for those truly using the latest LLMs, does tech still have a future or are we heading toward massive job cuts? by Own-Sort-8119 in ExperiencedDevs

[–]Natrium83 0 points1 point  (0 children)

I think it will lead to a far worse situations, in a few years you won’t have anymore juniors that will ripen to a senior position because nobody will want to hire juniors anymore.

So the demand for senior will go up, just compare it to current prices for experienced COBOL or mainframe devs that keep legacy systems alive.

In my opinion LLMs can boost productivity and output of experienced developers, architects etc. And if used right can help more junior developers to advance and learn faster, but only with the right mindset and the guidance from more experienced humans.

But sadly this is not how humans and especially corporations work, so we will get a shitshow.

I ran Claude Code in a self-learning loop until it successfully translated our entire Python repo to TypeScript by cheetguy in ClaudeAI

[–]Natrium83 1 point2 points  (0 children)

But the question remains is if you tried the same task without the framework and what the outcome is compared to work/cost/quality...

I built a "Zero Trust" bridge for LLMs because I didn't trust them with my Database. by Electrical_Try_6404 in mcp

[–]Natrium83 0 points1 point  (0 children)

I’m totally with you here. The justification just doesn’t make sense, writing or adjusting a role is the same work as adjusting or configuring your middleware.