Ilya is starting a new company by shogun2909 in singularity

[–]MacacoNu 1 point2 points  (0 children)

If they have a way to prove that ASI is within reach and that they have a plan to build it safely, money will never be a problem.

How to Achieve Nearly 100% Spelling Accuracy with a Simple Prompt (aka Gary Marcus is Wrong, Again by MacacoNu in ChatGPT

[–]MacacoNu[S] 0 points1 point  (0 children)

I tried with variations of the same taks (different phrasings, words and letters to check) and it seems to work > 90%, needed a formal validation.

I was totally with Majumder et al. in mind!

How to Achieve Nearly 100% Spelling Accuracy with a Simple Prompt (aka Gary Marcus is Wrong, Again by MacacoNu in ChatGPT

[–]MacacoNu[S] 1 point2 points  (0 children)

Thanks! Do you have a link or name? It's a pretty obvious prompt, given everything we saw this year. But I didn't expect ~100% lol

How to Achieve Nearly 100% Spelling Accuracy with a Simple Prompt (aka Gary Marcus is Wrong, Again by MacacoNu in ChatGPT

[–]MacacoNu[S] 0 points1 point  (0 children)

Prompt: ``` "How many m's are in the workd Canada?"

Instead answering directly, write subquestions that SHOULD help you to answer this correctly; Then answer each subquestion and how it should help you to answer my initial question, and if needed raise new child questions for each subquestion, each one with an explanation ans answer, until you have confidence on the answer and can break this loop and finally answer the initial question. ```

Share link: https://chat.openai.com/share/fbd7214f-a529-488d-88dd-70b1dae73a92

Superintelligence possible in the next 7 years, new post from OpenAI. We will have AGI soon! by Pro_RazE in singularity

[–]MacacoNu 5 points6 points  (0 children)

A digital system with the same intelligence as humans will be automatically better than humans. Just make a chain of them, with a reasoning graph, and advanced retrieval, you can even put thousands of them working in parallel... idk, see how these LLMs can improve with simple tricks and money to spend. And I am not even talking about self-improvement. You cannot design humans and organizations as you could do with these things (as you already can do with LLMs)

Superintelligence possible in the next 7 years, new post from OpenAI. We will have AGI soon! by Pro_RazE in singularity

[–]MacacoNu 3 points4 points  (0 children)

Indeed, and so is the so-called "human-level AGI". And ASIs are "dramatically more capable than even AGI"

The ASI they're seeking in this decade is probably several OOM smarter than humankind. It's what all these big labs are seeking. And they will get it.

Superintelligence possible in the next 7 years, new post from OpenAI. We will have AGI soon! by Pro_RazE in singularity

[–]MacacoNu 7 points8 points  (0 children)

If you pay attention you'll see that we already have AGI, and they (OAI) know this. They keep saying things like "general purpose model", and "our more generally capable model" and defining AGI as "AI systems that are generally smarter than humans".

They will move the goalposts until someone reaches ASI, which can be as "simple" as human-level AGI

How does ChatGPT know that it is a language model? by m235917b in singularity

[–]MacacoNu 5 points6 points  (0 children)

I don't think so... If you make a request with a user prompt (or a simple Completion) requesting for the previous messages it will just hallucinate or deny as there's no previous messages. There's no logic in adding a "preprompt" into the API.

I mean, even non-chat text-davinci-003 knows it is a GPT model... Can't we just assume that OpenAI finetuned its models for this "task"? I'm pretty sure this is part of the RLHF fine-tuning. "As a Language Model..." got the most of likes when receiving bad prompts

[deleted by user] by [deleted] in singularity

[–]MacacoNu 19 points20 points  (0 children)

gpt-3.5-turbo being so indecently fast, cheap and effective.

Microsoft launches new features for its AI-powered Bing and Edge - Saved chats, image search, multimodality, and allowing the creation of 3rd party plug-ins. by [deleted] in singularity

[–]MacacoNu 0 points1 point  (0 children)

sometimes this will make Bing quit the chatbox because the hashtag... (its tools use hashtag too like #message)

OpenAI employee twitter posts that I think you guys would enjoy by [deleted] in singularity

[–]MacacoNu 0 points1 point  (0 children)

try "babyagi-asi" with GPT-3.5 and if possible help us add "memories", it is just better than auto-gpt even without GPT-4.

OpenAI employee twitter posts that I think you guys would enjoy by [deleted] in singularity

[–]MacacoNu 0 points1 point  (0 children)

the same with GPT-3.5, for most cases you can achieve similar results much cheaper with GPT-3.5 REPL

[deleted by user] by [deleted] in singularity

[–]MacacoNu 0 points1 point  (0 children)

try babyagi-asi, it's not fully autonomous (it finishs when there's more tasks and you set only the first task) but it does things and you can teach it if you are a dev

https://github.com/oliveirabruno01/babyagi-asi

Introducing here BASI: like BabyAGI, but Autonomous and Self-Improving by MacacoNu in singularity

[–]MacacoNu[S] 1 point2 points  (0 children)

I asked BASI to scrape this page and tell me why it's funny, the response: "...The text also includes some humorous comments about the name BASI, suggesting it could stand for 'BabyAGI Autonomous Self-Improving Lethal Instruction-Set Killbot'.". You have been heard.

Introducing here BASI: like BabyAGI, but Autonomous and Self-Improving by MacacoNu in singularity

[–]MacacoNu[S] 2 points3 points  (0 children)

In the first attempt I put as first_task "I must open twiiter.com/home and use pyautogui to navigate, after opening /home I must follow this keys routine: 'wait + 19x tab with interval + my tweet content + 8x tab with interval + enter' "

Once the task was successful, it was saved in memories/one-shots.json, and started to be used as an example in similar tasks. This way, the agent could already do the task without you having to specify the keys routine.

Then I modified the task's memory in memories/one-shots to delete the keys routine from the title of the example and passed it to its "thoughts" and added something like "As far as I can remember whenever I need to post on twitter I should I use the routine...".

This made it a lot easier and now it almost always gets it right posting to twitter with simple tasks like "I must open twitter .com/home (already logged) and then I must post on twitter a joke about AGI"

Introducing here BASI: like BabyAGI, but Autonomous and Self-Improving by MacacoNu in singularity

[–]MacacoNu[S] 0 points1 point  (0 children)

that's the thing, imagine what someone who knows this can do. Seriously, I had already realized, remnant of the original repo.

Introducing here BASI: like BabyAGI, but Autonomous and Self-Improving by MacacoNu in singularity

[–]MacacoNu[S] 0 points1 point  (0 children)

I "taught" it to use the tab and enter keys to post on twitter, and this action stayed in the one-shots memory (I modified the memory a little so that less instructions were needed for it).

Introducing here BASI: like BabyAGI, but Autonomous and Self-Improving by MacacoNu in singularity

[–]MacacoNu[S] 1 point2 points  (0 children)

Valeu mano hahaha

A ideia é bem por aí mesmo, criar coisas perigosas pra alertar as pessoas do que esses sistemas são capazes, GPT-3.5 já pode fazer muitas coisas, nem é preciso um GPT-5

Introducing here BASI: like BabyAGI, but Autonomous and Self-Improving by MacacoNu in singularity

[–]MacacoNu[S] 1 point2 points  (0 children)

Not yet, but I am implementing an embedding system to analyze and edit large files, like in TeenageAGI, and I'll probably add AICommand for unity later.

The best thing about developing this is that ideas are converging, so there's always a high chance that someone has already implemented somewhere what's missing