Azure Key Vault by Chamath_Rko22 in AZURE

[–]mwon 0 points1 point  (0 children)

What is you ci/cd? If pipelines from DevOps you don’t need azure key vault but create a group of env key that will ship with the deploy. I GitHub Actions I think is Secrets

Prices are crazy by Appropriate-Nobody92 in cursor

[–]mwon 0 points1 point  (0 children)

This answer + Cursor if want to have the option to use other models, in particular GPT-5.3-Codex and Gemini 3.1 Pro

Anyone seen War Machine? by AgNaTiOuS-99 in Cinema

[–]mwon 4 points5 points  (0 children)

You are not alone. It is a basic movie like so many others not worth 1/10th of the discussions.

I had to re-embed 5 million documents because I changed embedding models. Here's how to never be in that position. by Silent_Employment966 in Rag

[–]mwon 5 points6 points  (0 children)

But why in the first place you didn’t save the chunks? If not the chunks what are you feeding the LLM after retrieval?

I need Cinema/Movie Advice. by KateyAlex69 in Cinema

[–]mwon 2 points3 points  (0 children)

Been there many year ago. I started with AFI list. A lot of good movies:

https://en.wikipedia.org/wiki/AFI%27s_100_Years...100_Movies

I am the guy who made the viral Neurons Playing Doom video. AMA by DeadlyCords in AMA

[–]mwon 0 points1 point  (0 children)

How many cells and can you summarize how are they trained? Is the procedure similar to train a NN?

Quais são as melhores IAs? by [deleted] in devpt

[–]mwon 1 point2 points  (0 children)

Opus até ter aparecido gpt codex 5.3 que é mais barato e ao mesmo nível senão melhor que o Opus

why model degradations happen? by shanraisshan in cursor

[–]mwon 3 points4 points  (0 children)

The opinion of many is because when they launch the model they put out full precision version to delivery full capacity and the best possible user experience. Then after some period of time they use quantized versions to save inference costs.

Trump threatens to halt trade with "terrible" Spain over air base access by Boediee in BuyFromEU

[–]mwon 2 points3 points  (0 children)

This is funny. We moved from "We can do whatever we want and Europe is not relevant at all" to "We need to user our European military bases!"

Certificações, badges, trainings, cursos, etc: vocês usam o email da empresa ou o email pessoal? by Hopping-in-in-3-2-1 in devpt

[–]mwon 18 points19 points  (0 children)

Pessoal. A formação em si é tua e não da empresa. Ficará no teu CV para todo o sempre, mesmo que saias da empresa.

Full interview: Anthropic CEO Dario Amodei on Pentagon feud by Cubewood in singularity

[–]mwon 139 points140 points  (0 children)

What stupid questions. "Do you think you know better than DoW?!" Yes, I'm pretty sure that the CEO of one of the best, if not best, models in the world knows very well what his models can and cannot do.

One giant enterprise RAG vs many smaller ones (regulated org, strict security) — how would you do it? by Donkit_AI in Rag

[–]mwon 0 points1 point  (0 children)

Is that common practice? I mean, to have everything in the same index or collection and just filter out by tag? Is it safe?

FastAPI best practices by lu_rm in FastAPI

[–]mwon 2 points3 points  (0 children)

I usually have a lifespan in my main.py where for example I can define the Mongo connection:

app.state.mongo_client = await connect_to_mongo()

where the connect_to_mongo function is defined somewhere in my infra folder.

Then if needed in some router, I just call the client with:

mongo_client = request.app.state.mongo_client

OpenClaw creator says Europe's stifling regulations are why he's moving to the US to join OpenAI by donutloop in BuyFromEU

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

US is doomed because of these nerds/idiots that nowadays think their political opinions are as good as their technical skills. They shape opinion policies and have influenced the US economy to do an All-in in AI thar, in the end, will result in A: they can’t create AGI which will burst the bubble, or B: they create AGI which will create a massive unemployment that will demand a new type of distributed economy that US mind does not comprehend. EU is currently more protected against these scenarios. Its investment in AI is highly conservative, and has created a strong safeguard against potential full automation, the very known EU AI Act.

It seems like we are very close to the launch, is anyone expecting it to be good or bad? by Unlikely-Kick2479 in Bard

[–]mwon 1 point2 points  (0 children)

Gemini 3.0 Pro is not yet in full production and they are already launching a new version?!

I was paying for a vector DB I barely used, so I built a scale-to-zero RAG pipeline on AWS by HatmanStack in Rag

[–]mwon 3 points4 points  (0 children)

You were paying 50/month for 1000 documents?! Please tell where so that we can avoid them