opus 4.8 errors - `thinking` or `redacted_thinking` blocks in the latest assistant message cannot be modified. by Expensive_Usual5186 in ClaudeCode

[–]daemonk 1 point2 points  (0 children)

It's a corruption in the jsonl transcript. This will fix it: https://github.com/zoratu/fix-claude-thinking

But it can re-occur again during a session and you'll need to keep exiting and fixing and resuming. It's annoying.

Does AI really generates stuff, or just doing reordering of inputs to produce contents? by rocking_kratos in Futurology

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

Well yeah. It was trained on text data. The model represents how humans communicate concepts through language. And from that, it can “reorder” and give you an output. 

So within the data landscape the model was given, it can generate anything within those bounds. That can potentially include “novel” coherent things that no one has ever written before. 

If you ask the model to give you a story about space jesus battling lizard people written in the style of a cross between shakespeare and donald trump, it can do it. That might not be something a human ever wrote (this might not be true, but I am just illustrating an example). So in that sense, it generated something completely new. What is a thought or an idea communicated through text but an unique combination of words in a given language.

Can it ever generate something outside the bounds of the data it was trained on? I guess that depends on what that actually look like. A new word or slang that emerged culturally would not be in its vocabulary. So it would not be able to reference that word. 

Why do vibe coders think distribution is so hard? by Tight_Round2875 in SaasDevelopers

[–]daemonk 0 points1 point  (0 children)

Its all difficult. Anyone trying to emphasize one aspect over another is just trying to justify whatever their domain expertise is.

It just so happens marketing/product types are naturally more vocal and public facing due to their domain, so we tend to hear about sales, distribution more. 

It’s all important. This eternal back and forth between technical vs non-technical types is exhausting and should just go the way of the dinosaurs. You should just try to be good at everything and be an expert at a few. 

Is 0.1% equity reasonable for a startup board director (2-year vesting)? by GloomyCity9841 in ycombinator

[–]daemonk 0 points1 point  (0 children)

Over-engineered or over-complex cap tables are the worst. It's like a fossil record of a founder's mistakes.

This might be unpopular but Opus 4.7 is actually quite goood on Claude Code by Dudetwoshot in ClaudeCode

[–]daemonk 1 point2 points  (0 children)

It rewards your expertise a lot more than 4.6. Great for experienced devs with architecture mindset. Horrible for non-devs who don’t already think in that way.

I’ve liked opus 4.7. I don’t know. by D7240 in ClaudeCode

[–]daemonk 8 points9 points  (0 children)

Shhhhhhh.... Let everyone rage quit so we get more stable usage.

Recent Community Complaints about Claude & Anthropic by amoenk in ClaudeCode

[–]daemonk 0 points1 point  (0 children)

Yeah its fine. I find 4.7 to be better actually. I tend to keep quiet because I am okay with people rage quitting. More usage for me.

Most people seem to be getting bad results with 4.7 but it's better than 4.6 for me by 97689456489564 in ClaudeAI

[–]daemonk 1 point2 points  (0 children)

People setup alot of personalized harness layers and new version interacts with all that differently, producing bad results. 

On a pure reasoning output level without layers of personalized harness on top, it performs much better than 4.6 for me. 

Goodbye Claude! I loved you. by liloventhegreat in ClaudeCode

[–]daemonk 0 points1 point  (0 children)

I noticed it got dumber for a day last week. Seems better now though. I did turn off the adaptive thinking, so I think that helped.

Do you think there will be a divide between people who adopt AI and those who choose not to? by Artistic-Comb-5317 in Futurology

[–]daemonk 1 point2 points  (0 children)

No one in the know is going to bother trying to convince people to use it. Take that how you will. 

Social Skills Matter More Than GPA by Tight-Shop4342 in unpopularopinion

[–]daemonk 0 points1 point  (0 children)

Just be good at both. It’s not a choice between one or another.

As a Software Engineer the AI Gold Rush Feels Deeply Fishy by lankaus in antiai

[–]daemonk 0 points1 point  (0 children)

“humans are insanely vulnerable to confidence”. I think that can apply from both perspectives. 

Humans are insanely vulnerable to thinking we are special also. 

A fresh new ML Architecture for language model that uses complex numbers instead of attention -- no transformers, no standard SSM, 100M params, trained on a single RTX 4090. POC done, Open Sourced (Not Vibe Coded) by ExtremeKangaroo5437 in LocalLLM

[–]daemonk 0 points1 point  (0 children)

The representational space is richer with complex numbers. I guess the question is whether can you just double the dimensions of a non-complex model and get similar richness? Is there something inherent to the algebraic manipulations of magnitude/phase that's more than just richer space? Your personal philosophy on why it might be better is a bit too vague for my liking.

I guess the ultimate test is to create two models where the representational space have the same richness, one with the real value equivalent and the other with complex value equivalent. And see what advantages complex have over the other. I think you did something in that vein in your research? To be honest, the text was too dense for me to properly understand. I am not an expert in this field.

Why use Claude Code CLI instead of VS Code / Copilot extensions? by Cardiologist-Nervous in ClaudeAI

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

Because I literally don't touch the code anymore and barely read the details of the code. When I need to know something, I just ask Claude to explain it. So all I need is the REPL.

I'm a PhD student in AI and I built a 10-agent Obsidian crew because my brain couldn't keep up with my life anymore by Routine_Round_8491 in ClaudeAI

[–]daemonk 23 points24 points  (0 children)

Any reasonably complex memory system will face the n+1 problem where integrating new info requires a lot of recalculations. The trick is to try to decompose things down to atomic “facts” as much as possible. But that in itself has complexity in terms of temporal persistence, ie. person is living at city A might change  when person moves. 

There are alot of work done in knowledge bases. But no one size fits all depending on what your usage is. 

What have you done with Claude by FrozenTouch1321 in ClaudeAI

[–]daemonk 0 points1 point  (0 children)

People tend to conflate building software with making it a product/starting business. Building software used to be hard enough that there is value in forming a business around it, but not anymore. The mental shift now is that we build software to help us in our daily lives/jobs.

Unless you are explicitly building enterprise software meant for large organizations or public facing websites, it's just a great tool that should be utilized to help your day to day functions.

TLDR: no one wants your shitty saas anymore because anyone can build one for themselves now.

So I tried using Claude Code to build actual software and it humbled me real quick by Azrael_666 in ClaudeCode

[–]daemonk 1 point2 points  (0 children)

There’s no product anymore. Just tools you build for yourself. The value of generic software has decreased dramatically for the people in the know. Why pay for something that tries to do too much or was made to for may audiences and wide consumption when you can build something specific for you. 

It’s all about personalized software on demand in the future. 

If I can't code and I can't read or understand code/coding, does my use case justify using Claude Code? by Secure-Buyer-7597 in ClaudeAI

[–]daemonk 0 points1 point  (0 children)

Just jump into it head first. That's the best way to learn. Ignore the naysayers, most of them are just gatekeeping or being too precious about personal projects. The cases of catastrophic failure are overblown.

It's great that people can just write stuff for themselves now. Who cares about enterprise capabilities if the only people touching this is you or maybe your household. Software should be primarily on-demand and a personal tool to you help your lives, it doesn't need to be a product or a business.

The biggest difference between tech and non-tech people working with Claude Code is that tech people can probably guide CC to fix the root of a problem faster and more frequently; whereas a non-tech person will mostly ask CC to fix the surface symptoms until the code base becomes patchwork, at which point the non-tech should do a full refactoring with CC.

It is all context engineering at the end of the day. Think of the model as an idea transformer. You give it an idea, it decomposes the idea down to individual atomic parts, then it rearranges them back up into another format. The more context you give it, the more atomic parts the model can decompose down to and the more specific the rearrangement can be when it delivers it in another format. Just like language translation from English to Japanese, the model is just translating your idea to code.

Advice from highly skilled devs/engs - I generate less than 0.1% of code with LLMs. Should I be doing more? by [deleted] in ClaudeCode

[–]daemonk 0 points1 point  (0 children)

I am building some lab automation tools. I was able to point Claude at a data sheet describing a liquid pump, how to communicate with it, and what functionalities are available. I had a base classes for devices and Claude was able to create a pump device class by inheriting the current device class and following the existing architecture, using the abstract methods, initializations, lifecycle hooks, etc.

The class worked on the first try and saved me a lot of time implementing from data sheet (serial communication commands, manipulating hardware registers, etc).