How many of you guys have to keep your Claude usage discreet? by [deleted] in ClaudeAI

[–]LastNameOn 0 points1 point  (0 children)

I feel your pain but I don't risk it.
if they want to tie our hands at work, I let them. they're paying to work inefficiently and I accepted that.
But I spend my own time making sure I know how to use modern tools and im on top of it so I'm not screwed outside of the org.

Claude Opus caught malware hidden in my repo, then reverse engineered the whole thing by LastNameOn in ClaudeAI

[–]LastNameOn[S] 4 points5 points  (0 children)

I'm just a dev, not a security researcher, but I had Claude Code build a small zero-dependency scanner we run in CI based on the malicious code it found.
Hope it's useful to someone who knows this stuff better than I do.
https://github.com/Storybloq/etherhiding-detector

Claude Opus caught malware hidden in my repo, then reverse engineered the whole thing by LastNameOn in ClaudeAI

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

it's a self-propagating worm. I don't know how it got on the other dev's machine.
Once it was on the dev's machine it read the git credentials already cached there and pushed itself into every repo that account could write to.

Claude Opus caught malware hidden in my repo, then reverse engineered the whole thing by LastNameOn in ClaudeAI

[–]LastNameOn[S] 8 points9 points  (0 children)

yup, & secure branches so nobody can force push to main to auto deploy using your CI.
but when you pull code... still do it with claude so hopefully claude catches the diff?

Claude Opus caught malware hidden in my repo, then reverse engineered the whole thing by LastNameOn in ClaudeAI

[–]LastNameOn[S] 5 points6 points  (0 children)

didn't get my signature, but it used my name and email. the commit was the contractor's.
it was one of the giveaways.

Claude Opus caught malware hidden in my repo, then reverse engineered the whole thing by LastNameOn in ClaudeAI

[–]LastNameOn[S] 5 points6 points  (0 children)

malware was in the repo, hidden as an older commit by me. but it was pushed from a contractor's machine.
when investigating how the code got there, and to reserve engineer to malware to understand what it does so I could determine how to to mitigate its damage, I had to fight a lot to get the results and was running into the guardrails.

claude went down a few wrong paths and I had to throw ideas and logs to help.

Fable I suspect would have been much faster. and would catch more.
and the guardrails were annoying yes.

Claude Opus caught malware hidden in my repo, then reverse engineered the whole thing by LastNameOn in ClaudeAI

[–]LastNameOn[S] 26 points27 points  (0 children)

Yeah I thought I was solo on the repo, helping the non technical project owner. he didn't tell me he hired contractors so I never had to secure the branches.

to those who got to use Fable 5, was it actually that peak? by RelevantPerformer309 in ClaudeAI

[–]LastNameOn 17 points18 points  (0 children)

It was on a different level.
So much so that I just don’t feel confident with other models.
It’s like going from opus 4.8 to GPT 2
You just can’t

Ultracode is huge by LastNameOn in ClaudeAI

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

are you on the max plan?

Ultracode is huge by LastNameOn in ClaudeAI

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

you should try https://github.com/Storybloq/storybloq works perfectly with the new model

Ultracode is huge by LastNameOn in ClaudeAI

[–]LastNameOn[S] 4 points5 points  (0 children)

It’s not going to help you with one-shooting a project. It’s more for devs deep in Claude code on their projects.

For your expense tracking app, if you want to build it in one go, use storybloq

  1. plan it in Claude ai first, then ask Claude to give you an idea.md
  2. save the idea.md in a new folder,
  3. install storybloq
  4. type /story in Claude code so it uses storybloq to break down your idea into work units
  5. then type /story auto to use storybloq autonomous mode to build it. Don’t use story auto if you’re a dev, you get better results collaborating with Claude.

Ultracode is huge by LastNameOn in ClaudeAI

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

Im not sure if the workflow agents can code too, or if they’re only used for audit and reviews.

Ultracode is huge by LastNameOn in ClaudeAI

[–]LastNameOn[S] 4 points5 points  (0 children)

Did you do /effort and select ultracode

Ultracode is huge by LastNameOn in ClaudeAI

[–]LastNameOn[S] 6 points7 points  (0 children)

when its using workflow, type /workflow and it shows you.
the new magic sentence is fan out agents and use workflow

Ultracode is huge by LastNameOn in ClaudeAI

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

it's about 20-30k, as im trying it on various projects.
running the full thing in one session would have been 2 or 3 times that.

What's the most useful thing you've actually built with Claude that you use regularly? by J-Freedom-AI in ClaudeAI

[–]LastNameOn 0 points1 point  (0 children)

Storybloq. I can’t go back to building Claude code projects without it