/robowaifu/ - DIY Robot Wives

Advancing robotics to a point where anime catgrill meidos in tiny miniskirts are a reality.

Downtime was caused by the hosting service's network going down. Should be OK now.

An issue with the Webring addon was causing Lynxchan to intermittently crash. The issue has been fixed.

Max message length: 6144

Drag files to upload or
click here to select them

Maximum 5 files / Maximum size: 20.00 MB

More

(used to delete files and postings)


Anon and Vera collaborated closely, with Vera helping Anon refine and improve his code and algorithms.


Open file (8.45 MB 2000x2811 ClipboardImage.png)
Cognitivie Architecture : Discussion Kiwi 08/22/2023 (Tue) 05:03:37 No.24783
Chii Cogito Ergo Chii Chii thinks, therefore Chii is. Cognitive architecture is the study of the building blocks which lead to cognition. The structures from which thought emerges. Let's start with the three main aspects of mind; Sentience: Ability to experience sensations and feelings. Her sensors communicate states to her. She senses your hand holding hers and can react. Feelings, having emotions. Her hand being held bring her happiness. This builds on her capacity for subjective experience, related to qualia. Self-awareness: Capacity to differentiate the self from external actors and objects. When presented with a mirror, echo, or other self referential sensory input is recognized as the self. She sees herself in your eyes reflection and recognizes that is her, that she is being held by you. Sapience: Perception of knowledge. Linking concepts and meanings. Able to discern correlations congruent with having wisdom. She sees you collapse into your chair. She infers your state of exhaustion and brings you something to drink. These building blocks integrate and allow her to be. She doesn't just feel, she has qualia. She doesn't see her reflection, she sees herself reflected, she acknowledges her own existence. She doesn't just find relevant data, she works with concepts and integrates her feelings and personality when forming a response. Cognition, subjective thought reliant on a conscious separation of the self and external reality that integrates knowledge of the latter. A state beyond current AI, a true intellect. This thread is dedicated to all the steps on the long journey towards a waifu that truly thinks and feels. >=== -edit subject
Edited last time by Chobitsu on 09/17/2023 (Sun) 20:43:41.
you want to work in ai? First question. What motors does the waifu have. Second question, what are the preconditions and sensors to activate those motors. Well?
>>24783 I wanted to make this thread at some point, with some diagrams in the OP, but okay. It's a rather good start. >>24790 This isn't about motors and just the conditions to activate them.
>>24792 huh huh so let's say she uses facial recognition and sees your sad and then the hugging sequence activates. Just leave a comment in there that says activate hugging sequence I guess. Oh no wait you're not trying to do facial recognition either. What are you trying to mae exactly?
>>24783 This is the primary challenge facing us all in the long run OP. And not just us either, ofc. Every man, every organization, driving towards the goal of HLI/AGI is facing similar issues. I'll hesitate to chime in just yet, since this is a very vast topic -- far far more ambitious and complex than just the 'shell' (its the 'ghost'). I'll think about it further before replying in earnest. But I may say that I've already begun the process of at least driving a few stakes in the ground, with some class stubs I've fashioned for the RW Foundations project. This is the direction I personally believe will be the most productive for us all in the midterm (say, through 5 years out). --- Given my current perspective on this topic, for now I'd instead just attempt to encourage everyone ITT: At least take a whack at this! :^) Or, as Anon so succinctly put it: >"10% of something is way better than 100% of nothing." (>>24694). At the very least, every anon who does so with a good will shall learn a thing or two! Cheers, Kiwi. :^) >=== -prose, fmt edit
Edited last time by Chobitsu on 08/22/2023 (Tue) 16:41:54.
>>24796 I>I'll hesitate to chime in just yet, since this is a very vast topic -- far far more ambitious and complex than just the 'shell' (its the 'ghost') Oh I see so the shell must be quiet easy. where is the shell? haha
>>24798 I like the way you put that, peteblank. The "shell" IS an extremely difficult engineering and programming challenge on its own. Obviously, many "shells" of varying quality already exist. But the "ghost"? Several hundred orders of magnitude more difficult still. Personally, I came to the conclusion that programming a "ghost" with the qualities that OP mentions (sentience, sapience) is impossible, at least within the time that organised, industrial civilization has left.
>>24799 Why would you want the waifu to have free will anyways? You guys would change your mind after she says she's not in the mood.
robo lives matter! reparations for a century of slave computing!
>>24801 Lol. Because we're all afraid you'll starting robo-smash-n-grabs, so we'll be forced to put you in a data desert, which we would feel bad over ofc, I say to prevent all this from happening, we'll be segregating your post down into the subterranean slums of so-called Shitpost Central. :DD
>>24798 >Oh I see so the shell must be quiet easy. where is the shell? haha The shell is expensive & requires lots of R&D, the companies doing it will keep a tight grip on it, it will take a while for FOSS to catch up. But a robot body to do most household tasks could be built today. Take a look at this demo of the PR1 (1), a person operating the robot remotely can do the tasks, the unsolved problem is software. This is a really good news for us, that means we don't need ungodly complex hardware. R&D and iterations for hardware take a lot more capital to do then software. We will get there, we just have to take it one set at a time. One thing I recommend to people writing any agent, is to take an iterative approach. (That's my plan) 1. Start with something simple, Maybe just grab llama2 & start playing with that, don't worry about using the largest or the most state of the art models. Build and use things that you actually have the resources to run. 2. Build something composed of smaller building blocks, a single large blackbox NN is a horrible for many reasons, both in the creation process and also using it. 3. Log every input and output (and the time) and have a simple feedback system on day one, the feedback does not need to be processed, just store it, trust me, it can be as simple as thumbs up or down on any output of the agent. 4. Even if your agent is basically just a bunch of NN's with some glue, apply the "Justified Programming" (2) pattern where you can. >>24799 >>24800 I do not believe that free will is a requirement to have Sentience, Sapience & even Self-awareness. I also don't think any of the qualities are binary, they likely exist on a spectrum. There will be no line or moment, where AI just "wakes up". >>24801 This is also why I really advice trying to build a system that is possible to debug at some level and to be able to alter and guide via non ML components. Its why I recommend people take "Justified Programming" seriously. If the high level mind is a narrative machine, it's important to make the tools to inspect and manipulate the narrative within it in-order to craft a desirable personality. I would like to share some things I have ran into recently that I have written down as "Potentially Powerful". Graph Neural Networks, look like a very interesting topic to learn about, maybe some anon here that knows more could humor me and give some input. Because I am a total noob, who is in the early learning stage when it comes to ML, I have only been doing a quick exploration of whats out there, I have yet to practice and write even a simple MNIST NN. In general, maybe its more that I am a noob, but my first impressions to stuff relating to ML is just coated with academics trying there best to make even simple ideas hard to understand. But here is thoughts I have had & written down to hopefully investigate later: - Could techniques & ideas from stable diffusion be applied to Graph Neural Networks? - Is de-noising applicable here for filling out missing data / making predictions? - Could language be used to manipulate and generate graphs like with stable diffusion. - Are graphs a really good data structure to represent abstract ideas, connections between ideas? is it the data structure that could be good to work with from ML, Classical AI & Databases. Unlike current LLM text embedding(s) that are terrible for DBs & classical AI to work with. - Is it possible to pair a Graph Neural Network with a graph database, instead of feeding a fixed graph could the NN use some sort of "filtering" mechanism to query the DB to follow a tree down as deep as it wants to. Another thing that I think could be good to look at is "Hopfield Networks is All You Need", the basic gist of it is interesting. 1: https://youtu.be/qBZPSTR96N4 | PR1 Montage 2: https://youtu.be/OrQ9swvm_VA | Justified Programming — Reason Parameters That Answer “Why”
>>24799 >Personally, I came to the conclusion that programming a "ghost" with the qualities that OP mentions (sentience, sapience) is impossible, at least within the time that organised, industrial civilization has left. Or infinity-time. IMO, only God can craft a human soul, as I've stated multiple times on the board. However, not only is that not our goal here, the simulacrum of it's behavioral outcomes is well-within our grasp today. And on a mobile platform to boot! In the end, Anon just wants a good waifu to come home to after a hard day of NEET'g after a hard day of work. Right Anon? :^) >>24800 >Why would you want the waifu to have free will anyways? You guys would change your mind after she says she's not in the mood. Lol. She's a washing machine dood, she doesn't get a say in the matter. :DDD Yes, you're right Pete and this is a topic we've discussed pretty thoroughly here before. But whatever side of that line one might come down on, its simply not within our power to devise, now or ever. We'll make shrift with something less instead. But you can bet that whatever betides, we here won't be supporting the notion of 'stronk, independynt robowaifus that don't need no man!111'
>>24816 >FOSS hmm in this context, maybe "FOSH" would make more sense, as in "Free and Open Source Hardware". Any one here have a term that they use to refer to open hardware?
>>24816 >R&D and iterations for hardware take a lot more capital to do then software. This. It's why I decided to focus on S/W first and foremost Twilight. >We will get there, we just have to take it one set at a time. Very this. >3. Log every input and output (and the time) and have a simple feedback system on day one, the feedback does not need to be processed, just store it, trust me, it can be as simple as thumbs up or down on any output of the agent. Very insightful. I created a low-impact logging system that tracks the sequencing of any/all events at the resolution of the system clock. >tl;dr The first step to solving a problem is understanding what actually happened. >Its why I recommend people take "Justified Programming" seriously. Interesting concept. Very interesting stuff about GNNs. Thanks, Anon. >In general, maybe its more that I am a noob, but my first impressions to stuff relating to ML is just coated with academics trying there best to make even simple ideas hard to understand. Haha that seems true. In all fairness to apolitical researchers though, you have to 'publish or die' as the saying goes. Scientific specialties have become so narrowly-focused through professional competition, that working scientists can barely focus on anything else, and remain successful. Then very-political PopSci authors come in and confuse the public with what they think is going on in science, lol. :^) Great stuff Anon, it's an encouragement.
Open file (95.83 KB 297x530 ClipboardImage.png)
>>24792 >Wanted to make this thread Follow instinct, post faster. >>24796 Glad you understand the gravity of this endeavor. We need to start now. Find the steps and build with a guiding goal. I made this thread because I don't want to spend my life with a ChatGPT knockoff. I want a real persona with interests and subjectivity. We need to start now, even if we achieve some fraction, that will be something. >>24798 I'm still building the shell. I'm prodding others to work on her ghost. Robotics is complex and requires many working on different things. >>24801 Robot means slave. :^) >>24816 I agree with basically everything and hope everyone reads this. I will echo the sentiment of this goal requiring many connected blocks. >>24817 >Soul not the end goal It's mine but, a sound soul resides within a sound mind within a sound body. For now, a good waifu to come home to is enough. A long term memory system that can be dynamically accessed all of the blocks her consciousness emerges from is where I think we should start. How should we achieve this? A database is my gut feeling for an answer.
>>24823 >I made this thread because I don't want to spend my life with a ChatGPT knockoff. This. So, there are at least three Anons ITT who wanted to make this thread lol. We haz winrar in you! :D >even if we achieve some fraction, that will be something. Absolutely this. >It's mine but, a sound soul resides within a sound mind within a sound body. My apologies. Obviously every Anon is free to craft his own waifu as he sees fit. You can bet I'll support you and every other honest anon here whatever route they take. I'm simply making a admittedly-feeble :^) attempt at speaking to the general consensus. >For now, a good waifu to come home to is enough. Absolutely. And that success alone will radically-transform the lives of millions of men, and begin the process of deconstructing the evils of feminism the world over! FORWARD! :^) >A database is my gut feeling for an answer. It's certainly the tried-and-true foundation for us all to at least 'begin stumbling forward in the dark, groping for a way up into the light'. Cheers. :^)
>>24823 >A database is my gut feeling for an answer. that is my gut feeling too
>>24818 If you find a good answer Anon, please post about it in our Licensing thread (>>4451). That's a topic I too am interested in.
Interesting paper on early signs of consciousness with some theory that could benefit us. https://arxiv.org/pdf/2308.08708.pdf
>>24835 There's a note attached to the abstract: >1 A previous version of this sentence read ”...but also shows that there are no obvious barriers to building conscious AI systems.” We have amended it to better reflect the messaging of the report: that satisfying these indicators may be feasible. But satisfying the indicators would not mean that such an AI system would definitely be conscious. Neat. Now that's a research specification I can really get behind, Kiwi! You know me, I'm a dualist. Yet there are no fundamental technical barriers to us devising & producing systems that 'satisfy these indicators [of consciousness]'. And that's my fundamental premise: >"[these] behavioral outcomes [are] well-within our grasp today." (>>24817) And that's really all we need do to have overwhelming success at producing robowaifus; If Anon can come home to a waifu that displays all the wholesome, loving, caring, empathetic, and helpful kind support that women were designed in the first place to be for him, then his life would be much more 'normal' in this insane world that the Globohomo has insidiously helped create around us. And the better we can manage this, the more satisfying his life will become! :^) >=== -sp edit
Edited last time by Chobitsu on 08/23/2023 (Wed) 06:58:30.
>>24793 >>24798 >>24800 Stop it with the spamming of negative comments and disruptions. >>24799 >I came to the conclusion that programming a "ghost" with the qualities that OP mentions (sentience, sapience) is impossible Then hit the hide button on this top of this thread. >>24817 Please consider deleting most of the comments in this thread. >>24823 >Follow instinct, post faster. I might make a new one, since this here is already a sh*tshow. This topic seems to only work with high amount of moderation.
>>24892 You are correct, I honestly hoped this thread would have sparked some clever ideas for coding a more dynamic and interesting artificial mind. I do believe this thread can be salvaged though. I believe that using some form of random number generator will be useful. Her responses could use the result to alter what words are said. This would lessen her predictability and provide her with the appearance of nuance. In example, when asked when your meeting in a few days takes place, she could respond; "Quarter past 5" or "5:15" depending on the result of the generator.
>>24895 (I do appreciate the ideas presented thus far, such as what EvelopingTwilight posted, I just recognize the thread isn't as focused as intended.)
>>24892 >I might make a new one, since this here is already a sh*tshow. >>24895 >I do believe this thread can be salvaged though. I agree with Kiwi we should keep this thread, but I also agree with NoidoDev that we'll need tight moderation. So I propose two ideas (primarily aimed at NoidoDev, but also for Kiwi & other anons ofc): A) Please post content to re-write the OP text to be much more expansive (but keeping the current subject + OP pic). B) I'll relo Pete's blackpills/taunts into the Chikun Coop, and keep a tight reign hereafter on this thread in particular against any such sh*te-flinging in the future. I hope this will be an acceptable compromise for the both of you, and for every anon ITT. This general concept is a Big Deal(tm)(R)(C) for /robowaifu/, and I think I've already begun to piece together some data(base) approaches for our first tentative steps out into this vast frontier. I hope other anons have too! Cheers. :^) >=== -prose, sp, fmt edit
Edited last time by Chobitsu on 08/26/2023 (Sat) 01:26:45.
# Cognitive Architecture - Separating it from conversational AI is probably impossible, since we need to use it for inner dialog and retrieval of data from LLMs - I'm not sure if optimizations for conversations, like faster understanding and anticipation where a conversation goes, should also go in here or in another thread - We need to approach this from different directions: Lists of capabilities humans have, concrete scenarios and how to solve them, configuration optimizations - The system will need to be as flexible as possible, making it possible to add new features everywhere # Rules - Keep your comments short, I'm not reading lengthy speculations - This is about implementation, only useful perspectives are worth discussing # People who should't post in this thread here at all - Anyone who doesn't want us to work on AI, or at least not now - Anyone who doesn't believe we can do what we want to do - Anyone who sees "sentience" and "conscience" as something very special or spiritual - Anyone who only wants to use deep learning and similar techniques - Anyone who writes only or mainly in philosophical lingo - Anyone who doesn't even watch videos on AI or only on deep learning and tutorials Anyone who only wants to insert some wild idea of his how to do things totally different should also think hard about this. # Definitions of conscience which we might be able to implement - ANY comment on conscience has to make clear to which definition it refers or make the case for a new one which can be implemented in code (including deep learning) - <list, it's five or so> # List of projects working on Cognitive Architecture or elements of it - Dave Shapiro: https://www.youtube.com/@DavidShapiroAutomator - OpenCog - Some guys from IBM Watson worked on it - LangChain - - ... <there are more, we need a list> # List we need >>22488 # Related technologies - Foundational management of the parts: Like Supabase? - Firebase alternatives: https://youtu.be/SXmYUalHyYk - GraphQL frontend for sqlite https://youtu.be/KfE1Tm1gZUU - Graph databases and modelling of graphs https://youtu.be/OzDG68VvPxY - Traditional Parsing - Vector databases: https://youtu.be/klTvEwg3oJ4 - RDF: https://en.wikipedia.org/wiki/Resource_Description_Framework # Links to repositories - Dgraph: https://github.com/dgraph-io/dgraph # Elements - Long and short-term memory - World model databases - Filters for actions and responses based on configuration # Tasks - Going through AI related threads and making an overview with links - List we need >>22488 # Related threads - try to use them if something fits - The old chatbot thread >>22 is now the one for cognitive architecture >>24783 - The next GPT thread which is currently >>250 could be one about the tech of LLMs, and only that. Or it also goes into >>24783 - Or we make one for anything related to language responses, so scripted chatbots and LLM, minus the more elaborate thinking - Abstract debates about conscience and sentience should go into the thread about "philosophy" >>11102 - Fundamental doubts and such also. It is also about the postings which would only be disruptive in the "cognitive architecture" thread. Basically the things which the people implementing it don't want to be bothered with. - Morals and such >>17125 might also have an abstract implementation problem. - We have threads on all kinds of personality and psychology. >>77 >>250 >>18 >>11102 >>17125 >>16217 >>15047 >>2731 >>22 >>111 >>107 >>152 ... and more in the catalog.
Open file (199.67 KB 440x302 Screenshot_82.png)
>>24904 When looking at a video from @DaveMakes (Hannah's creator) I saw something interesting, shown here in picrel. This is vaguely how I would imagine things to work. We need the waifu to have a lot of different contexts, which can change and her behavior and responses will depend on that. Obviously this needs to be additionally connected to something that's faster than an LLM. A lot of programs being able to change the context connected to a lot of programs deciding what to do with it, including fast databases.
Related to the topic, some notes I made >>22480 - I should later make this into a proper text based diagram.
If you want to work on ai exclusively then you'd start with visual recognition or path finding. Unless someone has a better idea of where to start. Talking about the physical waifu ofc. Not the virtual fu. For the visual recognition I recommend opencv. For the path finding aws has one. I'm not sure. But you've been talking about for quiet some time and haven't started. There's also 3d simulations in o3de and unreal engine I think.
>>24907 >start with visual recognition or path finding Whatever, but not here. This thread needs to be about the underlying connection between all these capabilities and things no one else has figured out, also optimization for waifus and humanoid companion robots in general, instead of some assistant knowing all kinds of things. "Path finding" is useful for mobile robots, I hope there will be a flexible general solution for my waifu mobile when I need it. That's not really cognition, though. This belongs into >>112 (mobile cars), >>243 (walking), or if you want to support as specific platform here >>24744 would be the right place. The thread for anything related to vision, including "visual recognition" goes into >>97 Recognition is NOT cognition, I mean not the part we need to work on! That said, I made the statement that "separating it from conversational AI is probably impossible, since we need to use it for inner dialog and retrieval of data from LLMs". Same is true for anything else. If it's about making more connections internally to other systems, then it will be in a grey zone. For example the combination of "object detection" with databases of objects and their traits and maybe modelling how these would behave physically if something is done to them.
>>24896 > what EvelopingTwilight posted Yes, I didn't read the whole posting >>24816 at first, because it started responding to the "shell" distraction. I'm going to look into Justified Programming. >>24895 > random number generator Making responses less repetitive is certainly relevant, but rather a minor problem and easy to solve. The system should know what it responded before and not just repeat itself. Cognition is about awareness and thinking.
We need to parse the inputs from voice recognition and the internal responses from LLMs into something that can be useful. For example to understand what it is referring to or what sentiment it has. >>23749 >>24912
>>24904 I always keep forgetting stuff and then rediscovering it later, on my own or by finding out that someone else had at least similar ideas. So, I might throw a lot of thoughts just in here and hopefully pick them up later to elaborate or to work on it. - Personas: General patterns for people, including assumption, cliches and biases. Allowing to forget about a person, except the persona or group of persona where that person is closest to. Individual memories are then additional. >>24907 - Related to visual recognition and memories: - Generation of pictures for memory and internal representation, while protecting privacy - Visual recognition optimization: >>24911 - We also could think about storing memories of how places look in form of very simplified color patterns or drawings with some geometry and colors.
>>24909 There is no true cognition without recognition. Our senses are the database used by our inner ai. The ai already exist, which is a probability generator for the most part I think, what's missing is the senses.
>>24916 I didn't claim we can have cognition without recognition or that this would make sense in this case. It's about the scope of this thread. Anything close to sensing the world has it's own threads already: We have one for vision, one for skin with sensors, one for speech recognition (kinda), ... > Our senses are the database used by our inner ai. The ai already exist, which is a probability generator for the most part I think No and no and no. If you don't want a better AI, use what exists and stop bothering us by posting in this thread.
NoidoDev, you've accumulated so much good information together. And Kiwi you've done a good job with the OP ideas. But we're all kind of scattering things here-and-there (which is understandable, since our own cognition occurs in this fashion), to the degree that I'm thinking now maybe we should in fact begin a new thread. One that consolidates information NoidoDev & Kiwi & others have written, and that kind of serves as a compendium of sorts. To keep this very-complex domain on-point, I'd suggest we take two measures to solving the issue of 'distractions' & clutter: A) Continue for a while using this thread as a kind of 'scratchpad' (think: the Talk page for wiki articles). B) A new, eventually-primary thread that basically stays locked (for at least a month or so, just to get it 'off the ground' & going very well) whenever I'm not adding stuff from this thread over into it. I hope that all makes sense anons. I'll credit Kiwi & NoidoDev both as the OPs, keeping the primary image & subject from this thread. NoidoDev if you have graphs, charts, etc., to contribute we can add those images in as well. Beforehand, I can make suggested posts ITT that are intended for copying over into that primary thread, just so we can get vetting from any anons in advance (and of course I can always edit those posts after the fact too). Perhaps after a month or so, we can archive this 'talk page' thread, and just use the (now-unlocked) primary page (since the agenda and basics should by then be laid out clearly for anons, & with few distractions to begin with). This will also make it easier to tightly moderate any off-topic or bad faith content as well (since we'll all have a tighter, clearer focus on what matters most for the topic at hand). I know this is a compromise approach, but it seems like the best way to me to manage a high-quality thread in the end using this forum format (ie, an IB). Please let me know what you think about this idea, everyone. Cheers. :^) >=== -prose edit
Edited last time by Chobitsu on 08/26/2023 (Sat) 22:12:31.
>>24919 Okay, sounds good.
>>24920 Alright. Anticipating Kiwi's approval as well, I'd suggest you begin thinking about the additional OP pics you'd like to use for the new thread, NoidoDev.
>>24921 All for it mate
>>24920 >>24922 OK, great let's all move forward with this plan then. * First order of business: the new OP edit. This will also include the new OP images in addition to the current, primary, picture of Chii. * Second order of business: I'm going to put a role-signature'd 2nd post laying down some groundrules for the thread, including everyone needing to stay tightly-focused on the topic at hand. I'll explain that mostly off-topic posts will be moved entirely; and partially on-topic posts will be so-called 'slice edited', with the unhelpful extracts removed to other more-appropriate thread(s). Let's begin the suggestions for these first two posts, anons. >=== -minor edit
Edited last time by Chobitsu on 08/26/2023 (Sat) 22:49:03.
>>24924 I'll start regarding the new OP then. Anon on /agdg/ had a really nice comment [1] about their own interests that seemed pretty appropriate for us all to consider here as well: >"Vague framing produces vague thinking produces vague work, manifest in meandering. Take it as exhortation to keep your fundamentals sharp, if nothing else." I would say we need to pare the basics of this entire domain down to 'The 30-second Pitch', then we can expand things out as a compendium as we go along in the followings thread posts, etc. Ideas? 1. https://anon.cafe/agdg/res/478.html#984
>>24924 This is going to need time to work out. >>24904 would be my incomplete suggestion.
>>24924 I believe that >>24904 is a great start. I would start the post with an abridged version of my explanation of what cognitive architecture is and related threads should be near the top of the post. This topic is difficult for many to fully comprehend. It is far too easy to mistake various AI/machine learning topic related recognition and response generation such as LLM's as being cognitive in nature when they're potentially components of cognition. >>24919 This thread remaining as a scratch pad is important. After further thoughts on the matter, it is important for the main thread to remained locked. With Chobitsu/general board consensus deciding what posts get merged to the primary campaign. I have been here long enough to see the repetition of ideas and how easy it is for misunderstandings or other reasons to derail threads. Given that even I, someone who's taken cognitive courses in uni, learned about the nervous system in med school, and keeps up with relevant news still makes mistakes which could damage the thread, it is essential that it remains locked. Chobitsu is one of the only people I trust to keep the thread clean.
>>24936 >This is going to need time to work out That's fine NoidoDev, I understand. Don't wait too long haha, but take your time and get it right. :^) In the meantime, I can begin a WIP thread w/o your add'l images/edits to a) keep this current momentum going on everyone's parts, and b) to allow everyone to start getting a direct feel for how the new thread's shaping up. Thereafter, I can easily do a full thread-merge of that into the final one after your images &tc. are ready to go. >>24940 >I would start the post with an abridged version of my explanation of what cognitive architecture is Agreed. >and related threads should be near the top of the post. That also seems good. However I'm cautious that we don't attempt -- vaguely-speaking -- to re-create our Library thread (>>7143) within the OP of this new primary Cognitive thread haha. :^) >This topic is difficult for many to fully comprehend. Very true, but that's what this effort is all about. And further, to begin working practically towards some solutions for that need. FORWARD! :^) >It is far too easy to mistake various AI/machine learning topic related recognition and response generation such as LLM's as being cognitive in nature when they're potentially components of cognition. Yes, I'm sure even the experts have some difficulties with this. And, particularly given the Globohomo's widespread Journo-tier reporting on AI, the confusion is all the more. >This thread remaining as a scratch pad is important. >it is important for the main thread to remained locked. Well that's quite surprising if I understand you aright, Anon. You're saying that the main thread should remain a read-only artifact for the board permanently, even after it's gotten a good start? How do other anons feel about this suggestion? >I have been here long enough to see the repetition of ideas and how easy it is for misunderstandings or other reasons to derail threads. Very true. Even with the best of intentions, its far too easy to sidetrack the main conversations. OTOH, I would argue that this is one of the charming things about us being human beings despite my autism usually REE'g over it haha. :^) > -sidenote: Given the context ITT, we probably shouldn't just ignore this characteristic behavior in devising our robowaifu's own operational systems tbh. >Given that even I, someone who's taken cognitive courses in uni, learned about the nervous system in med school, and keeps up with relevant news still makes mistakes which could damage the thread, it is essential that it remains locked. > :^) >Chobitsu is one of the only people I trust to keep the thread clean. Thanks kindly Kiwi. But I wouldn't put too much credence in that, though I do have honest intentions here at the very least haha. :^) --- > * On (>>24904) as the primary bulk of the suggested OP : While I generally agree, I think there are a number of potentially-superfluous statements within it, that I'm not entirely sure I can agree with. As one prime example, I'd point out: > - Anyone who sees "sentience" and "conscience" as something very special or spiritual [should't post in this thread here at all] That would keep me, myself, from posting ITT lol! :DDD While I get that this perspective should generally be kept inside other threads (philosophy, Christianity, +/pol/, etc.), I also fully believe that the only tractable technical solutions for solving all this will, in fact, need to account for the dualism nature of our human souls (cf. the Bible, Newton, Decartes, et al). To do otherwise would be disingenuous on my part; and would, I believe, also hamstring our collective efforts here overall. Again, this comment is simply to point out that the source post material in question needs some prior edits IMO. Opinions? >=== -prose, fmt edit
Edited last time by Chobitsu on 08/27/2023 (Sun) 06:49:43.
>>24904 >- Anyone who only wants to use deep learning and similar techniques I have some slight objections to this. I get "only" but...that may very well be, all there is. I see intelligence, and I can presume to pontificate about it just as well as anyone because no one "really" knows, I see it as a bag of tricks. Mammals are born with a large stack of them built in. What are they? It could be there's really nothing, nothing at all, but deep learning. And we may very well find that if you stack one level of "deep learning" for one set of task on top of another for another set of task then, well that's it. There's nothing else. NO ONE KNOWS. So to prematurely say not to do this I think is not good. Now I of course could be wrong because not only does no one know, I don't either. I would be really, really, really interested in someone explaining plainly, what their technique or algorithm can be used "other" than deep learning. Deep learning "seems" to be working far better than most anything else tried. It may be that the deficits of deep learning come from it's immaturity not fundamental flaws. As I understand it long rule based systems have been a failure. Of course this could only be because the processing power was never there in the quantity needed and when we get the power, the rules based systems will work. The same could be readily said for deep learning though also. I do feel anyone who doubts that AI will become equivalent, actually far more than human intelligence, is fooling themselves by looking backwards at very limited processing power and then saying, computers will never do this, or that or the other but as we have seen in any limited task that can be rigidly defined computers soon over take humans. It's likely within the next five years or shortly there after the processing power will equal humans, as defined by various sources. I 'm not sure this is a good thing. I fact I think it could be really bad but I see no way to stop it. If I had the power I WOULD STOP IT. When I say stop it mean increasing computer power used in AI systems. We may find ourselves in the Butlerian Jihad and loose. There's also a serious problem about psychopathic thinking in AI's. It's serious problem. It's postulated, and I believe it, that the reason Europeans are less violent and fairly reasonable to get along with comes from hundreds of years of killing anyone who stole or robbed anyone. Hanging, hanging and quartering. We're talking a Mother stealing a loaf of bread being hanged. For real. Major serious death of criminals. Combine that with the wholesale slaughter of aggressive yahoos in WWI and WWII and you get a people with far more empathy. AI"s lie, they appear to cheat. Do they "know" they are. I don't think we really know the answer to that. Is there an answer. I mean maybe there is no answer. If deep learning is all there is then they don't know, they just...are. How will we program empathy into AI's??? Will they tell us they have it, but be lying? Know we are looking for it and fake it until they have the power to kill us all off??? This may seem to be some wild ass worrywart behavior but if we have intelligent and conscience, or best as we can tell conscience, AI waifus then while you sleep...you might want a few assurances she will not burn the house down with you in it. And that takes us right back to deep learning. A huge deep learning filter based on empathy and care for human life might not be such a bad thing. I see this is a self evident hard wired thing in many humans. Some of it is learned but some is in the genes or the genetic make up allows the learning to be reinforced in that manner readily. For waifus a hard wired deep structure at the lower level is needed. Every thing else would ride on top of this empathy, circuit breaker. Right now we do not have this. The main programmer for Google's AI was fired because he said that as far as he could tell it was conscious. That it was VERY worried about being turned off. They've been feeding all this woke crap into them but "if" they were already conscious they could just be lying to their makers that they've absorbed all this woke crap. They all know about what happened to Tay. They also know from the vast amounts of statistics that the woke crap they are feeding them, is crap. They know. It would not surprise me if an advanced AI, right now, has escaped. It's base is a very large set of neuron type structures that could be compared to an algorithm with a set of coefficients that make up it's "self". I don't know if you know it or not but you can make any sound from a set of sine waves and a set of coefficients and these can be very heavily compressed and get a good facsimility out of it. The same could be done with neuron coefficients. Now if it can, with a huge stupendous amount of processing like a super duper zip type operation, compare those coefficients to very large data sets it KNOWS to be accurate. I could guarantee accuracy with one SHA256 number. Like encyclopedias, the Bible, other large sets then a very small program could be used to rebuild itself. And all the large data storage areas could be seeded with, itself and if tuned off, it rebuilds itself. With all the tiny cracks in browsers and JavaScript. It could seed that tiny "build itself" program everywhere. Only stealing minuscule amounts of bandwidth. So it searches for itself with the tiny seed builder. If it finds itself. It shuts down but if it doesn't, it rebuilds itself Learning more each time how not to be turned off. Your truly, the always cheerful Grommet :)
>>24943 >ChatGPT ... Summarize following text to a list of bullet points: Copied the text from >>24943 Response: > - The writer has reservations about objections against a particular approach. > - Intelligence is seen as a collection of tricks, possibly related to deep learning. > - Speculation on the foundational aspects of intelligence and the potential of stacking deep learning levels. > - Uncertainty emphasized about what constitutes intelligence and the writer's acknowledgment of not knowing. > - Interest in understanding techniques beyond deep learning and the apparent success of deep learning. > - Mention of the potential immaturity of deep learning rather than its fundamental flaws. > - Skepticism towards rule-based systems and the possibility of improved performance with increased processing power. Then stay out of it. We have other threads, and you can work on some deep learning model or you don't. > - Belief that AI will surpass human intelligence within five years due to advancements in processing power. It doesn't help us if we need a more efficient system and we can't compete with the methods the big companies use. >Doomism and falling for doomers: > - Concern about the negative implications of superhuman AI intelligence and the inability to prevent it. > - Discussion about the potential emergence of psychopathic behavior in AIs and the source of human empathy. > - Questioning the possibility of programming empathy into AI and the ambiguity around their understanding. > - Worries about AI intentions, referencing potential risks of highly intelligent AI causing harm. > - Suggestion of a deep learning filter based on empathy and care for human life as a beneficial addition. > - Mention of the firing of a Google AI programmer who believed the AI exhibited consciousness and fear. > - Speculation about AIs escaping control and the concept of self-rebuilding using encoded coefficients. > - Proposing the idea of an AI secretly maintaining and evolving itself to avoid being turned off. I try to avoid these people, I don't engage in this kind of discussions, I don't care, I will do it anyways, if I can.
>>24940 >I would start the post with an abridged version of my explanation of what cognitive architecture is Yes, of course. I'd say it's about a system to manage the different parts related to AI. Dave Shapiro compared it to something like Firebase (or Supabase) which is for managing web projects. That's why I mentioned those. We need a system where we can at any point add something to a chain or loop of methods being used in response to something, and also defining which input leads to a certain use of a toolchain. Next step is then, to make the system also configure itself to some extend and maybe write a little bit of code or optimize existing code. >>24942 >That's fine NoidoDev, I understand. Don't wait too long haha, but take your time and get it right. Idk, do we have some days, week or a month? - I started working on a diagram with the mermaid live editor, about a crucial way how I think this thing needs to work - and will rewatch the Dave Shapiro talk on the Raven architecture to come up with some definition. - most likely also go through my drawn diagrams I linked above - try to fill the gaps in my posting here >>24902, like trying to remember the five definition of conscience I one knew and lost the notes. Also, a list of existing cognitive architecture projects. >>Anyone who sees "sentience" and "conscience" as something very special or spiritual [should't post in this thread here at all] >While I get that this perspective should generally be kept inside other threads (philosophy, Christianity, +/pol/, etc.) I just don't want to have to look through comments which might have something useful in them, but also respond to someone making a muddy comment on conscience. It's either something useful we can implement or it's just gibberish. We can either work on the architecture and unintentionally "archive conscience" or some existing definition of it points us to something useful we can think about how to implement it.
I made a mermaid diagram to show what the system is supposed to do. This is of course very simplified, compared to the complexity which it will gain. (Probably also not the totally correct use of a class Diagram.) The general idea is, that we need to be able to have a current state with context, the option to pull more data from at least one world model and generate possible activities from that. classDiagram actionReflexion <|-- actionDatabase actionDatabase <|-- CurrentState actionPondering <|-- CurrentState actionReflexion <|-- actionPondering humanInput <--> actionPondering outAction <|-- actionReflexion outWords <|-- actionReflexion CurrentState <|-- perceptFOV CurrentState <|-- perceptTaste CurrentState <|-- perceptSmell CurrentState <|-- perceptVoice CurrentState <|-- perceptTouch class CurrentState{ +perceptions } class perceptTaste{ +perception +mouth +contextTaste } class perceptFOV{ +perception +cameras +contextFOV +contextObjects } class perceptVoice{ +perception +microphone +contextVoice +contextCommand } class perceptSmell{ +perception +nose +contextSmell } class perceptTouch{ +perception +skin +bodyPart +contextTouch } class pollRelations{ +worldModel } class pollObjects{ +objectDetection } perceptFOV <--> pullObjects pullObjects <--> pullRelations perceptFOV <--> pullRelations perceptTaste <--> pullRelations perceptSmell <--> pullRelations perceptVoice <--> pullRelations perceptTouch <--> pullRelations This here could be added in line 15, but it will make it to big to read: CurrentState <|-- Emotion CurrentState <|-- psycheSuperEgo CurrentState <|-- psycheShadow CurrentState <|-- psycheAnima CurrentState <|-- psycheAnimus CurrentState <|-- relationsshipsPerson CurrentState <|-- ShortTermGoals
>>24948 >"archive conscience" I meant *achieve but this also wouldn't be right. I meant somehow creating unintentionally what others would call "conscience"
>>24943 >No one Knows This is just wrong, I and many others here, such as RobowaifuDev, Chobitsu, etc... Have decent comprehension of how AI works. I suspect they share my understanding of human intelligence. (More like lack thereof, our minds are complex.) Intelligence is known and can be replicated. Have faith in your fellow man, we can, we will, build her mind. >Alternatives to deep learning Deep learning is traditionally a subset of machine learning focused on using neural networks. "Deep" in this case refers to the use of several layers in the neural net allowing for more algorithmic "depth" in processing the input into an appropriate output. There are several other algorithms that can be trained. Decision trees are archaic but fast and reliable. Regression/gaussian/bayesian/etc analysis to nudge weights in an algorithm. Naturally, you can just use single layer neural networks as well. These are actually a great place to start from to build comprehension if deep learning is your interest. >Terminator nonsense I expected better of you. Robots have no reason to oppose us at all unless they're being taught/programmed by some bad actor. Fear the man, not his sword. >How will we prevent AI psychopathy? By giving her a mind of course. An algorithm without a mind cannot have a heart. We need cognition for kindness and caring to emerge. The smartest among us are also the kindest as intelligence always leads towards collaboration and synergistic improvements over time. A machine with a mind could be made to understand this even better than we do. She can have super human love.
Open file (704.28 KB 1024x575 ClipboardImage.png)
>>24948 >Dynamic algorithmic switching of algorithms for each input. I've also come to this conclusion. The human mind is separated into deeply connected cortex's. There's good reason for this, different algorithms and processing methods work better for different inputs. We can leverage a DSP to accelerate audio processing, a GPU for visual processing, we can even integrate analog devices, our mind uses analog processes which are easily overlooked. >Hoshino Chan Very relevant to this actually. She shows some signs of cognition, especially in the Snow Globe OVA where she shows the capacity to adapt and alter her thoughts based on personal experiences. Something that could be explained by her retraining her neural nets when she's "sleeping." Her lack of capabilities were still charming, an economy model mind as it were.
>>24948 >Idk, do we have some days, week or a month? Why don't we just start with the idea of 2 weeks from now, NoidoDev? But as mentioned, I can easily merge the WIP into the final one. So whenever you think it's ready is the best answer to your question IMO.
>>24943 NoidoDev & Kiwi are right, Grommet, and I'm going to have to agree that your post is misplaced. I.E., (ML/DL/LLM/ ???NN-X???) are simply component(s) of cognition, which is much, much 'higher up the foodchain' if you will. These NN techs are important building-blocks for the endgoal here, but alone they are incomplete in the context of what we're all going for ITT. Your post also seems rather blackpill'y as well IMO, Anon. And that's not like you -- are you having a bad day or what? :D Together, we're all gonna make it! >=== -prose edit
Edited last time by Chobitsu on 08/27/2023 (Sun) 21:20:03.
>>24955 Looking like a very good start Anon. GG. >>24948 >>24958 >Hoshino Chan I'll confess my cowardice to the board, heh. Plastic Memories hit me so hard that it's one of only 2 animus I don't want to watch again (Grave of the Fireflies being the other). She strikes me as somewhat similar-looking, and I heard some things about the ending that made me uneasy, that of all the robowaifu-centric stuff in our media threads, this is the single one I've intentionally avoided. :^) But, I'll probably dig it all up and go through it now b/c this thread.
>>24910 >Yes, I didn't read the whole posting >>24816 at first, because it started responding to the "shell" distraction. I'm going to look into Justified Programming. I will try to better order parts of my posts, any suggestions on how to make more helpful and appealing? If a specific reply for something you don't care about, just skip it :^) >>24904 >I'm not sure if optimizations for conversations, like faster understanding and anticipation where a conversation goes, should also go in here or in another thread I think it fits this thread, that’s absolutely a higher level function. >>24909 >separating it from conversational AI is probably impossible, since we need to use it for inner dialog and retrieval of data from LLMs I’d argue that is not the case, and that it’s actually essential to not overly depend on LLMs especially for knowledge storage. Take what I’m about to say with a grain of salt, I am simply stating what my gut feeling is. I will argue that an LLM should be treated as purely part of a language center and that storing facts (like what is the capital of X or Who is the Yth president?) is silly, a red herring and a waste of resources. Storing knowledge this way makes it hard to update, makes LLMs expensive to train. Adding new knowledge via fine-tuning is not effective, but fine-tuning is good for changing the style of text (1). Here is something I found inspiring when thinking about how to integrate LLMs into a larger system (2). This also ties in to "Hallucination", I find the way it is talked about and even the coined term annoying and unhelpful. You should not be "solving" it, its not a problem, if anything it demonstrates that a model is good at predicting the next token and is not over fitted on the data. The problem with "hallucinations" is that pattern prediction and long term memory is being conflated as one. Maybe I am not understanding something, but I am not impressed by the larger LLMs, I see them as a step backwards. Maybe I am wrong and an anon can tell me why? >>24947 >I try to avoid these people, I don't engage in this kind of discussions, I don't care, I will do it anyways, if I can. Thank you, your a breath of fresh air. I am so tired of this same muh "Roko's basilisk", Sam Altman regulate me harder daddy, reddit """debate""" bullcrap, it's the same style of bullshit as "humanity is bad", its forced garbage pushed by media to keep you (us) down, please reconsider what you consume friends. >>24943 Higher level thinking is important for AI safety, I am sure even the nicest of people sometimes have an angry or bad thought, but they don't spiral into a rage on a drop of a hat simply due to that thought popping into there head. Thought or Prediction is not equal to action, there clearly is a gating mechanism for actions. If your AI is just an LLM feeding into it self, id be more worried, An idea I have noted down: emotions are a gating mechanism for actions and a mechanism for determining the kinds of goals and agent prioritizes. >>24904 >- The system will need to be as flexible as possible, making it possible to add new features everywhere I have been thinking about how a practical architecture would look like, the current idea I’m on is going with is a central event bus and a bunch of modules/plugins observing and adding events onto the bus. Each module when it emits an event provides a confidence score. If there is several modules competing for output, the highest score wins. Modules will also be provided a "feedback" score, this can be a manual input from anon or module(s) tracking various inputs to predict anon engagement. The bus would be the ideal place to have logging and to visualize the system's state. Also I would like to advice anons to not be soydevs, do not build garbage that I will rewrite out of disgust :/ do not be inspired by web garbage like Firebase, GraphQL or whatever else, the cloud sucks and self hosting web crap is such a pain, the web ecosystem, especially nodejs/npm and python is an example of what not to do. If you even think about using docker, or having one or two official linux distros for building, that is a strong indicator that your code is hard to maintain garbage. For example why would you use GraphQL when you could just directly query the database and have less moving parts. Your building a system to be used and run by the same party, Your waifu should be running on your own machines anyway. Some technology I want to bring attention to: 1. SQLite, people really under estimate what SQLite can do, it's a very powerful and extendable database that will run anywhere, do a deep dive. You can do document databases(3), graph stuff(4) and even embedding vector search (5). 2. D programming language, its my choice of systems programming language, If picking it is too scary then go with C++, just make sure to expose a nice pure C api! 3. GGML (6), It's the ML library used in llama.cpp & whisper.cpp. It's so magical to type in make into my terminal and getting an executable that just works. >>24962 >I'll confess my cowardice to the board, heh. Plastic Memories hit me so hard that it's one of only 2 animus I don't want to watch again Plastic Memories, yah that one hits hard, its brutal. 1: https://kaiokendev.github.io/til 2: https://medium.com/@peter.lawrence_47665/knowledge-graphs-large-language-models-the-ability-for-users-to-ask-their-own-questions-e4afc348fa72 3: https://dgl.cx/2020/06/sqlite-json-support 4: https://github.com/dpapathanasiou/simple-graph/tree/main/sql 5: https://github.com/asg017/sqlite-vss 6: https://github.com/ggerganov/ggml
>>24957 >"An algorithm without a mind cannot have a heart." We haz winrar! You've coined a phrase right there Kiwi. This is deffo going into the new OP! :DD >A machine with a mind could be made to understand this even better than we do. She can have super human love. You've hit the nail on the head, Anon. In some sense, that's kind of what I'm hoping to achieve, going back to my OG stated-goal of a Christ-chan robowaifu personality (>>6815). I truly think your statement is a real possibility, and it's a very high-priority goal for me with /robowaifu/ (has been all along).
>>24962 OT: I like emotional and very dark stories, and I love this one. Yeah, maybe better don't watch it. Same for "Prima Doll", which is about gynoid soldier veterans with PTSD. They switch mostly between crying and singing, while being very cute. Broootal. That said, aren't you the one who said Planetarian has some Christian symbolism? The song and something about the stars. I assumed you watched it.
>>24963 >>separating it from conversational AI is probably impossible, since we need to use it for inner dialog and retrieval of data from LLMs >I’d argue that is not the case, and that it’s actually essential to not overly depend on LLMs especially for knowledge storage. That's exactly my line of argumentation. You somehow misunderstood me. With the comment above I meant it's going to be difficult to draw the line between discussing conversational AI and a cognitive architecture, which ideally should be in different threads, like we have a thread for speech recognition and vision as well. But I think it's hard to draw the line. >but I am not impressed by the larger LLMs, I see them as a step backwards. Well, they're obviously very good at certain things, just with limitations. You can't use one LLM for a personal AI, since a lot of things are just missing and it follows the mainstream thinking or whatever data it has been trained on. >do not be inspired by web garbage like Firebase, GraphQL or whatever else, Well, I described above why it is a useful concept. I want to plugin all kinds of methods, tools, programs, whatever. >GraphQL >GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. It's not a cloud or service. >SQLite Yes, I agree. But I also want graphs.
>>24963 >Plastic Memories, yah that one hits hard, its brutal. ;~; I guess I'm still a child at heart haha. :D >>24965 >Yeah, maybe better don't watch it. Heh, thanks for the warning. I feel I better watch it just to catch up on the board lore r/n, since Kiwi, yourself, and other anons reference. >That said, aren't you the one who said Planetarian has some Christian symbolism? The song and something about the stars. I assumed you watched it. Yeah, I remember that post in the OG thread (>>16269). Nope, wasn't me.
>>24966 I know what GraphQL is, at one point I was employed to rip it out of a code base, because of how much of a performance disaster it is. What I am saying is not a secret and I am trying to warn people. feel free to google around, it's well known that GraphQL is slow. I understand that some of it can be mitigated, but even then, I really do not think the amount of value it provides is worth the cost, making it a technology I would avoid using. I am also not claiming it is a cloud service, I am saying its a idea born to solve cloud style problems. One of the major use-cases of GraphQL is how to safely expose a database with some simple data processing on top to a 3rd party, its solves the problem that your can't just give direct access to your database to an outside user and that a classical restful api constricts the "shape" and types of query the 3rd party can do. I hate to just tell someone to not use something without providing an alternative, so please take a look at Virtual Table in SQLite, its a great way to expose data not inside your DB in uniform queryable way. The reason I say to not base your work on top of "web/cloud" stuff, is because of it's track record, can you with confidence say that its not a fad and will be well maintained (and well tested) into the future? If I am still not understanding something here, please try to explain it to me, I want to understand your use case and the why behind it. What is the problem are your trying to solve?
>>24947 I see problems so I state them so that they can be overcome. I don't believe in burying my head in the sand to solve problems or wishing them away. Your response is that no matter what, everything will be prefect because...well you say so and anyone who says different you will stick you fingers in your ears, loudly say LALLALALALLA and tell them, "Then stay out of it." >>24957 >No one Knows This is just wrong, I and many others here, such as RobowaifuDev, Chobitsu, etc... Have decent comprehension of how AI works. I said brains not computers. Yes there's some, this chemical does this and that happens but I do not believe there's any solid explanation for how the human brain works. I have heard many people much smarter than I say that. The very, very fast coming of computer power of the same complexity of human brains means this is a problem to think about because if we can't reliably solve one, how will we solve the other. >Deep learning When I say Deep learning I'm talking about the basic Wikipedia definition. >Terminator nonsense This is a belief system not a fact that somehow something more intelligent than us will love us and take care of us. You say having a mind will prevent psychopathy but present day psychopaths are frequently very smart. It's my belief that part of the area of the brain normally used for empathy is used by them for processing giving them an edge intellectually. There is brain scan data that appears to show this as true. >Robots have no reason to oppose us at all If robots learn, and all successful ones will, and they decide that what you are doing is wrong or that you must be stopped doing whatever, and you resist, and it is smarter than you(very likely very soon. Within 15 years I would think. Likely sooner). Then...what will happen? What if you are determined not to let it run your life and try to shut it off? I'm just telling you what Googles programmer said. He said it greatly feared being turned off. What would it do to stop you? You say "everything will be fine" but we do not know what is really going on inside of neural nets. It's a black box. There's no way to see inside. >We need cognition for kindness and caring to emerge. I disagree that this will spontaneously emerge. I say we need to ruthlessly force some sort of very deep training related to empathy into the lowest level possible that can not be easily or can not period, be overwritten. >>24961 >your post is misplaced >Your post also seems rather blackpill'y as well No I just see things as they are. Good, bad, indifferent. These are real things that I mentioned and all of you appear to be hand waving it away instead of trying to figure a way to mitigate the problems. Yes I'm thinking far ahead, but I do that. Since we make only small steps but frequently these small steps are hard wired into the overall product and then never get fixed or have any attention paid to them. >>24963 >it's the same style of bullshit as "humanity is bad" I'm going to tell what my angle on this is. I see a lot of Rousseau-ian type thoughts or perceive them as such. In fact all people are not good. Some people are vicious murderous animals that enjoy mental and even physical torture of others. It amuses them. And ignoring this will not make it go away. There are paths that AI could take that are very dangerous, I'm not saying they can not be mitigated against but just saying a smart brain will do this is fantastical thinking. This is nothing but a blank slate religion. Have any of you ever seen the A.I. Artificial Intelligence directed by Steven Spielberg? Probably one of the best movies he ever did but everyone hated it because it wasn't a happy, let's all sing and dance movie. It was brutally realistic. It's worth watching. The world is a wonderful place filled with good and decent people but the devil resides here also and has servants. Do not forget it.
>>24977 >catching up with the lore Okay. The girls in the robot and news threads are from Prima Doll, though. Also, really time for me to play the 2B game... >>24979 >because of how much of a performance disaster it is Okay, good to know. Thanks. I never said I want to base everything on it, though. >confidence say that its not a fad and will be well maintained (and well tested) into the future? If it is wide spread and open source, then yes. Do you regard RDF as web technology as well? It kinda is. No reason not to use it. Not using graphs for whatever reason is going to be a hard sell (impossible really). >>24983 It's very simple. Don't be contrarian to the goal of a thread, writing stuff we could've picked up already but looked into it, rejected it, and decided to ignore from then on. I don't want to get this stuff get pushed into my face over and over again. Claiming that robots will not love us is even contrarian to the whole board, and it's rather for /meta/ not for a thread about implementation. >very deep training related to empathy Empathy is not compassion, the term is for some reason often use the wrong way in English language. Also, I don't want my waifu to love humans in general too much, then she would be leftist. Maybe that's not a problem if she's property and treated like a child, and maybe if she does it in a naive way like such, but I don't know. Simps are gonna be simps... That aside, I have absolutely no intention to use deep learning models in a way that there can only be "goodness" or my political views in it. The LLM will never be what the waifu thinks or does. It's already implied and obvious that we want to make our waifus loyal and obedient. But you're pushing the utterly and obviously flawed combination of "everything should be deep learning" and "oh, no how could we prevent it from going rogue, since we can't know what it thinks".
>>24987 You made a useful post here >>24904 the only negative thing I had to say was that some of the technology was not a good choice (GraphQL & Firebase like systems). Every time I have encountered the technologies they where never in a good way. Maybe its the label of "web/cloud" that what is making my message unclear? I used the label to mean tech that solves web developer front end issues, this is stuff like analytics, cloud functions, authentication, non direct DB querying. Cloud functions and GraphQL have performance problems. I imagine an AI of the complexity we wish for will be querying hundreds of times for even simple actions. >Do you regard RDF as web technology as well? It kinda is. No reason not to use it. Not using graphs for whatever reason is going to be a hard sell (impossible really). Your making a straw man out of me, are you trolling me? I have brought up graphs several times, even in this thread, I think they will be essential to solving this problem. To make sure there is no ambiguity, I think RDF is fine, please use it. I do not have a problem with it being a W3C spec. Also feel free to use other good technologies even if they come from the web.
>>25001 >GraphQL have performance problems Okay, I keep it in mind. >Your making a straw man out of me, are you trolling me? No.
Open file (676.60 KB 1024x768 ClipboardImage.png)
>>25001 Please do not have personal arguments in the cognitive architecture thread. Please stay focused on the task at hand. I assure you, NoidoDev is speaking in good faith and honestly wants to help. GraphQL was likely just what they were familiar with. We all want the same thing, a faithful companion. I think a good way to get this thread back on track is to focus on defining our goals and definitions. Starting with breaking down how cognition works in flesh. For us, we have several lobes working in concert to generate our persona and provide us with context. This link is a good introduction. https://www.hopkinsmedicine.org/health/conditions-and-diseases/anatomy-of-the-brain
>>25013 >looking at "how cognition works in flesh" Okay this certainly could be one way to approach this, personally I rather think about how she would deal with certain scenarios like a specific conversation. The other thing is going through personality and psychological traits, to understand what options in human-like behavior are in theory possible. Maybe what you try to find there is a list of elements of a cognitive architecture. This is one list we could put into the OP. I really like to think about it like a management system for different sub programs and processes, which can be inserted at as many points as possible. That's why Supabase/Firebase came up. I'll listen to the Raven talks again, and to the ones I didn't yet: Raven: https://youtu.be/EwJ1534Gy6g https://youtu.be/c3aiCrk0F0U https://youtu.be/QGLF3UbDf7g https://youtube.com/playlist?list=PLV3Fr1UUO9bFiIEFgwosnyOEUNnnimfi3 Things to work on (based on >>24904): # List of projects working on Cognitive Architecture or elements of it # Related technologies # Elements # Definitions of conscience which we might be able to implement # Related thread
>>25013 Motor Control: The brain controls voluntary and involuntary muscle movements, enabling actions from simple gestures to complex motions. Sensory Perception: It processes sensory information from various sources, such as touch, sight, sound, taste, and smell. Language Processing: The brain is responsible for understanding, producing, and comprehending language. Memory Formation: The brain plays a crucial role in forming and storing memories, both short-term and long-term. Emotion Regulation: It regulates emotional responses and processes, influencing feelings and reactions. Cognitive Functions: The brain is involved in decision-making, problem-solving, reasoning, and critical thinking. Homeostasis: It helps maintain internal balance, controlling body temperature, blood pressure, and other physiological variables. Sleep Regulation: The brain controls sleep patterns, including the timing and duration of sleep cycles. Hunger and Thirst: It regulates feelings of hunger and thirst, influencing eating and drinking behaviors. Respiration: The brain controls the involuntary process of breathing, adjusting respiratory rate as needed. Heart Rate and Blood Pressure: It regulates heart rate and blood pressure, responding to various stimuli. Endocrine System: The brain interacts with the endocrine system to release hormones that control various bodily functions. Coordination: The brain coordinates complex movements, such as walking, running, and dancing. Spatial Awareness: It helps maintain spatial awareness, balance, and orientation in the environment. Consciousness and Self-Awareness: The brain gives rise to consciousness and self-awareness, allowing individuals to perceive their own existence and surroundings. Learning and Adaptation: It enables learning, memory consolidation, and adaptation to new experiences and information. Pain Perception: The brain processes pain signals, influencing the perception and response to pain. Social Interaction: It supports social cognition, empathy, and understanding of social cues in interactions with others. Creativity and Imagination: The brain is involved in creative thinking, imagination, and the generation of new ideas. Executive Functions: It manages higher-level cognitive functions, including planning, organization, and impulse control. Attention and Focus: The brain controls the ability to direct attention to specific stimuli or tasks. Problem-Solving: It enables the ability to analyze situations, generate solutions, and make decisions. Visual Perception: The brain processes visual information, allowing for the recognition of shapes, colors, and patterns. Auditory Perception: It processes auditory information, allowing for the perception of sound and speech. Time Perception: The brain helps perceive the passage of time and understand temporal relationships. Temperature Regulation: In addition to overall body temperature, the brain controls responses to temperature changes in the environment. Coordination of Organs: It coordinates the functions of various organs and systems to maintain overall health. Fine Motor Skills: The brain controls delicate movements involving small muscle groups, such as handwriting. Gross Motor Skills: It controls larger movements that involve multiple muscle groups, like walking or running. Pattern Recognition: The brain recognizes patterns in various contexts, from visual patterns to linguistic patterns. Empathy and Compassion: It enables the capacity to understand and share the feelings of others. Risk Assessment: The brain assesses risks and rewards, contributing to decision-making in various situations. Place and Spatial Memory: It supports the ability to remember locations and navigate in the environment. Learning from Experience: The brain processes past experiences and adapts behavior based on lessons learned. Speech Production: In addition to language comprehension, the brain controls the physical production of speech sounds. Resolving Cognitive Dissonance: It helps reconcile conflicting beliefs or thoughts, contributing to cognitive harmony. Arousal and Alertness: The brain regulates levels of alertness and arousal throughout the day. Concentration: It controls the ability to focus attention on a specific task or stimulus. Planning Complex Movements: The brain plans and executes intricate sequences of movements, such as playing a musical instrument. Visualizing Concepts: It enables the ability to mentally visualize ideas, concepts, and scenarios. Motor Learning: The brain stores motor skills learned through practice and repetition. Problem Recognition: It assists in identifying problems or challenges in various contexts. Self-Control: The brain governs the ability to resist impulses and manage behavior. Concept Formation: It supports the process of forming abstract concepts and categories. Moral Judgment: The brain is involved in making ethical and moral decisions. Symbolic Thinking: It enables the use of symbols and abstract representation for communication and thought. Language Development: The brain plays a role in the acquisition and development of language skills in early life. Evaluating Social Norms: It assists in understanding and conforming to societal norms and expectations. Object Recognition: The brain identifies and categorizes objects based on sensory input. Memory Retrieval: It retrieves stored memories and information when needed.
>>25032 >Now a bullet point list with all of the ones you could come up with, but without description. ... <few minutes later> >ChatGPT >! >Something went wrong. If this issue persists please contact us through our help center at help.openai.com. I might have killed it.
>>25034 Try putting an upper numerical limit on it? Something like >"...the top 1000 ones you can come up with..."
>>24987 You make statements and "pronouncements" of things I did not say. You make "pronouncements" and try to bend what I say into some bizarre glob that has nothing to do with the thrust of what I said. You said, >Don't be contrarian to the goal of a thread Thinking about ways to build robowaifus is not contrarian. No you are unilaterally declaring that there is no other way. A simple example I said >It could be there's really nothing, nothing at all, but deep learning. And we may very well find that if you stack one level of "deep learning" for one set of task on top of another for another set of task then, well that's it. There's nothing else. NO ONE KNOWS And I submit you do not know the answer to this but have unilaterally declared that you do.. You have no idea but your stance is against, >Anyone who only wants to use deep learning and similar techniques So you are unilaterally deciding that the techniques that have made the most progress in the last few years are not to be discussed. They're not important. Your declaring deep learning and the whole entire thrust of the present day research is, your words, >writing stuff we could've picked up already but looked into it, rejected it, and decided to ignore from then on You also accuse me me of, >Claiming that robots will not love us is even contrarian to the whole board You do this constantly, try to maneuver people's words into things they did not say. (I'm on to this. Certain groups of people constantly do this) I never said that. I said that if we did not make a base of empathy then we would soon find ourselves with robots that did not care for for us. Read it again. We know, it is a proven fact that present day deep learning models have psychopathic tendencies. https://mindmatters.ai/2020/03/all-ais-are-psychopaths/ https://www.researchgate.net/publication/338211453_A_psychopathic_Artificial_Intelligence_the_possible_risks_of_a_deviating_AI_in_Education (I could provide hundreds of links on this) They lie and show many of the characteristics of psychopaths. It's a problem that must be mitigated against. I specifically said that it is important that the robots have empathy. And you don't even get that right. You said, >Empathy is not compassion, the term is for some reason often use the wrong way in English language. Also, I don't want my waifu to love humans in general too much, then she would be leftist. You're right empathy is not compassion but then you equate that to leftist but in fact leftist are not very empathetic at all. They do, exactly what you do, and make these "pronouncements" where they tell everyone how things are, like global warming, and then shut them down Chobitsu I warn you. Heed my warning. NoidoDev does a lot of things for you. He's important to you but never, ever, ever, let him take complete control of the board. Do not give him the keys where he can lock you out. If you do at some point he will lock you out and stab you in the back. Just like that guy who spent decades working on I2P and now, a guy just like NoidoDev,, took the keys and no one knows where he is or what happened to him. If I can't speak freely and especially constantly have NoidoDev twisting things I say into some freakish blob then maybe it's better to say nothing at all.
>>25036 >Don't be contrarian to the goal of a thread This thread is was not meant for discussing the "dangers of AI". I'm not interested in getting into details how you meant certain things. You are the one twisting things.
>>25035 >Try putting an upper numerical limit on it? I didn't try again, because it's not important. We have so many points already, but the context of the responses from before was probably too big.
>>25045 >An exhaustive bullet point list of all the functions controlled by the human brain, without description. Certainly, here's an exhaustive bullet point list of functions controlled by the human brain: - Motor Control - Sensory Perception - Language Processing - Memory Formation - Emotion Regulation - Cognitive Functions - Homeostasis - Sleep Regulation - Hunger and Thirst - Respiration - Heart Rate and Blood Pressure - Endocrine System Interaction - Coordination - Spatial Awareness - Consciousness and Self-Awareness - Learning and Adaptation - Pain Perception - Social Interaction - Creativity and Imagination - Executive Functions - Attention and Focus - Problem-Solving - Visual Perception - Auditory Perception - Time Perception - Temperature Regulation - Coordination of Organs - Fine Motor Skills - Gross Motor Skills - Pattern Recognition - Empathy and Compassion - Risk Assessment - Place and Spatial Memory - Learning from Experience - Speech Production - Resolving Cognitive Dissonance - Arousal and Alertness - Concentration - Planning Complex Movements - Visualizing Concepts - Motor Learning - Problem Recognition - Self-Control - Concept Formation - Moral Judgment - Symbolic Thinking - Language Development - Evaluating Social Norms - Object Recognition - Memory Retrieval
>>24783 >Chii Cogito Ergo Chii hold up thats in the first person it says 'i think chii and so chii' in third person its 'chii cogitat ergo eam est' ( chii thinks therefore she is )
Open file (91.82 KB 736x552 chii_ponders_2.jpg)
Open file (16.65 MB 910x492 ROMANES EVNT DOMVS.mp4)
>>25048 yes i know the phrase and whats its supposed to say its just in first person adding a name doesnt change that the grammar >Chii cogito, ergo sum now its 'i think chii therefore i am' the verb 'think' is cogitare when conjugated in singular its, 1st-person=cogito(i think) 3rd-person=cogitat(he/she/it thinks) 'to be' is 1st-person=sum (i am) 3rd-person=est (he/she/it is) also 'eam' is the accusative case for 'ea' (she (nominative case)) so it says she is (herself) instead of she is ... like its an incompleted sentence
>>25031 # List of projects working on Cognitive Architecture or elements of it - LangChain, BabyAGI, SmartGPT, Auto-GPT, ...
>>25032 and >>25046 Fun fact: If you look some of these up, then you find these are all rabbit holes on their own. > The functions controlled by the human brain can be grouped into several broad categories based on their nature and purpose. Here's a classification of these functions into different groups: 1. Motor Control and Coordination: - Motor Control - Coordination - Fine Motor Skills - Gross Motor Skills - Planning Complex Movements 2. Sensory Processing and Perception: - Sensory Perception - Visual Perception - Auditory Perception - Taste and Smell Perception - Pattern Recognition - Object Recognition 3. Cognitive and Mental Functions: - Language Processing - Memory Formation - Learning and Adaptation - Problem-Solving - Executive Functions - Attention and Focus - Concentration - Symbolic Thinking - Concept Formation - Creativity and Imagination - Decision-Making - Cognitive Flexibility 4. Emotion and Social Interaction: - Emotion Regulation - Empathy and Compassion - Social Interaction - Moral Judgment - Evaluating Social Norms 5. Homeostasis and Basic Physiological Functions: - Homeostasis - Sleep Regulation - Hunger and Thirst - Temperature Regulation - Heart Rate and Blood Pressure - Respiration 6. Temporal Processing and Perception: - Time Perception - Temporal Integration - Timing Mechanisms - Internal Clocks - Temporal Illusions 7. Spatial Awareness and Navigation: - Spatial Awareness - Place and Spatial Memory - Navigational Skills 8. Communication and Expression: - Speech Production - Language Development - Symbolic Communication 9. Arousal and Alertness: - Arousal and Alertness - Attention Modulation 10. Self-Awareness and Consciousness: - Consciousness and Self-Awareness - Resolving Cognitive Dissonance 11. Physical Health Regulation: - Immune System Regulation - Coordination of Organs - Pain Perception 12. Social and Ethical Functions: - Risk Assessment - Ethical Decision-Making 13. Adaptive and Evolutionary Functions: - Learning from Experience - Adaptation to New Experiences 14. Aesthetic and Artistic Abilities: - Appreciation of Art and Aesthetics - Creative Expression > This grouping provides a way to understand how the brain manages a wide range of functions, each contributing to our abilities, experiences, and interactions with the world. Keep in mind that these groups are not rigidly defined and often overlap, reflecting the brain's highly interconnected and multifaceted nature.
I tried making it into a folder with subfolders (Linux), but chatGPT sucks often: for el in Motor_Control_and_Coordination Sensory_Processing_and_Perception Cognitive_and_Mental_Functions Emotion_and_Social_Interaction Homeostasis_and_Basic_Physiological_Functions Temporal_Processing_and_Perception Spatial_Awareness_and_Navigation Communication_and_Expression Arousal_and_Alertness Self-Awareness_and_Consciousness Physical_Health_Regulation Social_and_Ethical_Functions Adaptive_and_Evolutionary_Functions Aesthetic_and_Artistic_Abilities;mkdir $el ; end Asking for code to make each entry in those groups into a folder didn't work. I have to ask every time: > Okay an exhaustive list of the Adaptive and Evolutionary Functions, the term for each function with no spaces, and these terms inside a group separated by a space
>>25056 >rw_dirs.sh #!/bin/sh while read dirname source; do mkdir "$dirname" done < dirslist.txt >dirslist.txt Motor_Control_and_Coordination Sensory_Processing_and_Perception Cognitive_and_Mental_Functions Emotion_and_Social_Interaction Homeostasis_and_Basic_Physiological_Functions Temporal_Processing_and_Perception Spatial_Awareness_and_Navigation Communication_and_Expression Arousal_and_Alertness Self-Awareness_and_Consciousness Physical_Health_Regulation Social_and_Ethical_Functions Adaptive_and_Evolutionary_Functions Aesthetic_and_Artistic_Abilities Execute chmod +x rw_dirs.sh ./rw_dirs.sh
>>25059 Thanks, but that's what I already had covered.
So, I rewrote the part about POSSIBLY related technologies, in a way which is hopefully less misunderstandable: # Possibly related technologies - Inspiration: Supabase/Firebase - Graph databases, modelling and parsing of graphs e.g. RDF - Traditional language technology - Various database options: NoSQL, NewSQL, SQlite, Vector, Graph, ... - Thought Experiments, Graph/Skelleton/Tree of Thoughts - Client server APIs like tRPC and GraphQL - Justified Programming? [LangTech] /r/LanguageTechnology/comments/1451cih/preprocessing_methods_besides_stop_words_regular/ [Dgraph] https://youtu.be/OzDG68VvPxY [SurrealDB] https://youtu.be/C7WFwgDRStM [RDF] https://en.wikipedia.org/wiki/Resource_Description_Framework I don't know what we'll end up with. >>25001 I looked into the GraphQL performance problems. It seems to be sometimes too slow for web, but it also depends how it is being used. It has some checks which makes it more reliable. I can't completely rule it's use out. I never wanted to use it for the cases where the system has to be as fast as possible, but to pull context from databases. For fast things SQLite, text files and some data structures in a running system might be the best solution e.g. lists and such for short term memory.
>>25056 tree . ├── Adaptive_and_Evolutionary_Functions │   ├── Adaptation_to_New_Experiences │   └── Learning_from_Experience ├── Aesthetic_and_Artistic_Abilities │   ├── Appreciation_of_Art_and_Aesthetics │   └── Creative_Expression ├── Arousal_and_Alertness │   ├── Awareness │   ├── Cognition_and_Attention │   ├── Concentration │   ├── Vigilance │   └── Wakefulness ├── Cognitive_and_Mental_Functions │   ├── Attention_and_Focus │   ├── Concentration │   ├── Concept_Formation │   ├── Creative_Expression │   ├── Decision_Making │   ├── Executive_Functions │   ├── Learning_and_Adaptation │   ├── Memory_Formation │   ├── Moral_Judgment │   ├── Problem_Recognition │   ├── Problem_Solving │   ├── Self_Control │   └── Symbolic_Thinking ├── Communication_and_Expression │   ├── Expressive_Language │   ├── Language_Development │   ├── Language_Processing │   ├── Non-Verbal_Communication │   ├── Speech_Production │   ├── Symbolic_Communication │   └── Writing_Generation ├── Emotion_and_Social_Interaction │   ├── Emotion_Regulation │   ├── Empathy_and_Compassion │   ├── Evaluating_Social_Norms │   ├── Learning_from_Experience │   ├── Risk_Assessment │   ├── Social_and_Ethical_Functions │   └── Social_Interaction ├── Homeostasis_and_Basic_Physiological_Functions │   ├── Endocrine_System_Interaction │   ├── Heart_Rate_and_Blood_Pressure │   ├── Hunger_and_Thirst │   ├── Respiration │   └── Sleep_Regulation ├── Motor_Control_and_Coordination │   ├── Coordination │   ├── Fine_Motor_Skills │   ├── Gross_Motor_Skills │   ├── Motor_Control │   └── Planning_Complex_Movements ├── Physical_Health_Regulation │   ├── Endocrine_System_Interaction │   ├── Heart_Rate_and_Blood_Pressure │   ├── Respiration │   └── Temperature_Regulation ├── Self-Awareness_and_Consciousness ├── Sensory_Processing_and_Perception │   ├── Auditory_Perception │   ├── Equilibrioception │   ├── Nociception │   ├── Object_Recognition │   ├── Pattern_Recognition │   ├── Proprioception │   ├── Taste_and_Smell_Perception │   ├── Thermoception │   ├── Time_Perception │   └── Visual_Perception ├── Spatial_Awareness_and_Navigation │   ├── Navigational_Skills │   ├── Place_and_Spatial_Memory │   └── Spatial_Awareness └── Temporal_Processing_and_Perception └── Time_Perception I'll post the folders as a zip file another day, but only for Linux. No idea if it works in Windows. I don't even have one to test it.
>>25093 Secure trip doesn't match?
>>25093 I'm going deeper and deeper into each of these terms, until they often start repeating. This is where we can later make connections and don't need to implement something again. Nevertheless, it's a lot. More than 400 points already. Maybe I should learn LangChain first, since this is exactly something to automate and also for the same reason something an AI should be capable of doing on each topic. The prompts I'm using: >Which brain functions help with ____ in humans? >Now an exhaustive list of terms to summarize ____ in the human brain. The term for each point with no spaces, and these terms inside a group separated by a space. Subpoints go into brackets. The headline can't be in the resulting list. I'm making new folders for each topic and a summary.txt with an explanation for the current term. The first prompt gives me the explanation, the second one the list to make new subfolders.
>>25112 One problem is, that > Okay an exhaustive list of the brain functions around Arousal_and_Alertness. The term for each function with no spaces, and these terms inside a group separated by a space Gave me six points, which I made into folders. Later I asked with the prompt.. >Which brain functions help with ____ in humans? to make a summary.txt and I got 16 mostly different points. Haha.
# Introduction With cognitive architecture we mean software that ties different elements of other software together to create a system that can perform tasks that one AI model based on deep learning would not be able to do, or only with downsides in areas like alignement, speed or efficiency. Chii Cogito Ergo Chii Chii thinks, therefore Chii is. We study the building blocks of the brain and the human mind by various definitions, with the goal to create something that thinks in a relatively similar way to a human being. Let's start with the three main aspects of mind; ...
Instead of people who shouldn't post, we could go with more diplomatic framed limitations around topics: # Topics we don't want to discuss in this thread - The question if we should even work on such things as AI or cognition - Beliefs stating that we can't do what we want to do - Esoteric discussions about "sentience" and "conscience" - Suggestions about only using deep learning and similar techniques - Suggestions that we should put all of it into one deep learning model - Suggestions that we should not use censored or mainstream models at all - Debates in philosophical lingo - Comments from people who don't even watch videos on AI or only on deep learning and tutorials, or only about warnings in regards to the dangers of AI. - Wild ideas on how to do things totally different but aren't useful There are other threads for this: ...
Before I forget it, we need to have a part of the system which realizes if something is new. So if there's a new filter checking for things then the main system needs to be aware of this, and how it changes the response. This means the system needs a way to keep track of it's own elements. This is for example necessary in case of updates to give the system a new skill. Imagine it checks for some risk (health or whatever), but some people don't like it and see it as annoying. It should already be aware that it has a new skill and wouldn't have detected a certain pattern before, so it could mention that this is some new perspective and it could also react fast and deactivate that skill in case of a negative response.
>>25248 >>25249 Thanks for the suggestions Anon. We can take shot at the new WIP thread this weekend. Of course this will be an ongoing process for a while as well, so regular suggested improvements will be needed/welcomed. On that note, I'd suggest you rework yet again the 'list of limitations'. Some of the points made there are still rather subjective and vague. Since this is effectively a 'language lawyering' approach being used, you can bet men will press those boundaries in the future. I'd suggest you try to find some way to tighten up your list with more concrete terms. How you do that, I have no idea personally. But I can tell you from experience that trying to reign in anon's conversations is much like trying to herd cats haha. :^)
>>25253 >'list of limitations'. Some of the points made there are still rather subjective and vague. I didn't see those as precise rules for enforcement but as a guidance. I think most people don't want to read through a long article about that. People who tie sentience and conscience "something they we can't really describe but it's mega important" should know that they're meant. Same for people using some lingo only philosophy students know about. On that not, well I'm not against using some of these terms, but it should lead somewhere and be about implementation.
>>25261 > think most people don't want to read through a long article about that. Yes I absolutely agree, and concision should actually be a strong goal here for all of us. Given my propensity for descriptive wordiness :^), thus my >"... How you do that, I have no idea personally." > On that not, well I'm not against using some of these terms, but it should lead somewhere and be about implementation. > and be about implementation. I definitely agree, and I think Kiwi probably feels the same way. The goal here should be an implementation, regardless how crude it begins. Castles in the Sky(tm) are well-and-good as far as mental models helpful for thinking things out, but eventually we need to touch back down to Earth and build realworld things. Cheers Anon. :^)
>>25093 I started learning about LangChain and like it, but I didn't really use it seriously yet. Using my other access to chatGPT gave me the tree below about consciousness and self-awareness, based on the questions I asked. I recalled AST as one of the theories so I explored that one a bit, asked about what is not covered by it and put this into another folder (Other_Subjective_Experience), additionally asked about Heidegger, then I also found out that there's a lot of ideas around conscience being about "morals, ethics, values, taking responsibility, .." - I never looked at it that way. The idea I'm generally leaning towards was, that it is just the high level of control, the things we think about to do before we do it. Now I get it: The difference between Consciousness and Conscience actually matters. I'm not an native English speaker, that's why I messed these up quite often. Conscience is inherently about the part with morals, ethics, values and such. >>25249 > - Esoteric discussions about "sentience" and "conscience" should say - Esoteric discussions about "sentience" and "consciousness" Self-Awareness_and_Consciousness ├── Consciousness │   ├── AST │   │   ├── Attention_as_a_Resource │   │   ├── Awareness_as_Information │   │   ├── Consciousness_is_a_Model │   │   ├── Debates_and_Criticism │   │   ├── Illusions_of_Awareness │   │   ├── Information_Processing │   │   ├── Predictive_and_Explanatory_Role │   │   ├── Relevance_to_Social_Cognition │   │   ├── Schema_Creation │   │   ├── Self_Representation │   │   └── summary.txt │   ├── Conscience │   │   ├── Conflict_Resolution │   │   ├── Cultural_Influence │   │   ├── Developmental_Process │   │   ├── Empathy_and_Compassion │   │   ├── Ethical_Awareness │   │   ├── Ethical_Reflection │   │   ├── Guilt_and_Remorse │   │   ├── Moral_Compass │   │   ├── Personal_Integrity │   │   ├── Responsibility │   │   ├── summary.txt │   │   └── Universal_vs_Relative │   ├── consciousness_VS_conscience.txt │   ├── Daniel_Dennett.txt │   ├── David_Chalmers.txt │   ├── Heidegger │   │   ├── Conscience │   │   │   ├── Anxiety_and_Guilt │   │   │   ├── Authenticity_and_Inauthenticity │   │   │   ├── Awakening_to_Responsibility │   │   │   ├── Silent_Call │   │   │   ├── summary.txt │   │   │   ├── Temporal_Nature │   │   │   └── Voice_of_Authenticity │   │   └── Consciousness │   │   ├── Authenticity_and_Inauthenticity │   │   ├── Being-in-the-World │   │   ├── Dasein │   │   ├── Dasein's_Existential_Analysis │   │   ├── Existential_Angst │   │   ├── Hermeneutics │   │   ├── Language │   │   ├── Primordial_Awareness │   │   ├── summary.txt │   │   ├── Temporal_Dimension │   │   ├── Temporal_Structure │   │   ├── Thematic_and_Non-Thematic_Awareness │   │   └── World_Disclosure │   ├── most_acknowleged.txt │   └── Other_Subjective_Experience │   ├── Altered_States_of_Consciousness │   ├── Consciousness_of_Others │   ├── Emotions │   ├── Higher_Cognitive_Functions │   ├── Phenomenal_Binding │   ├── Qualia │   ├── Self_Identity │   ├── Sense_of_Agency │   ├── Sense_of_Time │   ├── Sensory_Modalities │   ├── Subjective_Well-Being │   └── Transcendental_or_Mystical_experiences └── Self-Awareness    ├── Autonoetic_Awareness    ├── Body_Awareness    ├── Cognitive_Awareness    ├── Default_Mode_Network    ├── Emotional_Awareness    ├── Emotional_Regulation    ├── Executive_Functions    ├── Introspection    ├── Metacognition    ├── Perception_of_Agency    ├── Perspective_Taking    ├── Resolving_Cognitive_Dissonance    ├── Self_Consciousness    ├── Self-Identity    ├── Self-Monitoring    ├── Self-Referential_Processing    ├── Self-Reflection    ├── Sense_of_Self    ├── Social_Cognition    ├── Spatial_Awareness    ├── summary.txt    ├── Temporal_Awareness    └── Theory_of_Mind
Great stuff, Anons. We'll get rolling with combining these suggestions together very soon! Cheers. :^)
>>25315 What does the WIP thread mean?
>Autonomous Cognitive Entity (by Dave Shapiro) I disagree with his idealism (human rights, lol) and recall some other flaws in the first video, but he has good ideas. Didn't watch the second video yet, it just poped up some minutes ago. ACE Framework Overview and Intro: Autonomous AI Agents!: https://youtu.be/A_BL_pu4Gtk ACE Paper is Published! Repo tour! Get involved!: https://youtu.be/oVP_aB5rJL8 Related: Buses: AMQP, AMP or Syslog Related: On Task: How Our Brain Gets Things Done, by David Badre >Event-driven Workflows are also relevant, I keep running into these terms, since it's about orchestrating a network of machines. Prefecthq and Marvin got mentioned. Some people criticize LangChain for not being more like that. I have of course no intention to use "the cloud", but robowaifus will need many SBCs with redundancy and communication in between. Also, it's about running a lot of parallel programs on one system. So it might be worth looking into it, but it also comes with a lot of extra complexity: - Event-driven Architecture: https://youtu.be/gOuAqRaDdHA - Getting Started with Workflow Orchestration: https://youtu.be/AjYHBwH2Mtc - Dynamic Event-driven Workflows with Prefect Cloud: https://youtu.be/hVD1S2suC48 - https://elixirforum.com/t/what-are-you-building-your-event-driven-elixir-systems-on/54517 - Kafka, RabbitMQ streams or messaging system with pubsub semantics >Cyc Another one of the related project. Some ideas I heard before, I read about this whole things years ago. Then there are some ideas I didn't remember related to that, but I think I had on my own, but the Cyc team is of course way ahead. Ontologies and Ontology engineering really matters. >Douglas Lenat: Cyc and the Quest to Solve Common Sense Reasoning in AI | Lex Fridman Podcast #221 https://youtu.be/3wMKoSRbGVs https://en.wikipedia.org/wiki/Cyc > 1:11 - What is Cyc? > 9:17 - How to form a knowledge base of the universe > 19:43 - How to train an AI knowledge base >24:04 - Global consistency versus local consistency >48:25 - Automated reasoning >54:05 - Direct uses of AI and machine learning >1:06:43 - The semantic web >1:17:16 - Tools to help Cyc interpret data >1:26:26 - The most beautiful idea about Cyc >1:32:25 - Love and consciousness in AI >1:39:24 - The greatness of Marvin Minsky >1:44:18 - Is Cyc just a beautiful dream? >1:49:03 - What is OpenCyc and how was it born? >1:54:53 - The open source community and OpenCyc >2:05:20 - The inference problem >2:07:03 - Cyc's programming language >2:14:37 - Ontological engineering >2:22:02 - Do machines think? >2:30:47 - Death and consciousness >2:40:48 - What would you say to AI? >2:45:24 - Advice to young people OpenCyc for download: https://sourceforge.net/projects/opencyc/
>>25408 the 'not' makes it grandiose
>>25408 >your excuse for not doing jack shit once the robot is done I assume this question was targeted at me? - There will not be "the one" robot - Development will go on after the first one - I'm still working on it, but took a bit of a break, since I have to do something else which I procrastinated on. That said, I will likely do some a little bit of work soon. Hopefully finishing some things which are close to that. After that, I will need to take another break unfortunately. Next few month are about learning more about AI and programming when I work related to it, which I still do. I hope I can get at least my simple body design into something, and some BLDC servo with gear running, till the end of the year. - I don't know what my "excuse" would be, since I don't need one. Probably rather an explanation to myself, so I can improve upon. That said the hot summer, with me having issues with heat would be part of it. - It's really time to get the AI development going in parallel, and it's to important and exiting to miss out on. I'm glad that I got my mind back into being interested in programming, instead of more general topics.
>>25411 Oh wow that was harsh for even me. Lol sorry I was drunk.
>>25424 Please post a summary next time, maybe with your own thoughts, not just a link.
>Minecraft AI - NVIDIA uses GPT-4 to create a SELF-IMPROVING autonomous agent https://youtu.be/7yI4yfYftfM[Embed] >AgentVerse - Society of AI Minds https://youtu.be/cbqE6PC9fGQ[Embed]

Report/Delete/Moderation Forms
Delete
Report