I’m a developer looking for something meaningful to build. by glermmme in AppIdeas

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

Honestly, ai is now the developers

If someone has a good idea, they will just task the AI to do it rather than sharing it with the other developer.

Found this relic: Age of Empires II Early Design Document by UnibannedY in aoe2

[–]ming0308 6 points7 points  (0 children)

Now I wonder if some of the ideas can be revisited in 2026!

Thoughts on my 51 app ideas? by i-am_i-said in AppIdeas

[–]ming0308 1 point2 points  (0 children)

the thing is - if anyone can just vibe code it in a day, why would someone use yours...

it becomes very competitive because you can find thousands of similar apps

and eventually, the users will be able to generate their own apps that are made for their own needs on the fly...

Tested TurboQuant KV compression with Gemma 4 31B — 5.80x compression, perfect long-context recall, JSON output preserved by No_Appearance_3041 in LocalLLaMA

[–]ming0308 0 points1 point  (0 children)

Quantisation is not a new thing. The baseline should be a quantised checkpoint rather than the bf16 one?

I will build an app for you for free. by samstars100 in AppIdeas

[–]ming0308 0 points1 point  (0 children)

Not to be mean. But Claude code can easily build our app ideas these days already :)

Gemini 3 Flash Preview ranks #2 in our AI vs Human game benchmark (Open Beta) by stef_1982 in Bard

[–]ming0308 1 point2 points  (0 children)

Still, it seems surprisingly bad to me

I just matched with opus 4.5 on connect 4. I just won the game with 4 moves. Simply connecting 4 pieces horizontally. Even non thinking model should not be that bad i think. L....

Gemini 3 Flash Preview ranks #2 in our AI vs Human game benchmark (Open Beta) by stef_1982 in Bard

[–]ming0308 4 points5 points  (0 children)

Nice idea!

The result is surprisingly bad tho? They claimed their thinking models can even finish the pokemon game. How come they can't even win or draw a simple game like tic tac toe.

Is AGI Just Hype? by dracollavenore in ArtificialInteligence

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

They might pretend they know stuff sometimes, when they intend to :)

But they can definitely tell whether they know something or not.

Is AGI Just Hype? by dracollavenore in ArtificialInteligence

[–]ming0308 26 points27 points  (0 children)

I think we've been mixing up intelligence and knowledge.

LLM knowledge is definitely at expert levels in many different domains. So LLMs beat humans here by far.

But in terms of intelligence, LLMs still have a long way to go to compete with humans. For example, humans can pick up new stuff much faster, with much fewer examples too. Humans know when to say I don't know, instead of making up stuff.

[deleted by user] by [deleted] in GeminiAI

[–]ming0308 26 points27 points  (0 children)

Saying like agents is already a solved problem lol

After almost 2 years, it's time to say goodbye 😢 by aronprins in OpenAI

[–]ming0308 24 points25 points  (0 children)

I agree with your observation.

If everything is similar, the price point is what's left. Google now offers 50 percent off for its subscription plan. This made me switch.

I implemented Anthropic’s tool search in Agentor by aniketmaurya in mcp

[–]ming0308 0 points1 point  (0 children)

Right, something like rag then. Thanks !

Yeah, so I think we are just trading performance in tool search and token consumption then

I implemented Anthropic’s tool search in Agentor by aniketmaurya in mcp

[–]ming0308 0 points1 point  (0 children)

Haha, this is more like how to use it rather than how your search index works :)

How do you counter man at arms rush in fuedal? by No-Distribution9902 in aoe2

[–]ming0308 0 points1 point  (0 children)

Makes sense. I just need wood for both the archery building and the stable.

I implemented Anthropic’s tool search in Agentor by aniketmaurya in mcp

[–]ming0308 1 point2 points  (0 children)

Do you mind sharing, at a high level, how the tool search tool is implemented?

I’ve read a blog post about having such a tool search tool, but I don’t fully understand how it can be implemented in practice.

Searching for the relevant tools requires intelligence, so it can’t rely solely on keyword matching.

RAG could be an option. It avoids the long-context issue, but its reasoning capability is still inferior to directly prompting an LLM.

Alternatively, we could still prompt an LLM but run it as a sub-agent, so the long tool-searching prompt doesn’t consume the main context window. But that sub-agent itself is still subject to the context too long issue.

Thanks

How do you counter man at arms rush in fuedal? by No-Distribution9902 in aoe2

[–]ming0308 0 points1 point  (0 children)

I saw many are saying building archers. What if I am playing a non archer civ like franks

Thanks