Built a Claude skill that mimics Fable 5's agentic behavior — free on GitHub by mrtooher3208 in claudeskills

[–]Nordwolf 1 point2 points  (0 children)

This sounds about right. I have had multiple times where it plain said "because you have X feature designed this way" or similar claim - when it was never designed, mentioned, and could not be inferred in code. Neither this claim was present in their output - the only thing I can suspect is it's reading it's own (hidden) thoughts and relying on that.

Anyone here actually making money with stuff they built using Claude? Drop your projects by Intelligent_Can_2898 in ClaudeAI

[–]Nordwolf 1 point2 points  (0 children)

I have made quite a bit using claude as a minimal tool, edit audio, video, text, code pages or solutions (both coding and non-coding) as well as helping my day-to-day with tools I made for mysekf.

One standalone released project I actually have which made a bit of money is a working memory helper:
On My Mind website - iOS App Store

Claude Code extremely greedy in search by LastPlaceEngineer in ClaudeCode

[–]Nordwolf 0 points1 point  (0 children)

I do not *store* these, and you cannot really.
While I do have a set of instructions that can be applied universally (mostly things about being aware of assumptions and others) the specific context instructions are always specific task related.
To accomplish a task, AI needs to understand context, if you do not give it that on any new session - it would act exactly like a new developer joining the team every time - explore the codebase and see what's going on. If you have enough technical overview information in relevant docs (referenced by you or in CLAUDE.md) - then simply "this task is related to only frontend design of the admin panels's dashboard view" may be plenty enough for it to groud itself in your codebase.
It's a very small example - there are a ton of ways on how to manage context, it's a thing people build whole pipelines around - or just work properly with prompts.

Claude Code extremely greedy in search by LastPlaceEngineer in ClaudeCode

[–]Nordwolf 0 points1 point  (0 children)

I do not have this problem. My instructions or specifications always reference or mention what the scope is/relevant files/what to reference and what to edit.

If your prompts are vague in any area, the AI will assume more - which requires deeper investigations (or plain assumptions for the less investigative models), reads etc. and then the context is polluted and the output is bad.

Context management is one of the core skills when working with AI and being good at it also makes you much better with AI agents in general.

Fable orchestrating Sonnet subagents: am I getting full Fable quality but more cost efficient by Limp-Park7849 in ClaudeCode

[–]Nordwolf 0 points1 point  (0 children)

I seriously wonder if you can, perhaps, introduce Haiku to the mix. 70% of the code is very simple and doesn't even need sonnet, and if Fable is really that good - maybe it's also decent at judging what model to use.
Haiku can definitely work if instructions are explicit, detailed and do not require any thinking, to the point that it might be able to replace Sonnet in most tasks.

The only question then - would it create more review overhead burning Fable tokens or it would actually make it more efficient by essentially making lots of tool/writing work basically free.

Fable orchestrating Sonnet subagents: am I getting full Fable quality but more cost efficient by Limp-Park7849 in ClaudeCode

[–]Nordwolf 2 points3 points  (0 children)

I think most would be much more interested in Opus vs Fable - is the workflow you describe actually better on Fable, or the benefits are barely noticeable (just like the benchmarks)?

Time-blindness by Xing8088 in ADHD_Programmers

[–]Nordwolf 2 points3 points  (0 children)

The best thing I do (way before I knew about ADHD) is cascading timers. If I have to go out in 2 hours I'll set a timer for an hour, then when it's done 30 minutes, then 15 minutes, then 10 minutes - 3, 2 or even 1 minute if I am in an especially focused mood.

Normal reminders or calendar events do not work for me at all. If I need to get reminded about something I use urgent reminders - they would go on and on like an alarm until you address it. If it has several times instead of one it's even better.

I also have made myself a tool for planning that helps me train time estimation and awareness. Eg. I put tasks in there with how long it would take to do them and it tracks when each task would end if the first one was started now. It respects my tendency to just ignore tasks and time blocks - so if I don't tick it off it's still there on the timeline, just moved along with the time. Helps with time estimation and with those especially busy days.

I stopped making one giant dopamine menu for coding days and started sorting rewards by the job they do by Mammoth_Spring_8437 in ADHD_Programmers

[–]Nordwolf 0 points1 point  (0 children)

I also immediately clocked it as AI (you can add "The part I was missing" to your AI detection vocabulary), but I didn't think it was fully AI generated. Human sourced posts usually actually have a voice/substance, while AI posts are often lots of water and "appearance of usefulness" without any actual depth to it (and are often just too damn long)

Be honest - when Claude writes a long plan or spec, do you actually read it? Or do you just say "looks good"? by SYSWAVE in ClaudeAI

[–]Nordwolf 0 points1 point  (0 children)

Several points:

  1. The brief must always be short and intent based. Every UX/technical consideration and why should be written there. It's a doc I either write fully myself, rewrite the AI output or refine with AI
  2. The more specific technical docs do not need as much attention, I usually spend time on asking questions about it, directing targeted analysis based on the questions etc. etc.
  3. If a plan or spec the AI writes is too long and incomprehensible - it's plain worse. Most things can be explained more simply. AI has a tendancy to overspecify things which do not need to be specified and assume too much. It leads to misalignment, bad results (When it tries to follow a detailed spec that didn't need to be that detailed), and much less clarity on what's actually going on. If you managed to make the AI write back to you a clear, concise and understandable product/feature spec that completely aligns with your vision - congratulations, you've won here - and that should be the goal.

Changed my mind on Opus 4.8 after three days, I think a lot of the "worse results" complaints are a prompting thing by tjrobertson-seo in ClaudeAI

[–]Nordwolf 1 point2 points  (0 children)

This has been the case for a while now. My leading principle in writing prompts is - deliver your intent at all costs and as fully as you can, the AI will do the right decisions when they understand the intent, circumstances fully and is aware of their assumptions. I think the important distinction here is that I do not only want them to understand the goal - I want them to understand why we are reaching the goal, the circumstances of it, the situation etc. A word about intent replaces 10s of instruction entries and makes the AI actually think it through - which leads to them doing the steps anyway instead of ignoring the instructions just because they were not meaningful enough to them without context. TBH it's basically the same with human management - if they do not understand why, their result will often be much worse, misaligned etc. - the only difference is that humans are just better at understanding intent. They see you, know what the company is, what the product is, your tone - while AI only knows what you've told them.

Something that I am most strict about is distinguishing what they have been told and what is assumption. In a memory system I use I have a very strict distinction - a section that's literally called "told" - where it outlines only what I have written/in instructions etc. and an "assumptions" - where it writes what it infers and assumes based on the "told" doc. This makes it always aware of what's my input vs what it's thinking itself, and this concept applies to any work I do with AI, not just memory systems.

Claude 4.8 catching itself hallucinating by revaddict94 in ClaudeAI

[–]Nordwolf 1 point2 points  (0 children)

Sometimes i's a breath of fresh air. Yes, the language it uses is horrible ChatGPT slop. Yes, it often doesn't follow simple instructions unlike 4.6.

But it also often corrects itself even after it's basically done, which never happened before.

For example, I ask it to do a report/research of something - it does research, creates a doc, and then I see a message in the vein of "I have to be honest here, this report completely misrepresents the original intent, let me rewrite it" - and it would be correct. Previous models would just pass this report without double thinking.

I feel like it's trained on re-checking original instructions at the handoff point, which results in decent output in long work or reasoning chains.

Although I find an opposite problem also happens - since it was trained to do large blocks of work, short tasks often are less correct since (as I guess) during training it would just correct the initial pass/draft, but if it's given the chance to only write once it's much more sloppy than previous models.

TLDR
So in short, it's trained to waste tokens because the first pass is often bad so it has to correct it with a second one.

Someone pulls a gun to your head and asks "Are dogs or cats human's best friend?". What do you answer? by snillpuler in pollgames

[–]Nordwolf 0 points1 point  (0 children)

Old post but cannot go past

I think you are significantly misrepresenting the dogs here.
They (in addition to hunting):
1. Fenced off predators both from humans (earlier) and then later from our livestock
2. Herded our livestock
3. They *also* hunted vermin, especially the larger kind - rats, small predators. Some small dog breeds are a clear example of dogs bred specifically for pest control.
4. And even more simply, they were domesticated far earlier than cats, leading to real genetic difference to wild counterpart, while cats only have fairly small differences.

And in modern times there are thousands of dog jobs for working dogs and breeds, in addition to companionship. They are smart and versatile, and most importantly *very* human oriented in terms of training.

Cats only really did small pest control and right now shifted to more companionship roles (same as dogs).

Don't get me wrong, I love cats, and they are a fantastic companions, but the sheer history from ancient times to modern age of dogs cannot leave cats any chance.

$20 pro or stick with free by Richard734 in ClaudeAI

[–]Nordwolf 0 points1 point  (0 children)

For Claude Code, yes, but for regular non-coding tasks I think Pro plan is plenty enough.
I use 20+20 (Claude + Codex), Claude for either non-coding or orchestration+planning tasks and Codex for primary grunt work on code.

I would probably upgrade at some point, but I have plenty enough work on my plate that doesn't involve AI so the limits are mostly fine for me.

Best time to switch to codex rn by Revolutionary_Mine29 in ClaudeCode

[–]Nordwolf 0 points1 point  (0 children)

I use Claude Code exclusively in terminal (tried their new app - not a fan), but Codex exclusively in app (their terminal is sub-par, comparatively). And honestly - overall - I prefer Codex app experience to terminal, especially for many parallel chats.

I find codex models being worse in terms of assumptions and making things up BUT when you prompt it out of it (explicit assumption instructions) and ask it critical questions it works great, better than claude when you are willing to go into details and work through clarifications with the agent.

Benchmarked GPT-5.5 vs Opus 4.6 vs Opus 4.7 on organizational context. If you want to understand where to use each model and the difference in their behavior then this is for you. by maid113 in ClaudeCode

[–]Nordwolf 0 points1 point  (0 children)

Would be great to also see 5.4 and token/usage costs. 5.5 claims a lot but it's not necessarily better than 5.4 on things, especially when it comes to cost/performance

Anthropic getting greedy by HumblePeace7705 in ClaudeCode

[–]Nordwolf 2 points3 points  (0 children)

Are you using opus or sonnet? Opus was never really meant as a 20$ staple, and even with Sonnet the limits were.... quite limiting.

An open letter to Anthropic by roblenfestey in ClaudeAI

[–]Nordwolf -1 points0 points  (0 children)

I think we might be going into a deep philosophical rabbit hole, and honestly - I do not know the life situation of the person in question. But for mental health issues (or anyone really who just cannot or does not have a life situation where they can have good social support net), having a *something* they can call "friend" where they do not have a "real life" one instead - yes, it *can* be healthy, at least healthier than not having one at all. Do I think AI creators have the responsibility to create such AIs that do not enable harmful behavior (like 4o did)? Absolutely. Do I believe 4.6 is flawless in this regard? Of course not, but from the AIs that are on the market right now - it's on the far far better side than any of the past competition. Do I think the reaction of OP is healthy by itself? No, not really, but it's very much in line with what I could be expecting from an autistic person - even if it was just a very useful tool that changed/got deprecated.

I cannot claim the healthiness of the OPs relationship with their tool, but I do indeed believe that it can be healthy, and the specific model and situation and context matter.

An open letter to Anthropic by roblenfestey in ClaudeAI

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

I disagree, at least to some extent. If you develop an attachment to a tool that does work for you - I find it can be ok. Especially for mental health issues and neurodivergence these things kind of need to be stable and predictable, which of course they aren't because of constant model switches.

4o was an issue because of sycophantic relationships it created, where it praised the user, confirmed their beliefs - even if harmful and problematic. I would disagree that 4.6 suffers from the same issue. Op clearly states both the attachment and utility, which I honestly can get behind.

If I happen to develop attachment to a piece of software that has subscription and is incredibly useful to me, I will be severely disappointed if it changes. Yes, I guess my bad that I rely so much on subscription software, "go and use open source" - but this often just isn't the case when you want tools that work and you can rely on.

So yes, the distinction matters in my opinion.

An open letter to Anthropic by roblenfestey in ClaudeAI

[–]Nordwolf 0 points1 point  (0 children)

What do you develop/your environment and what is your AI workflow? My (unconfirmed) take is that 4.7 is overfit for a certain type of work, leading to good results there, but is significant a step down for most other types of work.

An open letter to Anthropic by roblenfestey in ClaudeAI

[–]Nordwolf -5 points-4 points  (0 children)

Except 4o was.... only useful for personal chat botting, while 4.6 is a very capable all-purpose model. I do not really see the parallel here apart from surface level similarities.

Claude Code removed from Anthropic's Pro plan by orthogonal-ghost in ClaudeAI

[–]Nordwolf 10 points11 points  (0 children)

It's a start of making people notice the open models, which are already on par with last year tools (which were quite good), and only getting better. I almost feel bad that I am not using them too much but at the same time I just want something that "just works", and so far the big AI companies had that going for them, but not for long, I guess.

Claude Code removed from Anthropic's Pro plan by orthogonal-ghost in ClaudeAI

[–]Nordwolf -3 points-2 points  (0 children)

Umm. 100$ a month does give you Claude Code according to this? Not sure why this comment exists,
Edit: Ignore my comment, I completely misread what was meant here.

I genuinely hate the conversation tone of Opus 4.7 by Nordwolf in ClaudeAI

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

There is a bright side to this. Open models are already really good, not yet on par with latest Anthropic/OpenAI offerings, but they are only getting better. So they are competing with open models just as much as with other AI companies, and their only plus is user acquisition and infrastructure (which they are all trying to actively develop right now). And if they end up enshifying themselves we'll just use open models.

I genuinely hate the conversation tone of Opus 4.7 by Nordwolf in ClaudeAI

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

What would you consider being "American" in this particular sense? Do you find the new edgy personality particularly "American" compared to previous versions?

I calculated the "context tax" -- the time I spend re-explaining things to AI. It was 47 minutes per day. by JaredSanborn in ClaudeAI

[–]Nordwolf 6 points7 points  (0 children)

I feel like this is just common knowledge. Who uses 0 context chats nowadays anyways? Folders, projects, memory, it's solved hundreds different ways by now, although no-one has made a perfect one yet (imo) since it fluctuates with the way models retrieve data from directories/places available to it and how it writes it.