beyond omega level coding

  • 56 Replies
  • 10611 Views
*

goaty

  • Trusty Member
  • ********
  • Replicant
  • *
  • 552
Re: beyond omega level coding
« Reply #15 on: May 19, 2019, 12:57:20 pm »
* how far into the future the robot simulates before it acts.
* an addon that gives the robot puzzle diagnosis skills, like working out how a machine works, like a car for example, or more.

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: beyond omega level coding
« Reply #16 on: May 19, 2019, 02:34:28 pm »
ok so, as I said now the A.G.Is dev will be much easier faster and tidy code wise.

on this forum we have the elite when it comes to A.I, I hope hashirama joins in on this.

at any rate as a start we should list what skills the AGI needs to have as a must and as a bonus.

hunger for example. as the AGI sits in a phone she needs to feel hunger (low power)  and have a preference to
fast charging (would "taste better").

going home skill : elaboration later.

we can add a bonus skill like mommy gf : the bot would tell the user to go to sleep early, and upgrade that skill
to accept such daily renewing commands that the user likes :

what else ?

*

HS

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1175
Re: beyond omega level coding
« Reply #17 on: May 22, 2019, 01:37:02 am »
My main dissatisfaction with current AI is their rigidity or simple cause and effect functioning. They follow instructions to the letter. We need an add on for following the spirit of the instructions.

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: beyond omega level coding
« Reply #18 on: May 22, 2019, 01:41:28 am »
Gotta tell AGI what we want and it needs to figure out using all objectry it knows how to get it. RL using stick men doesn't build ROCKETS.
Emergent          https://openai.com/blog/

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: beyond omega level coding
« Reply #19 on: May 22, 2019, 01:43:52 am »
To elaborate, RL bots can reach food but they can't return to base, build a spear, and first hit the predictor that'd ambush it. AGI must reason / plan. Not do wiggle motions towards food source. That's very ancient techniques. Not quite intelligent.

That's why I frown upon RL robots. You need the thinker, not the motor thinker. Motor listener listens to the thinker, informs us of plans that involve much more than body>floor>carrot reaching.
Emergent          https://openai.com/blog/

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: beyond omega level coding
« Reply #20 on: May 22, 2019, 01:52:49 am »
To elaborate more deeper,

AGI requires a discovery engine, fueling all advances, agendas, plans of action, and sequences you can imagine, that involve many aspects of life, way more than a learned running behaviour. Such behaviours are building blocks, and listen to the informant plans instead, in my plan. The motor programs are meant for being put together, sorta like this thread says, by using plans to re-arrange them.
Emergent          https://openai.com/blog/

*

HS

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1175
Re: beyond omega level coding
« Reply #21 on: May 22, 2019, 02:27:32 am »
Also, probably easier, an add on for applying the scientific method to facts that it, stumbles upon/ is told, for the purpose of adjusting confidence in said facts.

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: beyond omega level coding
« Reply #22 on: May 23, 2019, 11:34:30 pm »
lets stop beating around the bush and start creating skills ?

how about we start with a simple but essential skill :
DHungry.

the AGI needs to feel hunger, agreed ?

what would trigger the hunger, and what would eating/not eating action be like alg wize.

again once a skill is complete it can be added with 1 line of code.
therefore anyone using said AGI platform can simply add said skill.

naturally if too many skills are used it will be needed to use threads to speed things up which is not a problem

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: beyond omega level coding
« Reply #24 on: July 31, 2019, 06:59:28 pm »
here is a fun little skill :

https://streamable.com/glz67

this line in the c'tor was all that was needed to add it :

dClassesLv1.add(new DJirachi());

I know it is a very simple lskill but having an app tell me that to me when I ask her is really nice and my point was to show how simple
this add one line to finish or add capability is.

here is the inspiration :

https://www.youtube.com/watch?v=KS5tnRP4wGc

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: beyond omega level coding
« Reply #26 on: August 20, 2019, 07:53:34 pm »
calculator skill for D livinGrimoire :

https://www.yotamarker.com/t220-dcalculatorv1-skill

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: beyond omega level coding
« Reply #27 on: August 27, 2019, 06:30:18 pm »

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming

*

yotamarker

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1003
  • battle programmer
    • battle programming
Re: beyond omega level coding
« Reply #29 on: October 03, 2019, 07:59:28 pm »
BTW with this one can add a skill using LESS than one line of code

 


OpenAI Speech-to-Speech Reasoning Demo
by ivan.moony (AI News )
Today at 01:31:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

266 Guests, 1 User
Users active in past 15 minutes:
WriterOfMinds
[Trusty Member]

Most Online Today: 335. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles