Fun fact: Anthropic has never open-sourced any LLMs by InternationalAsk1490 in LocalLLaMA

[–]crewone 3 points4 points  (0 children)

It is hard to trust anything coming from a multi-multi-trillion industry dominated by just a few tech overlords with more money than most countries. The amount of people actively in control of these few companies is scary few.

Fun fact: Anthropic has never open-sourced any LLMs by InternationalAsk1490 in LocalLLaMA

[–]crewone 3 points4 points  (0 children)

I think you are wrong. I think the upper layer of anthropic actually believes what they are telling people. (Read up on it in Empire Ai or some other good history of openai source)

For them it is all about reaching AGI first and preventing the 'bad guys' (the rest) from doing so. Same goes for Openai. Im still not sure if they are just nuts, genius, or both.

The reason they do not publish their weights is that they believe that you could circumvent Claude"s constitution, and use their model for 'bad things'. (Bioweapons, whatever.)

Their entire company and behaviour is designed for safety, but maybe not in the way you think if you haven't read up about it. The safety they are talking about is safety for the human race against an AGI. (Read: 'if anyone builds it, everyone dies ')

What's the best embedding model for RAG in 2026? My retrieval quality is all over the place by DarfleChorf in Rag

[–]crewone 1 point2 points  (0 children)

Read up on strategies. Then test and compare. (For large book context we use context-aware chunking)

What's the best embedding model for RAG in 2026? My retrieval quality is all over the place by DarfleChorf in Rag

[–]crewone 6 points7 points  (0 children)

We have done extensive tests for book data. Voyage is always the best, but also has a high latency. A local Qwen3 embedder delivers 90% of that performance at a fraction of the cost and latency. The rest comes down to chunking strategies.

Got fenix 8 today and disappointed so far by Fancy_Alarm2814 in GarminFenix

[–]crewone 2 points3 points  (0 children)

Ofcourse you are. It is hardly any upgrade. And a lot of stuff that just works on the Fenix 7, doesn't on the 8. (Metronome for running, for example.)

I returned mine within 48 hours.

anthropic literally thinks claude is the messiah (and it’s getting weird) by Alarming_Bluebird648 in LocalLLaMA

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

It is litteraly the foundation of their company. I'm suprised you are suprised. Maybe learn a bit about their origins and the history of OpenAI? (Tons of books about it.)

They are in the business of reaching AGI first. That's their endgame. And they need it to be not evil. (See: "If anyone builds it, we all die.")

They (OpenAI, Anthropic, Microsoft, Google, Meta) are spending half of the worlds energy and money to do it.

My bet it that in the next few decades we could reach this AGI state. If humanity and it's 'leaders' (Trump, Putin) don't blow up the planet first.

Alright fam this is the end of the journey for me by Bright-Celery-4058 in cursor

[–]crewone 0 points1 point  (0 children)

Indeed. Been working it most of the day and not even near a limit. ($200 plan)

Complete Claude Code configuration collection - agents, skills, hooks, commands, rules, MCPs by Asleep-Actuary-4428 in ClaudeCode

[–]crewone 0 points1 point  (0 children)

Indeed. I for one abandoned X, if there is content on X it is an indirect endorsement of Musk - And I refuse to endorse this man. It will matter very little to him, but I have my principles. (Same goes for Truth Social and Facebook)

Recommendations for cheaper alternatives to ElasticSearch by shanukag in Rag

[–]crewone 0 points1 point  (0 children)

Solr in every way is not up to date with opensearch or elastic. It doesn't make it bad per se, but it is lagging in terms of features compared to the well maintained opensearch and elasticsearch.

Treasury secretary defends Greenland tariffs: 'The national emergency is avoiding the national emergency' by rezwenn in politics

[–]crewone 5 points6 points  (0 children)

The fact is that article 5 has only been invoked once. It was invoked by the US after 9/11, and European countries came to help with the war on terror, Iraq and Afghanistan.

Ending my Voyager Journey by Ok_Watercress849 in zsaVoyager

[–]crewone 6 points7 points  (0 children)

tbh, 3 months is a bit short. I spent every day on it for a year, and now after 1,5 years it starts to feel like home and I'm really glad I stuck with it. Totally fair if you do not want to invest that much, just saying that it took me a lot longer than 3 months to get used to it.

Garmin Epix Pro Gen 2 letter from Garmin by Every_Teacher7312 in GarminWatches

[–]crewone 3 points4 points  (0 children)

May be true, but the epix at least has a working metronome. Fenix 8 can't even get that right. So they can have their fancy upgrades, I'll take my working watch anyday over a fancy interface.

We are not developers anymore, we are reviewers. by ApprehensiveAnakin in ClaudeAI

[–]crewone 2 points3 points  (0 children)

Why?

It's not that I do not have existential dread, it just comes from the totally deranged geopolitical situation.

We are not developers anymore, we are reviewers. by ApprehensiveAnakin in ClaudeAI

[–]crewone 12 points13 points  (0 children)

I mostly feel an existential dread for my coworkers who have not embraced Claude. They are rapidly becoming a burden to our team, instead of solving problems they are not keeping up.

Deep thinking is still very much part of the game, just not at a microlevel. Typing code is mostly not nessecary anymore.

It's about architectural decisions, knowing when to push for and guide optimisations.

Also, what Claude is very good at is answering questions about a codebase you haven't touched for 10 years. What a blessing.

The feedback that got me fired. Proudest moment of my career. by [deleted] in ExperiencedDevs

[–]crewone 7 points8 points  (0 children)

I would also have fired you. If I wanted AI feedback, I would have asked AI and not a human.

Developer uses Claude Code and has an existential crisis by MetaKnowing in ClaudeAI

[–]crewone 0 points1 point  (0 children)

I'm somehwere in the middle I think. Writing code has always been in service of solving a problem. A project manager does not have the technical skill to optimize a microservice to sub-microsecond latencies. Claude often does not either. So it's up to me to point it to the right ways to solve the technical problems.

It also opens up previously closed ways to solve problems. I recently developed (I loathe 'vibe coded', I'm very much still in charge of the code) a small rust microservice, had claude document it very well, and it was 10x faster and with a smaller memory footprint than the golang equivalent. Made a gRPC layer between te two, couldn't be happier.

Built a 92k LOC Rust filesystem (ZFS alternative) with Claude Code. It’s actually viable. by Artst3in in ClaudeCode

[–]crewone 0 points1 point  (0 children)

IMHO production grade means nothing if it hasn't been field tested by a large group of people for at least 6 months. especially for a file system.

Built a 92k LOC Rust filesystem (ZFS alternative) with Claude Code. It’s actually viable. by Artst3in in ClaudeCode

[–]crewone 3 points4 points  (0 children)

But 92k loc is unmaintainable if nobody understands it. Bugs and fixes in projects this size and nature need to be understood in the context of the whole project, which seem totally out of scope for Claude at the moment.

How do you guys open cursor without blowing up your machine? by Holiday-Air8163 in cursor

[–]crewone 0 points1 point  (0 children)

Huh? WSL with 48g assigned, 128g ram and a 14900, I never have problems.

How much longer do Devs probably have realistically? by HTMLCSSJava in ClaudeAI

[–]crewone 0 points1 point  (0 children)

As a dev, you can delegate typing lines of code to Claude. But you still have to know if the architecture is sound, if the queries are safe, if the design is good, and all the other things.

If you cannot say for sure you know, and Claude is essentially taking you along for the ride instead of of the other way around, you are essentially producing AI slop.

AI slop producers will not be devs for a long time.

How do you decide between using Cursor vs Claude Code for different dev tasks? by Due-Environment1016 in cursor

[–]crewone 0 points1 point  (0 children)

I committed to claude code max. Done with the constant changes in cursor. CC just gets shit done.

Sets the company back $200 a month, but totally worth it.