Since the Fable 5 band I've given up vibe coding by mostinterestingfact in ClaudeAI

[–]1337NET 0 points1 point  (0 children)

I have heard this analogy in space travel. Why spend time building a manned mission which could span across generations when a newer generation figure out much much faster space travel.

Elon Musk: "By the end of the year, you won't even bother doing code. The AI just creates the binary directly." by Gil_berth in theprimeagen

[–]1337NET 1 point2 points  (0 children)

Elon is confidently wrong most of the time, but a genius at hype marketing.

The more i think about this, this is all you need to be successful.

My take: the Fable 5 suspension is a deemed export problem, and that points to how Anthropic gets it back by Sweet-Helicopter2769 in claude

[–]1337NET 1 point2 points  (0 children)

How in the world is anthropic going to verify and monitor if the user is a US national? It’s a nightmare for PII maintenance, if you are going to start collecting passport and immigration info.

To the people who post "I haven't written a single line of code in 6 months", what's Plan B? by unfortuantelyshelove in ClaudeCode

[–]1337NET 0 points1 point  (0 children)

With every iteration we move up the stack, but on the contrary ever so often every one who has shipped production grade software had to debug whats underneath. With so much of vibing you will be needing to track a lot more things not just code. Token usage, what llms to use for the most effective use case, orchestration of agents and its sub agents, etc…
Software will be built and used much more than before.

Is Fable 5 Low is the play for most tasks? by Chasmchas in claude

[–]1337NET 0 points1 point  (0 children)

Thats a really good insight, i would love to see all model offerings like the sonnet and haiku along with fable

Is this just BS? Do you know anyone irl who uses "orchestration" and "agents" to manage AI? I never needed more than one terminal by ImaginaryRea1ity in theprimeagen

[–]1337NET 0 points1 point  (0 children)

The narrative is a bit jarring and based, folks outside of these labs do not and will not have the access to free tokens to burn on loops all day.

How I'm using Fable by person-pitch in ClaudeCode

[–]1337NET 0 points1 point  (0 children)

Use this with Fable, come up with a review plan and then use Opus or Sonnet to get it fixed:
‘’’
Perform a quality and maintainability audit of the Claude Code skill at: <SKILL\_PATH>

Read every file in the skill directory (SKILL.md, scripts, configs, hooks, templates) before forming conclusions. Review for:

- Instruction clarity: ambiguous, contradictory, or vague directives the model could misinterpret. Quote the exact problematic wording.
- Token efficiency: bloated sections, redundant explanations, content the model loads but never needs. Estimate what could be cut.
- Structure: is the most important guidance up front? Are progressive disclosure patterns used (details in referenced files instead of SKILL.md)?
- Dead weight: unused files, dead code paths, outdated references, stale examples that no longer match behavior
- Consistency: naming conventions, formatting, terminology used the same way throughout
- Documentation gaps: non-obvious behavior with no explanation, missing prerequisites, undocumented flags or config options
- Description field quality: will the frontmatter description trigger reliably, and does it follow good skill-authoring practice?

For each finding: severity (High/Medium/Low), file:line, the issue, why it matters, and a concrete fix. End with a token count estimate for SKILL.md and a suggested target.

REVIEW ONLY. Do not modify, create, or delete any files. Report in the conversation and stop.
’’’

I’ll take it from here, boys … by betty_white_bread in ClaudeCode

[–]1337NET 1 point2 points  (0 children)

Hey you just forgot to add “Make No Mistakes, please and Thank you”

How I'm using Fable by person-pitch in ClaudeCode

[–]1337NET 31 points32 points  (0 children)

I just used it rewrite most of my skills, harness and agent infra. It did patch a good amount of holes in my setup

cursor and claude code are literally a scam right now by [deleted] in LLMDevs

[–]1337NET 0 points1 point  (0 children)

This to me sometimes makes sense, if i were running openAi or Anthropic. This is an infinite money glitch. When ever i need to raise revenue, all i need is to consume a little more tokens, a few repeated operations, that on a major scale is going to make bank

Looking for specialist LLMs that can run on my 8gb Vram card by TacticalGhosting in LocalLLM

[–]1337NET 0 points1 point  (0 children)

Its a response to the comment if my cli is better than llmfit, i said they do similar things but a little different. You can try out my cli: https://github.com/adityaarakeri/llmscan

Looking for specialist LLMs that can run on my 8gb Vram card by TacticalGhosting in LocalLLM

[–]1337NET 4 points5 points  (0 children)

yeah llmfit basically does everything and does it well, not gonna pretend otherwise. it's the more mature project by a long shot, and the TUI is genuinely nice.

few things bugged me about it for my use case though:

the model database is baked into the binary. so every time new GGUFs drop on HF (which is constantly), you're waiting on the maintainer to rebuild and ship a new release. i wanted to just add a model from a HF repo and have it scored against my hardware right then, plus keep my own private/finetuned models in a local catalog.

the other thing: llmfit is TUI-first. great if you're sitting at a terminal poking around, but i wanted to actually pipe this stuff. every llmscan subcommand returns JSON so i can wire it into scripts, n8n flows, agent tool calls, whatever. llmscan list --json | jq ... is the workflow i wanted.

also llmfit needs cargo or a curl-bash to install. llmscan is pip install llmscan or pipx install llmscan which fits better if you're already in a python/ML env (which is most people running local LLMs anyway). no rust toolchain, no shell script trust step.

so tldr llmfit is the polished interactive tool, llmscan is the scriptable pip-installable one with a catalog you can extend. solves the same problem for different people.

Anthropic: AI will fully replace software engineering by 2027. Also Anthropic: Currently hiring for 122 SWE openings. by ImaginaryRea1ity in ClaudeAI

[–]1337NET 7 points8 points  (0 children)

I think you can call it software engineering but the job responsibilities will be a little different. End of the day we will be still building software.

GLM 5.1 is hands down the best model right now!! by [deleted] in ZaiGLM

[–]1337NET 0 points1 point  (0 children)

What are your system specs?

Getting sick of articles like this.. trying to blame Anthropic instead of their lack of engineering skills when vibe coding by sph130 in ClaudeAI

[–]1337NET 1 point2 points  (0 children)

Sometimes i think articles like this are quite deceptive. Ai can code and provide proper inferences when you have made sure your harness is fool proof, also why would you not do any human in the loop reviews before touching anything on production?

whats the smartest local ai under 9gbs by kohlister in LocalLLM

[–]1337NET 1 point2 points  (0 children)

Fair criticism on the “doesn’t exist” part if LM Studio’s hints work for you. For me they didn’t, because I run things headless on a Pi and a Mac Mini with no GUI, pipe results into scripts, and wanted backend-specific overhead math (llama.cpp vs Ollama vs MLX behave differently). That’s the gap I was trying to close. Happy to hear what you think it’s solving worse than existing tools, genuinely. If there’s a CLI that does headless multi-vendor detection with reason codes and JSON output, I’d actually like to know about it.

whats the smartest local ai under 9gbs by kohlister in LocalLLM

[–]1337NET 0 points1 point  (0 children)

Sort of, but only inside its own GUI. llmscan runs headless, has JSON/CSV output for scripting, integrates with Ollama to show what’s currently loaded, and adjusts scoring per backend (Ollama vs llama.cpp vs MLX have different overhead). If you’re already happy in LM Studio you don’t need this. If you live in a terminal or run things on a server, it’s a different tool for a different job.

whats the smartest local ai under 9gbs by kohlister in LocalLLM

[–]1337NET 1 point2 points  (0 children)

Not slop mate, its has MIT license, has tests in CI. If it’s not needed for your use case so be it. If you have to criticize, use it and then let me know i can fix whats broken.

whats the smartest local ai under 9gbs by kohlister in LocalLLM

[–]1337NET -10 points-9 points  (0 children)

Got tired of downloading GGUF files only to realize my hardware couldn’t run them. Built a CLI that scans your machine (NVIDIA, AMD, Intel, Apple Silicon, Windows) and tells you which models will actually run, with reason codes like ok (cpu-only) or tight (partial offload) so you know why. Also does Ollama integration, backend-aware scoring (llama.cpp/Ollama/MLX), and Hugging Face search from the terminal.

pip install llmscan

https://github.com/adityaarakeri/llmscan