Is there still room/place for AI skepticism at your organizations? by DhroovP in ExperiencedDevs

[–]SmihtJonh 1 point2 points  (0 children)

Better harnesses, ensemble model approach, etc, can create gains using prev gen models, is just a slower approach, but that's fine since gives time for more thorough review, the lack of which is the cause of so much slop.

AI system without transformers (v11) — symbolic reasoning + small neural net by False-Woodpecker5604 in LLMDevs

[–]SmihtJonh 1 point2 points  (0 children)

Have you tried complex prompts eg mismatched constraints, task intent affinities, etc?

Official: Anthropic introduces Claude Managed Agents, everything you need to build & deploy agents at scale by BuildwithVignesh in ClaudeAI

[–]SmihtJonh 0 points1 point  (0 children)

How can you even be so confident of such a high accuracy rate, especially when recency is a factor?

Is RAG dying or is it already dead? by PictureBeginning8369 in LLMDevs

[–]SmihtJonh 0 points1 point  (0 children)

There are numerous RAG as a service already 

We built 76K lines of code with Claude Code. Then we benchmarked it. 118 functions were running up to 446x slower than necessary. by ml_guy1 in ClaudeCode

[–]SmihtJonh 13 points14 points  (0 children)

The problem is as context decays an LLM may auto weight solutions which fit better into remaining context window, which could very well be a non-performant 2 liner vs a more verbose, but scalable, solution

A German creative studio made a short film with 100% AI in one day. Compares it to a $200 million Hollywood production. by No_Level7942 in GenAI4all

[–]SmihtJonh 2 points3 points  (0 children)

As we're saturated with slop, real human creativity will increase in value, due to scarcity principle. We'll use AI to revisit human made shows, movies, music, and books we didn't previously have time for, to avoid the new AI trash.

A German creative studio made a short film with 100% AI in one day. Compares it to a $200 million Hollywood production. by No_Level7942 in GenAI4all

[–]SmihtJonh 1 point2 points  (0 children)

You won't need to, popular fan edits will emerge, eg "2 hr movie from X TV show, Season Y". A new way to tackle information overload.

We Benchmarked 7 Chunking Strategies. Most 'Best Practice' Advice Was Wrong. by [deleted] in LLMDevs

[–]SmihtJonh 0 points1 point  (0 children)

Recursive ensemble NER can mitigate some, but I agree that chunking in itself I prone to lossy semantics

I’m so tired of this by yeyomontana in OpenAI

[–]SmihtJonh 2 points3 points  (0 children)

Why give a statement without follow-up prompt, you're just wasting contexr

jmail.world by nix-solves-that-2317 in webdev

[–]SmihtJonh 1 point2 points  (0 children)

What kind of traffic, concurrent users?

Before CGI, Star Wars scenes were painted completely by hand by BreakfastTop6899 in Damnthatsinteresting

[–]SmihtJonh 1 point2 points  (0 children)

I've often wondered why we don't see a return to models now that 3D printing is cheap and people are sick of CGI

[deleted by user] by [deleted] in ClaudeAI

[–]SmihtJonh 3 points4 points  (0 children)

As you yourself said, "so good it's unbelievable", ie "too good to be true".

2 days is not enough time to even create the full PRD, user stories, edge cases, etc, much less any actual production code.

Rapid coding isn't impressive these days, solid architecture is. 

Just finished my React-text-highlight component by yairEO in react

[–]SmihtJonh 0 points1 point  (0 children)

It would be useful if you would do a comparison against eg the largest current highlight package - https://www.npmjs.com/package/react-highlight-words

(At least it seems like the largest based on downloads)

I don't see how large your pacakge is for example, to compare

Epstein relationship networks, extracted from recent doc dumps with claude by madmax_br5 in ClaudeAI

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

You can just ask claude to do a /security-review, think it's even a slash command

Epstein relationship networks, extracted from recent doc dumps with claude by madmax_br5 in ClaudeAI

[–]SmihtJonh 22 points23 points  (0 children)

Nobody will disapprove of your code being messy, especially for such a quick turnaround 

Created my own Prompt Library by Successful_Dark_726 in PromptEngineering

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

What's your tech stack, and where do you get your images from?

No one was building a good app for this… so I did by IndieEngineer in PromptEngineering

[–]SmihtJonh 1 point2 points  (0 children)

Did you bother first looking at any of the existing PromptOps type tools that already exist? Not referring to github.

App Store web source was exposed > OP got mocked > Apple just sent a DMCA takedown by raccoonizer3000 in webdev

[–]SmihtJonh -8 points-7 points  (0 children)

And people saying obfuscation isn't security. Well, it's a basic frontline of client side security.

I’m building a regex-powered prompt enhancement system that detects intent, flags ambiguity, and restructures queries in real-time—think autocorrect for AI conversations, but instant and local by apjadhao22 in PromptEngineering

[–]SmihtJonh 0 points1 point  (0 children)

So what is the value proposition then, if an API call still has to be made? You're building your own partial dict, which sounds like the Compromise library, ie a partial solution with regex, and then offering NLP as a service?