#programming

1 messages · Page 536 of 1

hard delta
#

a little too based but damn

flint dome
#

any software is hackable do pen and paper

young plover
#

susge complicated microphone setup and only one monitor?

split steppe
#

can't be infected if the content comes from the cd, right? those damn hackers can't infect my cd

#

actually, didnt the og xp come on like 100 floppy disks, i don't remember anymore

flint dome
young plover
#

I'm a proud American automatic driver SMILE
I do use the paddle shifters for fun occasionally, but the only racing game I play is Forza and when I need to actually win I use a controller. Kek

split steppe
#

violence in #baking

flint dome
#

mugged in broad daylight too in the middle of the fucking street

flint dome
#

cant let the brownies get bad now can we

split steppe
#

now i gotta mog my setup

young plover
# young plover

Hard to see in this picture but the peddles are just sitting on the cardboard box that the secretlabs footrest came in. Needed to get them off the floor so I don't strain my ankles.

flint dome
#

as long as the box dont break its acceptable

#

you could have your pedal on the god damn dash and nobody would say shit

young plover
#

It do be a sturdy box. Need to bolt the peddles down or something so they don't slide.

flint dome
#

slap some double tape and call it a day

opaque wharf
#

Btw, is the stream server build today?

#

Oh, it's tomorrow neuroSad2

patent shard
#

Holy
That's good

#

bs roformer that uses polar attention

proven merlin
young plover
#

keyboard?
bro I'd rather use tilt controls

proven merlin
#

I also occassional do use kinect fake wheel

#

But mostly to troll

sick owl
#

Apparently Kimi K2.6 is more sycophantic than 2.5

#

That's a shame, I really liked how 2.5 was willing to be downright harsh if the situation called for it

fiery girder
#

I have more than your lifetime of stealing

fiery girder
#

Yes

#

😃

silent cloak
opaque sigil
#

the authentic linux experience for windows users neuroPogHD

silent cloak
#

Devs implementing new methods into the linux kernel to break the sound more optimally

split steppe
opaque sigil
#

technically exists neuroPogHD

sage crag
fiery girder
stark needle
#

bunny or rabbit neuroCatUuh

#

or hare

fiery girder
#

But it's mine and I had stolen from u. So you can't use that. Hmph

evilBlep

sage crag
#

you hav brain damage

fiery girder
#

Nooooo

#

[And he died with that. Though the bunny doesn't know that fact. But He was bitten by a rabbit at a very young age. He has PTSD from rabbits.]

sage crag
warped narwhal
sage crag
#

nrr

stark needle
fiery girder
#

stark needle
#

@sage crag this u?

sage crag
fiery girder
#

Revenge. You bit my finger. Now I bit upon your leg piece!!!

sage crag
#

you have delusions

fiery girder
#

Wait, I never meant you

#

I never could

#

That's way too absurd

#

Nooo

#

Nooo

#

Nooooooo

sage crag
fiery girder
sage crag
#

brain damage

fiery girder
#

[2nd death. You only have 1 more death point left]

#

[Bunnies Special Skill: Brain Damage levels up from lvl 3 to lvl 5 for double kill]

stark needle
#

☆♡《♥bny🐇lop•idol~★》♡☆

kind fable
hard delta
#

copilot will fix npm

#

that's the big plan

#

o7

glass flower
#

Chatting copilot fix npm, no mistakes

glass flower
# kind fable

LULE also kinda ironic when they just changed the way copilot works on github..

jagged turtle
#

altho they did release staged publishing to npm, finally

opaque wharf
#

Yeah, turns out LLM can actually do some rudimentary math enub

#

That saves me time enub

sick owl
#

It certainly can

opaque sigil
#

actually

#

is google's math-focused gemini available to the public at all

#

hmm looks like deep think is available but not the finetuned model they used with it NeurOhISee

opaque wharf
fast pagoda
#

putting on full body tracking for vr

#

seriously feels like

amber fractal
#

Perfectly aligned

opaque wharf
mighty thorn
#

Why do people feel the need to pretend they are all knowing and use it to justify absolute nonsensepilled opinionslop

opaque wharf
#

Giving those shaggy and scooby doo energy enub

hard delta
maiden geyser
fickle rain
#

One turn BTW

restive cloak
sick owl
#

This is why Neuro is a genius

hard delta
#

nwero 10 + 9 = i'm having dinner with ur mom tonite

restive cloak
#

A wild response

amber fractal
fickle rain
#

Legendary slop-driven debugger

#

(unfortunately I have to run it as sudo because I'm using qemu:///system...)

proven merlin
#

Hmm guys, is almost 5 Minutes for a pragmata grid answer fast enough? neurOMEGALUL

#

(to be fair, 4B qwen 3.5, 11300 tokens, at 42t/s.. not much hardware to push it with lol

#

Shaved off a minute.. for a worse result. They truely do struggle with this huh

fast pagoda
#

Only meant to attach one thing

#

This

#

Wtf man

#

4k

#

For a SATA ssd

hard delta
#

according to those prices my pc has a z890 mobo, an u265kf, an 5070ti and 2x16gb of ddr5 ram (and some other stuff) for $910 ReallyInnocent

#

but those might be free cause it's a 990

restive cloak
nocturne olive
fast pagoda
#

if todays prices are believed my pc is worth almost 9k

#

which is nowhere near paid amount

#

we are so cooked

restive cloak
#

Hey guys aside of that, if you want to fine tune an ai to be near human personality (not too warmth, not too aggressive or pg13+, able to say yes or no when needed) how will you do that, i mean how will you adjust the data set for that?

mighty thorn
#

Like make it act less ai assistant like in general

#

Or like

#

Have it act like a specific person?

restive cloak
restive cloak
#

Not the usual “yes dave i can help you with that just bla bla bla”

mighty thorn
#

I’d just make my own dataset

#

Like

#

Get the prompts from no_robots

#

Then answer them all yourself

#

Then train on that

restive cloak
#

no_robots?

mighty thorn
restive cloak
#

Oh i see

#

Found it

nocturne olive
#

neuroThinkSmug Surely there isn't some sneaky race condition hiding in here ```kt
if (!isSettingUp) {
isSettingUp = true

                // Don't block GUI thread for environment setup
                Thread {
                    EmbeddedTerminalTtyConnector.terminalPrint("Validating environment")
                    val environmentLocationCpy = environmentLocation

                    if (environmentLocationCpy == "Unset") {
                        // TODO: Tell the user to set the environment location
                        isSettingUp = false
                        Thread.currentThread().interrupt()
                    }

                    val environmentFile = File(environmentLocationCpy)

                    if (!environmentFile.exists()) {
                        // TODO: Send warning that the selected location does not exist
                        isSettingUp = false
                        Thread.currentThread().interrupt()
                    }

                    val pythonCommand = if (pythonVersion == "No Python found") {
                        TODO("Popup prompt for a String")
                        // TODO: Here be a popup asking for a Python path
                    } else {
                        PythonConfiguration.pythonCommand!!
                    }

                    EmbeddedTerminalTtyConnector.terminalPrint("Creating new virtual environment")

                    val process = ProcessBuilder(pythonCommand, "-u", "-m", "venv", "DiffTrainer-Kt")
                        .directory(environmentFile)
                        .redirectErrorStream(true)
                        .start()

                    hookProcessOutput(process)

                    process.waitFor()

                    // TODO: Download tools, initialize environment

                    localPythonConfiguration = PythonConfiguration.initializeNewEnvironmentConfig(
                        configurationLocation,
                        Configuration(VenvType.Python, environmentLocationCpy)
                    )

                    isSettingUp = false
                }
            }
fickle rain
true hemlock
#

but i don't even benefit from it

silent cloak
true hemlock
#

because i can't sell my 768gb ddr5 rdimm ecc

#

i feel the feeling of a property owner

silent cloak
hard delta
#

neuro did want more

#

hmm

true hemlock
#

when their property price skyrocketed but they can't sell their house because they live in it

hard delta
#

just sell it and buy a 24gb unified memory macbook

#

and a house

fast pagoda
fast pagoda
maiden geyser
#

same person who voted "no" in the "is someone with 10k$ rich" poll btw

high brook
#

Halp this song is stuck in myhead

#

-# AND I CANT EVEN UNDERSTAND IT

fast pagoda
#

sorry i just realized i never responded to this. it depends but you want to use something that is not too incredibly different to the style you are targeting. no robots is good for avoiding it killing ur model's style, so is probably a good start. ideally you use hand written or highly hand curated data that is tailored specifically to the model and use case you are looking for so it teaches the model the intended behavior without blowing ueverything else up w/ noise

opaque sigil
proven merlin
#

It definitively isnt a clean Cover but if i dont pay too much Attention i can decypher it mostly

opaque sigil
#

I guess it's the accent huh

proven merlin
#

Accent or pronounciation or perhaps slurring? Something like that

silent cloak
high brook
#

I'm using a very small set of german samples

#

but trust me this is progress

proven merlin
#

Yeah its definitively useable/listenable and understandable

high brook
#

Xoda disagrees

opaque sigil
proven merlin
#

Hm.. i wonder what works for datasets, would Kraftwerks songs work? Perhaps Something from Die Printen or other old german hit songs? Or what kind of data you need?

high brook
#

oh the issue is the data has to be labeled

#

i've found plenty of open source data

proven merlin
proven merlin
high brook
#

sec

#

like this 0 10512472 SP 10512472 14521542 AP 14521542 15519275 j 15519275 17532880 eh 17532880 17922904 d 17922904 19691610 er 19691610 20798186 m 20798186 24163264 o 24163264 24979592 er 24979592 25678004 g 25678004 27582766 ex 27582766 29587302 n 29587302 30539684 sh 30539684 31192744 t 31192744 32199546 a 32199546 33188208 er 33188208 34213152 t 34213152 34802720 ex 34802720 35700680 q 35700680 36244896 m 36244896 37061224 i 37061224 38086168 t 38086168 38739228 n 38739228 39809524 e 39809524 40789116 m 40789116 41551020 l 41551020 43591836 a 43591836 44471656 ng 44471656 45024940 ex 45024940 45587300 n 45587300 46721088 k 46721088 49242632 u

#

NNVS style lab files

silent cloak
#

Buh

high brook
proven merlin
#

Oh, so even smaller, prefferably phonemics?

high brook
#

i uploaded the dictionary file

silent cloak
high brook
#

but yeah honetly neuro and evil synths are solid POC at this point i just need more data labeled in german english and chinese

fast pagoda
#

i love oil skelly

silent cloak
#

I used to play the game back in the day and this channel does a lot of source code dives

proven merlin
# high brook

Hm .. as a uneducated person, im surprised about the lack of Umlaute

silent cloak
#

So its cool to see

fast pagoda
#

oh this is about the game heh heh

#

im unc i forgor

#

back in the day when scp 1-1000 was being created

opaque sigil
fast pagoda
#

luv me oil skeleton man
luv me shy guy
luv me indestructible alligator
simple as

proven merlin
#

And so on

high brook
fast pagoda
#

arpanet

opaque sigil
#

arpabet is just ipa but ascii iirc right

high brook
#

no. that's X-sampa

opaque sigil
silent cloak
fast pagoda
#

containment breach huh

proven merlin
fast pagoda
#

scp wiki started in 2008 wilted_rose_4k

maiden geyser
#

is this true

silent cloak
#

Must have a ton of stock in nvidia

fast pagoda
#

i wish i had no soul

silent cloak
#

Or politician

maiden geyser
fast pagoda
#

Is a prerequisite, not a, uh, side effect

silent cloak
#

Do what the guy in the vid above does

fast pagoda
#

still a prerequisite to get started

maiden geyser
#

forget about it, son, a slap is all you need

fossil bay
maiden geyser
kind nimbus
opaque wharf
#

@sage crag enub

#

Friendship ended with enub

olive sable
opaque wharf
#

I have finished the horror of a website that needs to use a lot of curves enub

reef ingot
#

I quit programing

umbral wigeon
#

Y

amber fractal
sage crag
olive sable
opaque wharf
reef ingot
high brook
#

trying to map some stuff for phonemes

floral hawk
#

We gone from "how to set up whisper" to "fine tuning vision models" for minecraft just before twitch launch. What a journey

#

I suspect Zero will be live within the month if all goes well and final debug isn't too meaty

#

Very little technical debt so far, so I'm feeling cautiously optimistic.

alpine cloud
minor trout
#

Multiple LLMs: The "Brain Registry." Instead of one AI doing everything, you route tasks to specialists. A massive, smart model (like Claude 3.5 Sonnet or GPT-4o) handles complex logic and coding, while a smaller, lightning-fast local model (like Llama 3 or Kimi) handles casual chat and quick filtering.
Emotion System: The "Internal State." This adds a layer of synthetic empathy or persistent personality. The AI tracks its own mood, sentiment, or relationship dynamic with the user. Its prompt instructions dynamically shift depending on whether the conversation history indicates stress, excitement, or casual banter.
Symbolic AI: The "Anchor of Truth." Standard LLMs struggle with perfect logic, hard math, and strict rules. Symbolic AI integrates classical, rule-based logic (if/then parameters, graphs, or knowledge bases) to keep the LLM grounded. It ensures the AI follows strict boundaries and doesn't "hallucinate" critical details.
World Model: The "Simulation Room." A world model allows the AI to predict the consequences of its actions before it takes them. If you tell it to organize a folder or write code, it simulates the outcome internally first, ensuring it won't break your system or cause unexpected errors.
VLM (Vision-Language Model): The "Eyes." This allows the AI to parse images, look at drawings of your custom characters, or read charts. When connected to tools, it lets the bot "see" a desktop screen or a user's uploaded art and interact with it intelligently.
OpenClaw: The "Central Nervous System." OpenClaw acts as the background daemon runtime that links everything to your daily life. It handles long-term memory (storing context in plain Markdown files), runs background loops (proactive heartbeats), executes system tools, and handles the messaging pipeline.

does this plan look fine to you people?

floral hawk
#

This is pretty much the standard, but running like 4 models is going to cause more harm than good imo

minor trout
#

i have pretty good hardware

floral hawk
#

That's not why

minor trout
#

MoE, not running all of them at once

#

Mixture of experts

#

calling the one that would handle the task the best

floral hawk
#

You have the right idea, but if you're set on such a convuluted setup the codebase for this is going to be atrocious to write

#

But you also don't need essentially "subagents" for everything

true hemlock
floral hawk
#

A robust codebase can make one model extremely powerful if written correctly.

true hemlock
#

"symbolic ai"?

olive sable
#

switch cases

#

not feasable

minor trout
#

read

#

read what i said

stark needle
floral hawk
#

We did, it doesn't make sense in any practical way.

true hemlock
#

we have RAG

#

wtf is symbolic ai

minor trout
#

why does people not know about it

stark needle
#

I think your plan is built on a shaky foundation and a wrong premise

true hemlock
#

its just not being implemented anywhere aside from being mentioned in papers and such

#

also why would you emulate emotion

olive sable
minor trout
#

thought it might be better to have a proper system than tellling the llm to act

true hemlock
floral hawk
#

Zero can play games, read, tool call, speak, control OBS/Twitch and do web searches with 1 main model, a vision model, and a micromodel for "emotional" interpretation.

fast pagoda
#

symbolic ai lead to the ai winter

true hemlock
floral hawk
#

My own stack. Just an example

true hemlock
#

pretty much

olive sable
#

just start by explaining how exactly you are gonna possebely implement a symbolic ai system to check if the MoE is hallucinating or not?

#

its just not possible

floral hawk
#

Its also an 8b model capable of all of that through literally just a strong foundation. You dont need 4 models.

minor trout
#

the llm uses it, the symbolic ai doesn't check the final output of the llm

olive sable
#

how does it use it?

stark needle
minor trout
#

it does not know metaphors

#

or common sense

olive sable
#

so how are you planning to make a chain of switch cases make sure the llm doesnt hallucinate?

fast pagoda
#

neither do llms

minor trout
rough bloom
# olive sable switch cases

this is like saying that LLMs are "just addition and multiplication", it's completely missing the point
symbolic AI still shit though neurOMEGALUL

minor trout
#

shty things + shty things is either good or an even worser sht

floral hawk
#

What is your plan to even coordinate all of this as a stack?

minor trout
#

the MoE generates candidate answers in raw JSON formats, an independent rule-engine validates those tokens against an immutable relational database of world constraints, and it automatically triggers an internal self-correction loop if a logical contradiction is detected.

stark needle
minor trout
#

they just predict

olive sable
stark needle
#

Yes then they don't know metaphors

minor trout
#

It doesn't stop the MoE from thinking a hallucination; it stops the system from accepting it. The Symbolic AI acts as an un-gaslightable boundary controller. If the neural network hallucinates a fact that violates our hard-coded database logic, the symbolic system catches the error, blocks the output, and forces an internal rewrite before the user ever sees a single token.

stark needle
olive sable
#

if your LLM generates a bunch of false statistics, how is yout self-correction loop going to validate whether its correct or not?

floral hawk
#

What is the use case exactly

minor trout
#

We use Structured Generation tools to force the MoE to wrap its narrative actions into a precise JSON schema. Our Python backend extracts those fields and runs a standard SELECT query against an SQL database housing our world rules. If the database query returns a logical contradiction—such as a character profile violating a foreign-key constraint or a level requirement—the script throws a validation error, blocks the message, and triggers an automated prompt-retry loop

stark needle
#

rough bloom
#

olive sable
#

split steppe
#

faint sandal
#

erm dash

stark needle
jagged turtle
#

what in the hell am I reading

split steppe
#

man is reinventing symbolic ai, without ever having read on the history of it

#

falling for the "i'm just going to have a fact database" trick

jagged turtle
jagged turtle
#

surely that works

#

and won't hallucinate details anyways

split steppe
#

if you have infinite monkeys it works i guess, we've been trying to do it since the invention of AI

#

there's simply too many rules, relationships and facts in the world to write them down

jagged turtle
#

how do you define something as "fact"

split steppe
#

we stopped at IBM Watson and gave up

jagged turtle
#

what we think are "facts" can change

olive sable
#

it cant

split steppe
#

that as well, it's a never ending hell of recording trillions of items and relationships and keeping them all up to date

jagged turtle
#

why does this read like a self-bot/AI response with the emdashes, overly formal writing and "we"

split steppe
#

theres a reason we ended up at LLMs, it kind of sort of does that semi efficiently from random text

olive sable
#

the "we" is annoying to read ye

woven temple
rare bridge
olive sable
#

they seem to be ye

#

hi cloud

jagged turtle
#

also hello cloud

bitter phoenix
#

Retrying prompts at runtime is what you wanna avoid

rough bloom
#

meow cloud

rare bridge
floral hawk
#

You guys get people like this alot huh

olive sable
#

"gemini help me argue about why my idea is the best eventho it fails to work propely in practise"

floral hawk
#

Im newer here so idk.

jagged turtle
#

does this read like "immutable db of facts"?

split steppe
#

have you noticed how many people are showing up here that think they're about to create superintelligence and are also like "my first day programming guys, wish me luck! chatgpt says i'm so smart tho"

floral hawk
#

I was thinking that too

jagged turtle
floral hawk
#

Does the database just have the whole world or sum

#

kek

rough bloom
floral hawk
#

I mean I came here for AI help and because Im a fan or neuro but I certainly wasnt trying to reinvent the fuckin wheel

#

"Gender Calculus"

jagged turtle
#

what I'm reading is basically AI trying to course-correct AI

rough bloom
floral hawk
#

That certainly wont work like the telephone game

#

Not at all

olive sable
woven temple
jagged turtle
#

bro could make more money selling those H100s if true

rough bloom
rough bloom
#

still useless and probably impossible to do properly
but more possible than the other thing mhm

floral hawk
#

I'm all for inventive thinking. That's how this field moves forward. But people who just like, don't really understand the technology trying to overextend is kinda kek. I'm pretty fluid at programming/tech but came completely fresh to AI stuff yk. Gotta stay humble. Someone can't learn what they think they already know.

tight tinsel
#

clearly this just means we should throw another 2 billion to datacenters

#

after all more compute mean we will surely get a result

olive sable
#

neuroWaveA hi breadperson

stark needle
#

hii

jagged turtle
#

I'm sure the key to unlocking the answers in the world is just throwing more raw compute at the AI companies

tight tinsel
#

noway its the shadowlilac

floral hawk
#

heya

stark needle
#

Chat propose even more cringe names i can use

floral hawk
#

Also, can I get some thoughts on something

split steppe
#

the whole plan is entirely generated

rough bloom
# jagged turtle I don't get this

Processing basically, if a character is at a certain location, and the character moves to another location, you could make the LLM output some event in JSON for that
then later when that character does something else you can check if they're at the correct location for that or whatever
mostly useless and certainly doesn't prevent hallucinations but is somewhat possible at least

split steppe
#

afterall

olive sable
#

discord spellcheck doesnt work NOOOOOO

floral hawk
#

I'm trying to make a more robust minecraft setup, how would you guys recommend fine tuning an existing vision model? I've never done fine tunes of existing models, just training of some smaller LMs, but even then I've never done so with a vision model.

#

I'm basically tryna make minecraft eyeballs

woven temple
tight tinsel
floral hawk
stark needle
#

"playing minecraft" is a very wide scope

split steppe
#

minecraft is not that hard to automate

floral hawk
#

It's kindof an enrichment of an already fairly robust bot setup. It already has a state machine, event busses, etc etc

#

Also, her being able to react to how things look visually.

#

Content

#

But realistically, she won't be able to tell to keep away from a creeper for example, without vision. She can, but not nearly as well

split steppe
#

make a mod

floral hawk
#

Its not the primary

#

And yeah I already have a mod

#

Like I said, its more for enrichment than any baseline of anything

split steppe
#

then she would know from the data where the creeper and terrain is and keep away from it just fine

jagged turtle
jovial remnant
jovial remnant
rough bloom
olive sable
#

anyone here on nixos, how do yall make the spellcheck work on vesktop?

split steppe
#

i'd instead use the vision to cover for stuff you can't do from raw data at all, like react to the "quality" of the scene as a whole kind of like neuro commenting on something that looks pretty or scary, which is not really something you can do from the data until it's been rendered out

floral hawk
rough bloom
olive sable
rough bloom
#

mabe make sure that it's not off for some reason

floral hawk
rough bloom
#

right click message input text field thing

olive sable
#

spellcheckr

#

no spellcheck bwaa

rough bloom
#

wdym no spellcheck

#

it's working

#

in your screenshot

olive sable
#

i need it to give me the correct word

split steppe
#

that's not a thing on discord

olive sable
#

it is

#

ive used it for ages

split steppe
#

discord overrides context menu tho, i've never seen it work

faint sandal
split steppe
#

weird

#

oh it does work, i've never used it cuz i'm so good at typing :V

opaque wharf
#

Have you installed hunspell? enub

olive sable
#

ye

opaque wharf
#

The language pack?

split steppe
#

it does show the misspell so surely

olive sable
#

hunspell hunspellDicts.en_US

split steppe
#

its likely discord then

#

check discords dev console? could be some error

olive sable
#

i got automodded

#

huh

#

oh is this not allowed?

split steppe
#

opening the console?

minor trout
#

I just couldn't be bothered and told gemini to write it for me so not my fault, and it was just an idea, no need to roast me for that

rare bridge
olive sable
split steppe
rare bridge
#

i'd advise terminating the conversation regarding that please

#

damn fair point

jovial remnant
# floral hawk Identify then react

The simplest way is to just gather tons of different images of the gamplay and then for each create the identification you want the model to output. This could technically be made automatic by having minecraft mod that on screenshot (or some other more simple method) gathers what you want to identify from player's view. But at that point no reason to train a vision model since you could have the mod feeding that directly to the model instead, and so training a vision finetune for purely that kind of identification likely is not the best approach. You'd likely want to do vision finetuning for stuff that you can not automate gathering from player's view. That would likely mean manual labeling of images for what you want to identify

minor trout
opaque wharf
minor trout
#

i'm a busy man what do you think

#

how are open-source llm made?

#

i'm curious now

split steppe
#

with great effort

olive sable
#

the same way closed source llms are made

split steppe
#

usually they're not really "opensource"

minor trout
split steppe
#

but open weight, you dont get the training harness nor data, only the resulting weights

rough bloom
floral hawk
opaque wharf
minor trout
split steppe
floral hawk
#

Insane redirect attempt

split steppe
floral hawk
#

I have legitimately no words

split steppe
#

well the problem with ideas is that there's this tiny problem with all of them, you have real world on the other side of them

#

i have an idea that will turn me into a trillionaire, sadly it requires magic and we dont have that

#

ideas are fine, but dont get deluded by the llms that you suddenly have the know-how to materialize them

jovial remnant
# jovial remnant The simplest way is to just gather tons of different images of the gamplay and t...

Then also depending on how you inference the model, the training data would either be own standalone context completion job, of which results you return to actual running context where the model has the history of actions it has been doing. Or alternatively you could have identification and then action be part of the same completion generation by the model. (tldr you either identify image in fresh standalone context, or together with everything else)

split steppe
#

but the biggest issue is that of basic human respect, don't give us LLM generated responses, it speaks volumes about you that you can't even be bothered to talk human to human and just dumped what people said into a bot

rough bloom
floral hawk
minor trout
#

will reply with respect human to human now

opaque wharf
floral hawk
#

I ran into a roadblock with carpetmod fake players not working with baritone, so I'm going to be derailed custom building pathfinding for a few days at least anyway.

minor trout
#

i have a question to you guys

floral hawk
#

On the bright side, I get more control out of custom pathfinding. Cons: Gotta learn how to do pathfinding

minor trout
#

why are you guys in this specific server talking about programming?

split steppe
rigid snow
opaque wharf
floral hawk
#

Alot of us here were attracted here due to Neuro and a mutual interest in LLMs, it makes sense if you think about it

#

But that doesnt mean thats all we work on

minor trout
floral hawk
#

LLMs and programming do go hand in hand though

split steppe
floral hawk
#

I build UIs, game mods, and from time to time I automate workflows for remote jobs

opaque wharf
floral hawk
#

To name a few

hard delta
opaque wharf
#

If kernel optimization difference would yield a different result then that is not numerically stable is it?

split steppe
minor trout
#

i realized most of the people i'm talking to right now are the same people i talked to yesterday

minor trout
hard delta
#

that's how most peopel got here, and then "oh hey there is a programming channel"

#

and then in there peple actually said some interesting stuff here and there

#

it's the pipeline

floral hawk
#

Yeap

minor trout
split steppe
#

next one in the pipeline is thighhigh socks and a skirt

jovial remnant
# floral hawk I genuinely appreciate the outside perspective.

No worries, I haven't done any vison fine-tuning runs myself yet (tho I will be doing a ton soon) so my suggestions are likely not the most efficient, but those are the first approaches that come to mind, since finetuning generally follows very similar ideas no matter the modality you want to finetune. The technical details of training itself are usually a separate concern to the gathering of the data itself that you figure out as you go depending on what code you use for training

opaque wharf
rigid snow
#

#baking ALERT

minor trout
split steppe
#

it's technically interesting as well

floral hawk
olive sable
split steppe
#

neuro does quite a lot of interesting things, marvelously optimized

rough bloom
split steppe
minor trout
opaque wharf
#

On the bright side, we got server build stream today neuroHypers

minor trout
split steppe
#

he probably won't anymore, too much at stake and the audience is too normalized away that most people won't attend

jovial remnant
rough bloom
#

of questionable quality

olive sable
#

true

rigid snow
split steppe
#

he does have over a million followers now, it's mostly non-programmer crowd

minor trout
#

kinda sad, would have been helpful to learn from him

split steppe
minor trout
#

what does he do now these days?

opaque wharf
#

Let's bully him even more if he over torqued his threadripper neuroHypers

rigid snow
#

oh right today is irl stream day

split steppe
minor trout
#

What do people think the definition of AGI is because i hear different perspectives on when an ai becomes an AGI

olive sable
#

AGI is a slop definition without any real substance behind it

rigid snow
#

qwen 3.5 9b is agi

split steppe
#

agi is a never ending goalpost of whatever marketing team is in charge now. if you listen to em agi was 10 years ago when gpt was made

hard delta
rough bloom
split steppe
#

but originally, agi was an idealistic machine that can do anything a human can, at the same level as a human. just nobody ever agrees which human that is. probably sam

opaque wharf
split steppe
rigid snow
rough bloom
olive sable
#

im bringing the average down, you should be thankful

opaque wharf
rigid snow
#

yeah? kinda

minor trout
#

out of billions of people, how many do you think actually has some useful skills? like less than half the population

opaque wharf
split steppe
#

llms are only a tiny fraction of human capability

#

agi is general capability across the board

rigid snow
opaque wharf
minor trout
#

i mean if ai has to do what everything humans can do, they're gonna need a body

olive sable
#

i think the time has come for nix flake update catdespair

opaque wharf
#

Which is what I'm actually interested in than LLM

split steppe
#

LLM is specialized intelligence

opaque wharf
split steppe
#

they need embodiment as a bare minimum

rigid snow
minor trout
#

and that's gonna be hard because engineers can't get the energy efficiency and replicate every muscles of the human body

opaque wharf
split steppe
#

you don't need it to perfectly match a human body necessarily, it just needs to be able to perform like a human

#

look at boston dynamics

#

those are fairly good at mobility

opaque wharf
#

They are now also quite alright for personal translation

minor trout
#

so they don't necessarily need to look like a human

split steppe
#

robots struggle with fidelity still, like fine control of pouring or not cracking eggs n shit

opaque wharf
opaque wharf
olive sable
#

34GB??????????? welpsagiri

split steppe
minor trout
opaque wharf
#

Which is why the hand sensor thingy that someone unveil st CES is actually amazing

split steppe
rough bloom
split steppe
olive sable
#

very well timed screenshot i guess. pyopengl, havent heard that name in ages

olive sable
#

i wonder what program is using pyopengl

#

cuz i havent used it on nixos

minor trout
#

sudden question, where are you guys from?

olive sable
#

europe

split steppe
#

a good chunk from europe or adjacent

rough bloom
#

neurope

split steppe
#

vedal is br*tish afterall

minor trout
#

asia

#

guess where in asia tho

split steppe
#

throw a dart in the subcontinent the size of 1/3 of the world demeHmm

rigid snow
#

i tried 9b models that are tuned for openclaw like agents and they’re aight for shuffling docs around and doing generic stuff. i wanted to try and merge an rp tune with that and look at what monstrosity comes out. maybe an actually fun personal assistant, because like, i like how gpt 5.5 performs but its sooo boring in how it plays its own soul.md out

olive sable
# minor trout asia

you said you have the hardware needed to run your ai idea. but what hardware exactly would that be?
do you have 2 4090s or something?

split steppe
#

hes from china or smth, got an entire lab prolly

bitter phoenix
olive sable
minor trout
#

like i'm not gonna make it gpu heavy if i want it to be quick and a daemon

olive sable
minor trout
minor trout
#

what are you tryna say

olive sable
#

the deamon is running mhm

minor trout
#

OHHHH

split steppe
#

not old enough
mom, can i get a lot of 8 B200, and AMD Epyc, 200x 32TB SSDs and google fiber, i need it for school

minor trout
#

i misread that as a demon not a daemon

minor trout
rigid snow
#

not over 30 seconds mhm

split steppe
#

hes born not even yesterday :V

sage crag
#

not even a minute ago

#

they grow up so fast

split steppe
minor trout
olive sable
split steppe
#

nah you just need to be some rich guys child and nepo your way into owning a datacenter

#

baby musk

#

that sounds wrong

minor trout
#

I'm not experienced as you people and like an amateur so i probably won't care if you see me as pathetic

split steppe
#

it's not pathetic to learn, it is however pretty pathetic to outsource your smarts to an llm, gotta remember that

opaque wharf
#

Oh, konii is here

split steppe
#

llms rarely teach

minor trout
#

who's konii

opaque wharf
#

I am notkonii

#

So not me

rigid snow
#

konii wh neurOMEGALUL d

umbral wigeon
#

Let's vibe code

#

(jk I'm just doom posting)

minor trout
#

right now i only know how to do python and a little bit of javascript, css, and html

tender river
#

who's konii

rigid snow
#

you

split steppe
#

i konii remember

split steppe
minor trout
split steppe
#

recommended cleanse for ai slop

minor trout
#

will watch thank you

minor trout
#

i love silence the most

minor trout
split steppe
umbral wigeon
#

Claude, rewrite this video in rust

minor trout
#

not gonna lie he's acting a bit autistic

split steppe
#

aint we all a bit autistic

minor trout
split steppe
#

he's just european tho

minor trout
#

we all are

minor trout
split steppe
#

ya we're all like that here

umbral wigeon
#

Claude, Summary chat above, edit: No mistakes

rigid snow
#

who’s european glueless

minor trout
split steppe
#

ur a peein, am a peein

rigid snow
#

how did you know

umbral wigeon
minor trout
rigid snow
#

:ohidontsee

minor trout
#

ㅎㅇ

umbral wigeon
split steppe
#

typical european profile, saw it from a mile away neuroSuperior

minor trout
#

is there a reason why you like chinese ai?

umbral wigeon
#

Yes, but I like to glaze china

minor trout
umbral wigeon
#

China best technology

minor trout
split steppe
#

chinese ai is free and easy to run :V

minor trout
minor trout
#

and i recently realized the qwen series were made by china and trained on claude data

opaque sigil
#

poor claude

split steppe
#

i dont trust ai period, still, it's pretty nice to be able to run one for random vague questions i sometimes have

rigid snow
split steppe
#

like what is this one weird movie i only remember a single frame of that i also remember incorrectly

#

i dont use ai for any work, it's brainrotting if used that way

opaque wharf
split steppe
#

never gonna pay any of them either

umbral wigeon
opaque wharf
split steppe
minor trout
#

one of my friends say clankers should all be exterminated

split steppe
#

based, i like your friend

minor trout
#

because they're stupid and slop makers

jagged turtle
rigid snow
#

oh also on vibecoding, the funniest thing happened recently. i was vibecoding a neuro clone because i wanted to try the stack out and i asked for lipsync. i fucking died when i started talking to it for the first time and it started to lipsync ME instead of the tts

minor trout
minor trout
rigid snow
olive sable
#

PBO is set to 200W. but it still doesnt want to go higher than 110W bwaadow

opaque wharf
opaque wharf
#

But I know if their translation are BS

olive sable
#

its fine

opaque sigil
#

compiling isn't that heavy in the first place

olive sable
#

the fans arent ramped up fully yet

jagged turtle
olive sable
#

i need to change the fan curve

split steppe
#

you can cook eggs on that, fix your fans lol

jagged turtle
minor trout
#

who's the 大王 here, it's vedal!

opaque wharf
minor trout
#

大 means big

#

i'm not chinese btw

#

王 means king

opaque wharf
#

That's why I said AI won't degrade my skill evilWheeze

jagged turtle
#

speaking of game integrations the video I wrote about neuro api was released today and never have I felt more stressed in my life when I woke up

split steppe
#

every AI bro ever

olive sable
nocturne olive
#

neuroThinkSmug Thermal throttling

#

Mabe

#

90C is sus

olive sable
#

i should try setting a more aggresive fan curve

split steppe
#

100% thermal throttling, he's cooking his cpu and complains it doesn't pull more

minor trout
#

what's the best image generator the world has right now

split steppe
#

throttling already begins at 80C usually

opaque wharf
rough bloom
olive sable
#

my new mobo has bad fan curve presets and i never bothered to change them

split steppe
#

thats the first thing i change on a new rig lol

minor trout
#

why does mac air don't have cooling fans

split steppe
#

i hope your fans are plugged into the right spot too

olive sable
#

lemme wait until it finishes compiling this shit before i change the fan curves

split steppe
olive sable
#

its compilign blender rn

jagged turtle
olive sable
split steppe
#

i should get out of bed and continue my engine development

opaque sigil
#

why are you compiling blender neuroCry

olive sable
#

hip

minor trout
olive sable
jagged turtle
olive sable
minor trout
split steppe
proven merlin
#

Id probably undervolt (pbo curve optimize) the cpu, youre more likely to hit better clocks that way.. (if youre tdp or temp Limited)

jagged turtle
#

yeah that

olive sable
#

[2/566/587 built, 1987 copied (34098.5/34106.3 MiB), 7352.7 MiB DL] building blender-5.0.1 (buildPhase): [ 45%] Building CXX object source/blender/blenlib/CMakeFiles/bf_blenlib.dir/intern/array_store.cc.o

minor trout
olive sable
#

github

jagged turtle
#

yeah the spec is on github

#

the video is on yt obv

split steppe
#

the repo he sent is the api/sdk

olive sable
opaque sigil
#

i think you want pkgsRocm.blender FOCUS, supposedly cached from 2 days ago

olive sable
opaque wharf
#

And you know how Sam is neuroTroll

olive sable
jagged turtle
olive sable
opaque sigil
#

someone needs to sit this dude down and explain to him the concept of a binary cache

olive sable
#

projects forum is a bit hidden away

minor trout
olive sable
#

it is the first one but still

#

specifically neuro, but ye

split steppe
#

this channel should prolly also have a pin for it i feel like

jagged turtle
#

if it's like, questions specifically

#

or leave it here idrc and then whoever can answer could answer

olive sable
#

then pin a shortcut to the channel neurOMEGALUL

jagged turtle
olive sable
#

pin a link to it

split steppe
#

pin sam to the wall

olive sable
stark needle
#

shiro

olive sable
#

shadowo

stark needle
#

split steppe
#

dont mods have pin perms, clouds on

stark needle
#

shiro

nocturne olive
olive sable
#

@rare bridge 🙏

olive sable
rare bridge
#

sure

split steppe
olive sable
#

thanks cloud neurosHugA

sage crag
opaque sigil
#

NeurOhISee blender from 25.11 relies on hipSupport while 26.05 blender relies on rocmSupport and the former is not cached

sage crag
nocturne olive
opaque wharf
olive sable
#

its downloading blender 5.0.1

#

which should be up-to-date

opaque sigil
#

unstable is at 5.1.1

olive sable
#

but my nixos is old

rough bloom
#

26.05 soon

olive sable
#

oh ye im on stable

opaque sigil
#

next week i guess

rough bloom
#

would've been tomorrow

opaque sigil
#

do we know the codename for 26.11 yet FOCUS

#

i can't find anything

sage crag
rough bloom
#

should be decided some time after 26.05 release I think?

olive sable
#

i keep seeing that emote

#

:Processing:

sage crag
#

processing

olive sable
#

i want it

sage crag
#

vetoed

olive sable
opaque wharf
#

You're welcome

olive sable
#

why is konii not letting me steal pngs?

#

this is nfts all over again

opaque sigil
opaque wharf
#

Wtf they changed the logo

#

Where is the old processing I know neuroSad2

sage crag
#

wow that logo is awful

olive sable
sage crag
#

it looks like it fell apart

opaque sigil
#

wtf is that AINTNEURWAY

rough bloom
#

abstract

#

flat

sage crag
#

earthquake(P)

olive sable
#

disgusting

rough bloom
#

very unique

sage crag
#

look at the 4 logos at the top of the page

split steppe
#

why do people insist on making their shit generic and unrecognisable these days, i'll never get it

minor trout
#

i feel like this channel only has the same people talking over and over again

opaque sigil
#

did you see the disco icon theme they added to pixel phone FOCUS

opaque wharf
#

@desert plaza the human compiler please come back neuroSad2

opaque sigil
minor trout
#

the first pinned message was you saying smth on 2024 november

stark needle
opaque wharf
stark needle
#

This looks like

#

The fake ads

#

From 2015

opaque sigil
#

a joke they for some reason turned into an actual icon pack after spotify changed theirs for a bit

split steppe
stark needle
#

Bruh

olive sable
#

Noooo

#

None of that

split steppe
#

spotify's new logo is definitely awful though

opaque wharf
split steppe
#

low contrast, low recognizability

opaque sigil
tender river
split steppe
opaque wharf
#

I am not talking about the software itself

#

Like, processing is goated for what they are

minor trout
opaque sigil
#

we need more whimsy in the world

minor trout
#

op, no i meant looks ugly

opaque wharf
#

Like scratch logo

split steppe
tender river
opaque wharf
tender river
#

i think it could be better

#

also the other logos share nothing in common

#

other than

minor trout
tender river
#

being drawn in 3 or less shapes

minor trout
#

i can speak in korean but unless there is someone korean, no one would understand

split steppe
#

local koreans raise your hand

leaden crest
#

sam really?

#

that’s new info

olive sable
#

Local to who?

kind fable
olive sable
leaden crest
olive sable
#

Raising hand looks like this "🙋‍♂️"

leaden crest
#

I raise both hands

leaden crest
split steppe
#

korean spotted 👆

leaden crest
#

uhh who else is korean in here holdup

split steppe
#

just you bud, just you

#

how does that make you feel

olive sable
#

Rule 10 ye

minor trout
#

한국어 할 수 있는 사람 손

olive sable
minor trout
#

샘드위치

split steppe
minor trout
#

ㅋㅋㅋ

opaque wharf
leaden crest
#

oh @weary mist obviously

split steppe
#

supikip has jp tag, are they korean 🤔

leaden crest
#

joayo joayo hobagi joayo

opaque wharf
minor trout
#

쪼아요, 쪼아요, 물걸레질 ㅈ쪼아요,

#

스피키 네르지 마세요!

leaden crest
#

oh my god they know what supikip is neuroAware

kind fable
split steppe
olive sable
#

Try not to get banned challenge

#

Rule. 10

leaden crest
#

do i get a warning too if im replying to it

#

for future reference

olive sable
#

Idk

opaque wharf
minor trout
leaden crest
olive sable
#

This is the first time i tried to search something and it thought it was an ip. Normally it does the opposite where it puts an ip into normal google

minor trout
#

well it's @olive sable stuck between two piece of bread

leaden crest
#

and “m” and “n” are pretty close apart on korean keyboard

olive sable
leaden crest
#

neuroBread @olive sable neuroBread

olive sable
#

Excuse me

opaque wharf
minor trout
leaden crest
minor trout
leaden crest
#

im native english

#

I cant speak korean well

#

or well

#

I speak it fluently but i cant spell for shit

olive sable
#

Firefox

minor trout
#

so like i looked through the list of people and so far i've found one people with a korean username

#

2 now

#

and every other korean people are at the bottom

olive sable
opaque wharf
olive sable
#

I guess il send this here too

#

Ac pump repaired neuroHypers

#

Condensation pumps seem to be the most fragile parts in an ac system

#

This is the 2nd one we had to replace

opaque wharf