Live data from Hacker News

Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

github.com

31–38 of 38 posts

Re: Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

#31
post #30

Earlier quoted context omitted.

but they explain it is from the greek nous which fits better for ai

I was surprised when I learned about the Greek derivation. In the UK it's slang for common sense ("use your nous, mate"). I have to wonder how a bit of Ancient Greek ended up as UK slang.

Where in the UK is this a thing?

Re: Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

#32
post #30

Earlier quoted context omitted.

I was surprised when I learned about the Greek derivation. In the UK it's slang for common sense ("use your nous, mate"). I have to wonder how a bit of Ancient Greek ended up as UK slang.

Where in the UK is this a thing?

Eton probably.

Re: Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

#33
I'm not entirely sure what this does? The initial paragraph goes into history and what other platforms do, but it doesn't say what problem this will solve for me. Then it continues with some features and screenshots, but I still don't know how to use this or why.

Re: Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

#34
post #4

If this isn't by Nous Research, may want to consider renaming ( https://x.com/NousResearch , https://nousresearch.com/ )

Actually when I was bouncing ideas off Claude it was suggested with the alternative spelling of noos. Then I can keep the concept and only have have one letter to change

Re: Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

#35
post #30

Earlier quoted context omitted.

I was surprised when I learned about the Greek derivation. In the UK it's slang for common sense ("use your nous, mate"). I have to wonder how a bit of Ancient Greek ended up as UK slang.

Where in the UK is this a thing?

Probably less common today but honestly I'd be surprised if someone didn't know it at all. Try asking someone over fifty in England what "use your nous" means.

A quick dip into Google Books throws back this from the works of George Garrett, a Liverpool-born working class writer who wrote about being a merchant seaman during World War I: "An older fireman stopped them. 'Use your nous,' he sang out. 'You can't pile into another room and waken all hands for the sake of an individual."

Or this from The Spectator in the 80s: "Use your nous, you silly cow"

https://www.quora.com/What-does-the-British-slang-word-nous-...

Re: Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

#36

Earlier quoted context omitted.

And if it is is by Nous Research we there definitely needs to be clearer branding as this is very confusing. If OP is not Nous Research (which I suspect to be the case) then a name change is a must as they're already a fairly well established company in the LLM space (surprised OP isn't aware of the name collision already). It's a bit similar to creating a new library with the "Smiling Face with Open Hands emoji"[0]…

Never heard of you

Yeah but in the LLM/AI space, everyone who isn’t total newbie knows Nous Research

And this framework kinda does fall within that space

Re: Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

#38
post #18

Earlier quoted context omitted.

So an agent here is the combination of a system prompt and a configured set of tools, kind of like an OpenAI "GPT"?

No, a chat bot using tools (e.g. GPTs) is an "assistant." An LLM agent is not a chat bot, unlike an assistant. It is a primarily or fully autonomous LLM driven application which "chats" primarily with itself and/or other agents. In other words, assistants primarily interact with humans while agents primarily interact with themselves and other agents.

I'm going to make the availability of requestFeedback function a boolean flag, so when running benchmark suites etc it can be disabled. Whether its an assistant or agent by that definition is just really a parameter value.
Post reply on HN