#code-discussion

1 messages · Page 280 of 1

thick crater
#

use pastebin next time or similar filesharing not to flood chat
i think you could use square distance instead of checking distance with every mouse movement
also use RunService.RenderStepped:Connect(function() instead of mouse.Move for better performance

Overall pretty nice

warm spindle
#

what are these searches bru

heavy shadow
#

btw what are u even searching

#

help me

#

i dont knw what to do next

dusky relic
rotund pawn
#

My game has huge map, so most of map is not loaded. Yet I want to set location marker to part outside of render distance, is that possible?

versed arch
rotund pawn
#

What if I create workspace model that has Model streaming enabled always rendered?

versed arch
#

you can try and look for tutorials on how to render objects from far away, i'm sure there are some

#

unless you wanna mess around with the billboard gui

rotund pawn
strange surge
#

Jo

tender abyss
#

how do u make rigs do animations in loop

subtle fractal
#

How does a Service Module differ from other modules?

#

IE PlayerService.luau

dim compass
#

just a naming practice i believe

#

but ususally they behave like singletons

subtle fractal
#

isnt this how you require a module

#

am i tapped

median tree
subtle fractal
jade swift
#

Is claude great to learn scripting in roblox studio

frigid wagon
subtle fractal
#

effing hell i finally set up the type

#

oops small tweak made

#

I was rewriting a new table instead of modifying a global one

haughty sapphire
subtle fractal
#

Starting witrh a basic stats module

#

that creates, fetches, and modifies a player's stats

#

@haughty sapphire this makes it that the Modifier Parameter can be either of tese right?

versed arch
subtle fractal
#

@jade swift #1 thing to always prioritize in programming is essentially system design. Dont ask claude to make code for you, ask it to show you the architecture and design of the code, kinda like pseudocode but vaguer.

This will make you learn alot better and more effeciently as opposed to simply asking it to make code for you

jade swift
#

Alright

subtle fractal
# jade swift Alright

At the very base of it, the roblox game and any system in general or game requires architecture. An engineer can only do so much to build something if they don't know or have the blueprint. But an architect has it much better because they have the blueprint and design, all thats left to do is the actual building. Its like driving without knowing the direction; sure, you're driving, but where to?

The same concept applies in game development or development in general. To code well you need system design, not just complex code

jovial moat
# subtle fractal

Did you mean to return PlayerStats[Player] instead of PlayerStats?

jovial moat
#

Okay yeah deffo fix that mistake lol

subtle fractal
jovial moat
# subtle fractal

You can also say that the function returns the player stats type for autofill purposes

subtle fractal
#

xd

subtle fractal
jovial moat
#

Me when I

local function kms<T>(foo : T, bar : typeof(newproxy(false))) : {[T] : (T) -> T}
    bar[foo] = function(val : T) : T
        return foo
    end
    
    return bar
end
iron kraken
#

me when im dumb

haughty sapphire
haughty sapphire
jovial moat
haughty sapphire
jovial moat
haughty sapphire
jovial moat
#

Here is an example of me using newproxy for a symbol:

-- Author: iGottic

--[=[
    @class Symbol
]=]

local Symbol = {}

-- Types
export type Symbol = typeof(newproxy(true))

--[=[
    Creates a blank userdata that can be converted into a string.

    @param Name string -- The string representing the symbol
    @return Symbol
]=]

function Symbol.new(Name : string)
    local self = newproxy(true)

    getmetatable(self).__tostring = function()
        return Name
    end

    return self
end

--[=[
    Creates a blank symbol.

    @return Symbol
]=]

function Symbol.newNameless()
    local self = newproxy(true)

    return self
end

--[=[
    Equivalent to `tostring`, gets the string name from a Symbol.

    @param ThisSymbol Symbol -- The symbol you're checking
    @return Symbol
]=]

function Symbol.AsString(ThisSymbol : Symbol)
    return tostring(ThisSymbol)
end

return Symbol
subtle fractal
jovial moat
#

Assuming a = Symbol.new("Hello") and b = Symbol.new("Hello"), then a ~= b but tostring(a) == tostring(b)

jovial moat
weary socket
#

Username changes

subtle fractal
jovial moat
#

Player.Name changes based on your username. For persistent data, use Player.UserId

weary socket
#

He means does it change within the same play session

jovial moat
#

No

subtle fractal
#

I mean

weary socket
#

So i guess he would need to query their username based on id

#

Ok

subtle fractal
#

if i store a player's data in a global table using their username

#

I.E for a datastore

#

and they change their username

jovial moat
subtle fractal
#

will it break

weary socket
#

Yeah it will

subtle fractal
jovial moat
#

When username changes, Player.Name changes

eternal ridge
#

what is the difference between a value and a key in a dictionary?

hearty lion
weary socket
#

They can be any value/type except a key will have some restrictions because not all datatypes will work well as keys in terms of indexing. But legit they are both values, keys are used to find the associates value in one go but you cant do that vice-versa without some other strategy

eternal ridge
#

Nevermind I worded that wrong

#

I was trying to ask what difference it would make if I used [] in a key instead of just typing it out but now I know

hearty lion
uncut nest
haughty sapphire
arctic ginkgo
#

so im using the free version of powerpoint which is quite restricted, and the servers are down for editing image format properties like brightness, so i had claude ai Create an entire addon, XML file, that sources from a free website hoster called netify, to then let me directly edit the image within powerpoint and then it imports it.

uncut nest
#

uhh

arctic ginkgo
#

it flippin works

uncut nest
#

is advertising allowed?

arctic ginkgo
#

no it is not

#

oops i didnt realize it showed my brand

#

hold on

hearty lion
#

well this isn't the minecraft reddit

#

i don't think they'll count your image showing your brand as advertising

haughty sapphire
haughty sapphire
arctic ginkgo
#

so im using the free version of powerpoint which is quite restricted, and the servers are down for editing image format properties like brightness, so i had claude ai Create an entire addon, XML file, that sources from a free website hoster called netify, to then let me directly edit the image within powerpoint and then it imports it.

hearty lion
#

a userdata can be used like a table, but isn't a table

#

so it doesn't hold any data

#

it just holds a metatable

haughty sapphire
hearty lion
haughty sapphire
#

and even if it did wouldnt it not set in the metatable unless u override .__newindex metamethod

hearty lion
haughty sapphire
fervent belfryBOT
#
Tag » apps

How to Apply

If you want to apply for a role in our community, the applications can be found here! It is highly recommended to check out our Application Rules to learn the requirements for these skill roles!

Pending Time

An application for a skill role may take up to 0-48 hours to be read. If pending beyond that time, please create a ticket using /ticket and then selecting the "Application" category in #cmds

Application Tickets

To ensure your ticket is being dealt with maximum efficiency, please link your application in the media section of the ticket. As well as specify which role you are after. Also, if you have any doubts or concerns related to applications, then you may create a ticket.

Application Tickets take 2-3 days and up to 1 week to be resolved.

Still don't know how? Watch this video to find out how!

hearty lion
#

in that example newproxy(false) is assumed to be a proxy with __newindex set in the metatable

#

i think

#

i don't use newproxy

kindred pulsar
#

im 5 months into scripting any tips

jovial moat
#

kind of

#

but yes

#

sure

heady sluice
#

One message removed from a suspended account.

weak radish
heady sluice
#

One message removed from a suspended account.

versed arch
weak radish
heady sluice
versed arch
#

?

#

just put them where the client can't access... like serverstorage

heady sluice
#

One message removed from a suspended account.

mellow notch
#

Yo does anyone here have experience with editablemeshes. I am trying to make one and no matter what I do it does not render but its there and I can walk on it and my camera interacts with it

heady sluice
versed arch
#

also what do you mean by exploitable

heady sluice
#

One message removed from a suspended account.

weak radish
versed arch
heady sluice
#

One message removed from a suspended account.

heady sluice
versed arch
#

maybe because you're doing certain math that the server has to handle inside of a client, no wonder the latency will shit itself

heady sluice
#

One message removed from a suspended account.

weak radish
# heady sluice One message removed from a suspended account.

I do systems like that all the time, that's what you do for everything, apply client side changes without reality checks server side and then the changes that actually matter like health you get the server to do if the player passes the checks

#

it's not hard compared to other elements of programming

versed arch
#

or maybe use a remotefunction if you don't want too much latency

heady sluice
weak radish
heady sluice
kindred pulsar
#

yo im 5 months into scripting any tips, it feels like im stuck

kindred pulsar
#

like idk what to do or how to learn

kindred pulsar
primal jacinth
#

this is purely focussed on lua itself

shy cipher
shy cipher
primal jacinth
#

i wouldnt recommend it to someone who feels stuck

#

reckona he wont get past page 6

#

also a lot of it wont theres no use for in studio

shy cipher
#

most of lua applies to luau except for like the goto keyword and a lotta other stuff but generally it applies, I think the object oriented chapter is masterclass

#

I shoulda also mentioned he should skip the non-studio parts like the io library

primal jacinth
#

or tuples

primal jacinth
shy cipher
primal jacinth
#

its uploaded a million times on pdf library

shy cipher
#

it's on lua 5.3, I think 5.1 would have been more useful

#

since luau is based on that

primal jacinth
#

bro

celest grove
primal jacinth
#

you send block oof code with 0 explenation

celest grove
#

like "--"?

primal jacinth
#

that too

celest grove
primal jacinth
#

you ask is it okay

#

what should be okay

celest grove
#

any issues or smth i made bad

#

nvm, it's simple code so whatever

nova shore
#

is code discussion only for Roblox Related stuff

versed arch
#

not necessarily

#

there are people here who know stuff like C or Python or really anything that comes to mind

#

though sometimes people do talk about random things

brisk harness
#

who here has 2-3 years of coding just asking

fallen sand
versed arch
#

i think i'm qualified!

celest grove
naive swift
sturdy dirge
celest grove
#

or newproxy?

#

for first one you need to write ```lua at the start, switch to next line and close with ```

sturdy dirge
#

yes like that

#
like this?
#

wow

#

thanks for telling me

celest grove
celest grove
median echo
#

i need help, how do you get the 'respawn character' death/oof animation on an npc?

#

eveyrthing i try doesnt work and i cant find anything on the internet

#

r15 npc

celest grove
median echo
#

yes

static sleet
#

Yes

median echo
#

like how the limbs separate and explode outwards

celest grove
#

Humanoid.BreakJointsOnDeath = false

median echo
#

humanoid.BreakJointsOnDeath = false

#

i already tried this yeah

celest grove
#

humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)

#

if you keep this both together, it should let your npc last longer to be able to play death animation

#

and then you can destroy it by just writing ```lua
Npc:Destroy()

celest grove
#

you tried this and npc still got destroyed after dying?

celest grove
median echo
celest grove
#

Did you try to anchor HumanoidRootPart and play animation with priority "Action"?

#

after dying?

median echo
#

uhm

#

there is no animation to play i think i had to delete motor6d

#

deleting motor6d was the fix

#

tysm for your help tho @celest grove

celest grove
#

alr

grand leaf
#

Anyone know how to spawn brainrots and actually have them spawn on the floor cuz some spawn on the floor n others in the air and I can’t seem to find which part I should anchor

static sleet
#

Like a new part

halcyon mantle
#

Hellooooo anyone thats new to scripting wanna learn together?

static sleet
#

What's new

dry sleet
normal solar
opal prism
#

who can help me figure out why my sword isnt positioned correctly when the player is idle, and lunging it?

static sleet
lean canopy
dry sleet
normal solar
dry sleet
#

I wish more people made genuinely good games though

dry sleet
normal solar
glossy rapids
lean canopy
lean canopy
#

just like a similar concept

#

i already have everything made

celest grove
#

if he's rich, then it doesnt matter

#

if it do matter, owner of "grow a garden" (jandel) wouldn't have a wife

dense iris
#

ssigh.

normal solar
#

this not even ai

#

@molten jackal

molten jackal
#

who codes like that lol

normal solar
#

name an ai that codes like that

molten jackal
#

claude

normal solar
#

molten jackal
#

lol?

normal solar
#

you just calling anything ai lol

#

claude doesnt code like that at all

molten jackal
#

what u on about

#

u asked me a question and i asnwered

normal solar
#

its ok to be wrong

molten jackal
#

and then randomly come to the conclusion i call anything ai

normal solar
#

yea u called it ai and i said ur wrong

#

i asked what ai codes like that u said claude and i said ur wrong

molten jackal
#

local DataService = require(game.ServerScriptService.Server.DataService)

normal solar
#

how does this prove a point

molten jackal
#

normal people usually put requires at the top but AI often places them locally

#

comments that explain simple code lol

normal solar
#

thats a human error

#

formatting is doodoo as well

#

"Does checking stuff for resonance acceptance"

#

you gotta be dense if you think thats an ai comment

#

heres claude's iteration of the script

molten jackal
#

i only mentioned claude as a guess

normal solar
#

oh so ur clueless

#

ok, thats all i need to know, have a good one

molten jackal
#

LOL?

#

ur funny

normal solar
#

and u dont know what ur talking about

molten jackal
#

yes i do??

#

local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")

local function HandlePlayerChat(player, message)
if not player or not message then
return
end
end

#

look at this lmfao

#

textbook structure even when it's unnecessary 😭

normal solar
normal solar
#

correlation to screenshot?

molten jackal
#

what screenshot?

normal solar
#

the one he sent that you said was ai code

molten jackal
#

ye

normal solar
#

how does the snippet you just sent correlate to that at all

molten jackal
#

im slow

#

i might be hallucinating

#

2 am let me be

sharp oak
#

Anyone know if it’s possible to let players like the game from inside the game just by pressing a button or something?

regal salmon
dark juniper
#

And it would be in every simulator game

#

so no

spiral flax
dense apex
#

Heya, super strange one basically I’m looking at possibly making a retro SCP game I’m talking 2019-2020 esque where SCP’s just run into players to kill them, etc. No real special effects. Was wondering how much people would charge for a handful of SCP’s with some very basic effects 10-15, basic raycasting gun system with 10-15 guns, team management, morph handler, door system (insert keycard into door to open), etc. How much would you guys charge in your opinion for a super retro game like this?

potent igloo
dense iris
#

@normal solar

normal solar
dense iris
#

good defense

#

i legit js recently started learning datastorages yo

weak tundra
flint trench
#

yo can someone teach me how to build or make good looking GUI

weak tundra
weak tundra
#

It’s a tool ui designers use

dense iris
#

all i did was to help me organize / format my module

weak tundra
#

Yeah then don’t listen to people who shun you for it

lofty terrace
lament hazel
#

guys should I become a software engineer? i already know luau and python but im scared Ai might replace software engineer soon because the entry level already got replaced by ai

weak tundra
lofty terrace
#

Just keep becoming better and better to stay ahead of others

lament hazel
lofty terrace
#

Plus AI might not even stay around to be so accessible for long since it’s not profitable whatsoever

lofty terrace
#

Still have to learn that

#

Don’t want exploiters demolishing my sh

lament hazel
lofty terrace
lament hazel
lament hazel
#

when I join the college it would for sure be already completed

lament hazel
lament hazel
lofty terrace
lament hazel
lofty terrace
#

I’m basing this off of CE major

#

they all get the same core classes and then stem out into their own thing either during or after graduation

lament hazel
lofty terrace
lament hazel
lament hazel
lofty terrace
lament hazel
lament hazel
lofty terrace
#

it’s the only thing I can imagine enjoying for a long time

#

otherwise i’m fried

lament hazel
lament hazel
lofty terrace
#

maybe you’ll see smth that interests you

lament hazel
lofty terrace
#

its funding is already insanely questionable

lament hazel
lament hazel
#

student debt is the last thing I would think about since I already have a great side hustle

slender cave
#

@lament hazel What langs do u know

lament hazel
lofty terrace
lament hazel
lofty terrace
#

They spend billions without seeing any returns off of that

lament hazel
#

since sora 2 made billions of dollars

lofty terrace
#

Not off of normal consumers

lofty terrace
#

Shit died so fast after the hype

lofty terrace
lament hazel
lofty terrace
lament hazel
#

but for now I will try not to stress about jobs ngl

lofty terrace
#

It’s not generating profit whatsoever

#

None of the AIs we use are

slender cave
lament hazel
lofty terrace
slender cave
#

Not quite

lament hazel
#

I mean to be fair entry level is like the average programmer or even less

lofty terrace
#

AI is a parrot

#

It sees a source and repeats what it saw

slender cave
#

AI is just how it sounds. Artificial intelligence. It can't and won't surpass human intelligence

lament hazel
slender cave
#

To a point it can. But it won't indefinitely replace humankind

lament hazel
#

im trying to join a job with good income and not so many risks

lament hazel
slender cave
#

Humans will outlast AI

#

AI cannot reproduce

lament hazel
lofty terrace
#

Technically if given a body it could establish an assembly line

slender cave
#

AI will definitely replace things, just not on a global scale

lofty terrace
#

Idk anything about ai like that anyways BONK

slender cave
#

Every human on earth is smarter than AI. AI does not have an IQ

lofty terrace
#

@lament hazel you are worrying too much imo

#

you either have a job or not

lament hazel
lofty terrace
#

that’s the reality for all professions

lament hazel
#

theres too many risks

lofty terrace
lament hazel
slender cave
#

AI will never be as good as human in most things

lament hazel
slender cave
#

Oh. yeah were cooked

lament hazel
#

engineers might or can be replaced completely in the future decades

lament hazel
slender cave
hollow summit
lofty terrace
#

ye that’s why do politics

lament hazel
lofty terrace
#

you either retire a millionaire or die a fresh spawn

snow veldt
lament hazel
#

the point is I learned luau and python for nothing praysob

slender cave
#

Not true at all

lament hazel
hollow summit
lofty terrace
slender cave
#

AI wont reach us for another few decades

snow veldt
#

trust

lament hazel
snow veldt
#

these jobs won't be replaced by AI

lament hazel
hollow summit
lament hazel
hollow summit
#

raw ai still takes a bit

snow veldt
#

but AI definetly will become a skill, knowing how to use ai tools properly will be a tool in the future thats for sure

lofty terrace
snow veldt
lament hazel
#

so I just have to 50/50 my future 🥹

hollow summit
slender cave
#

And this was said like 5 years ago too

snow veldt
lament hazel
#

im talking about my future

hollow summit
slender cave
#

@lament hazel We will be long dead when AI replaces the first software engineer

lament hazel
#

I made 3k off commisions but thats nothing irl

lament hazel
lofty terrace
#

3k is a lot

slender cave
#

41% of code on GitHub is AI generated

lament hazel
#

commisions is bad

snow veldt
lofty terrace
lament hazel
hollow summit
#

llm's started popping up late 2022 to early 2023 and they were completely and utterly useless back then... go 3 years forward and it has global impact and there are trillions being dumped into it with every reputable lab hard abusing it xd

snow veldt
#

that's how I'd do it

lament hazel
#

it pays rent

hollow summit
snow veldt
#

comissions arent really meant to be long term

lofty terrace
snow veldt
#

you can get jobs at studios aswell like salary based jobs

lament hazel
snow veldt
#

like $100K Anually even

#

its just up to you and how good yhou want to get at scripting

lofty terrace
lament hazel
lofty terrace
lament hazel
#

what make you think 70 dollars a day isn't horrible

lament hazel
slender cave
#

Why do people measure in CCU instead of DAU

granite zenith
#

Who wants to work with me in a game

hollow summit
lament hazel
lofty terrace
hollow summit
lament hazel
lofty terrace
snow veldt
lofty terrace
lament hazel
lofty terrace
lament hazel
hollow summit
lament hazel
snow veldt
slender cave
#

Running AI's is much more expensive than just paying people to do things @lament hazel . This is one of the main reasons it wont replace every job

snow veldt
#

but yea ccu is goated

lofty terrace
hollow summit
lament hazel
lament hazel
snow veldt
#

like thats on roblox

lofty terrace
slender cave
#

The mona lisa will always be worth more than an amazing painting by AI. @lament hazel @hollow summit . It's the human values that people value

snow veldt
#

now imagine outside of roblox

#

millionsssssss to be made out there

slender cave
lament hazel
hollow summit
snow veldt
#

at a game studio on roblox

#

full-time

lament hazel
snow veldt
#

you can get positions that are long term

#

paying you monthly

lament hazel
snow veldt
#

any studio

#

lots of studios give those kind of jobs

lofty terrace
lament hazel
snow veldt
#

obviously more bigger ones but yeah

lofty terrace
#

but I see what you meant

snow veldt
#

you can do a commission

#

but there are full-time long term roles too

hollow summit
lofty terrace
snow veldt
#

some give you like hourly wage and others a set salary

lament hazel
snow veldt
#

you just have to be good

lament hazel
#

I take 5-6 hours per a commision depends on the script

snow veldt
lament hazel
lament hazel
hollow summit
snow veldt
lofty terrace
zenith mason
lofty terrace
lament hazel
snow veldt
#

and with everyone using AI these days, it's insanely easy to get ahead of the game

lament hazel
lament hazel
#

and missions

snow veldt
lofty terrace
snow veldt
#

its easy to get ahead of majority when it comes to actual LUA use

lament hazel
zenith mason
hollow summit
lament hazel
snow veldt
#

stop thinking so negative

lament hazel
snow veldt
#

you dont start at $100k a year

lament hazel
snow veldt
#

you gotta build bro

hollow summit
zenith mason
#

how much do u charge per commission? @lament hazel

lament hazel
zenith mason
#

5-6 is wild

lament hazel
zenith mason
#

oh ok thats fine

snow veldt
zenith mason
#

^

lament hazel
lofty terrace
#

😝

hollow summit
lament hazel
slender cave
#

@lament hazel @hollow summit Do you even have the slightest idea how complex software can become? Also Just like with WordPress. People said it would replace web developers. Instead, it created more opportunities for developers because it became much more affordable for small businesses to have websites. Ai replacing programers is like thinking autopilots will replace pilots. Ai wont replace programmers, it'll just help them code

lament hazel
#

I still don't know if I will be able to make 100-200k a year

snow veldt
zenith mason
lament hazel
lament hazel
lofty terrace
hollow summit
hollow summit
slender cave
lament hazel
snow veldt
#

uni is a risk

#

you could pay thousands just to end up working at mcdonalds

lofty terrace
snow veldt
#

can't be ballin withiout bein all in bro

lament hazel
lofty terrace
lament hazel
slender cave
lament hazel
#

future job risk is like risking 70 years of your life

slender cave
lofty terrace
snow veldt
#

I think you're just being too negative bro

lofty terrace
#

even dumb people succeed

hollow summit
snow veldt
#

just chill and work hard, and then your worst case scenario is just the average life

#

😭

lament hazel
snow veldt
#

life too short to worry about allat

slender cave
lament hazel
zenith mason
snow veldt
lofty terrace
hollow summit
slender cave
snow veldt
#

and you are young, you can afford to take a loss and try again bro

lofty terrace
#

there is no specific way to succeed in life except for action

#

if you stand and wait for a blueprint you’ll be standing forever

lament hazel
lament hazel
snow veldt
#

and you can't kjust "finish" everything

#

there's always something you can do better

zenith mason
#

"finished everything in coding" do yk how advanced coding can get

slender cave
lofty terrace
lament hazel
lament hazel
#

what else would I grind for in coding

snow veldt
lofty terrace
#

it’s really linear too

lament hazel
hollow summit
zenith mason
#

lowk the real question is why is ai not regulated? 🤔

lament hazel
snow veldt
lament hazel
#

and software engineering is the highest of them

lofty terrace
#

Computers didn’t replace jobs and so won’t AI

snow veldt
#

a good programmer is irreplaceable

lament hazel
lofty terrace
#

and if it will then become a blue collar worker

lament hazel
lofty terrace
# hollow summit ? xD

Everything became digitized but pepe remained, even when everything could be easily calculated

hollow summit
zenith mason
lament hazel
#

I will also study other mech stuff

snow veldt
lofty terrace
zenith mason
#

o alr

lofty terrace
#

they make good money

slender cave
lament hazel
zenith mason
#

😭 bro what

lament hazel
#

the Ai marks

slender cave
#

I guess everything is AI nowpraysob

#

Insane...

zenith mason
#

wouldnt ai write
engineers. Same

lament hazel
snow veldt
#

what if you are AI trying to give us humans fear that ai is going to replace us so that you can get the jobs @lament hazel

#

maybe YOU are AI

#

HMMMMMMMMMMM

zenith mason
#

ohhhhhhhh

#

he got ihm

lament hazel
#

ok guys its enough for today its already 5 am at me

lament hazel
#

and I didn't sleep

snow veldt
#

chadste that sounds alot like chatgppt

lament hazel
#

its not.

#

Sayonara guys have a good day

snow veldt
lament hazel
#

👀

snow veldt
#

Bye bye homie

#

It was nice talking to you

#

I enjoy talking about these kinds of things

#

it's a pretty interesting topic

lament hazel
hollow summit
# slender cave AI in software engineering still has many limitations in areas requiring human j...

You do realize that im not arguing that ppl will stop doing anything. Its a complete transformation for most cognitive tasks and jobs, thats all. Ppl abusing ai will completely zoom past ppl that desperately try to fight against it. Again the rest of your comment is just unrelated buzzword spamming, its the same goalpost moving that ai has been plagued with since the very moment chatgpt first launched. "But it cant do x!".. until it does

#

and man

#

i fucking hate doing ui in roblox Sadge

#

this skill tree is killing me

lament hazel
lament hazel
lament hazel
hollow summit
#

all depends on how good you are and what you are working on / for

slender cave
lament hazel
hollow summit
lament hazel
#

per commision

hollow summit
slender cave
hollow summit
#

at the end it all just depends on your skill

slender cave
#

But never will it replace Software Engineers.

hollow summit
#

and as i said before, transform the profession

lament hazel
#

I honstly want to create a channel like this since this guy already has hype up for his game

slender cave
#

@hollow summit it will still require skilled professionals to leverage and integrate these tools effectively...

lament hazel
#

but as a anime character like luffy or goku

snow veldt
#

you'll make a lot more if you specialize in one thing specifically

lament hazel
snow veldt
#

but not only in programming I mean

#

one language

#

whether it's LUAU

lament hazel
snow veldt
#

C#

#

can i see some of your work

lament hazel
hollow summit
# hollow summit Obv

It still will have nothing to do with what swe used to be like 5 years ago. junior positions will be hell (they are already hell), and the saturation will more and more gravitate towards very experienced ppl doing a * LOT * of work * very * fast.

hollow summit
lofty terrace
#

We all view AI as an assistant and nothing more

slender cave
#

@hollow summit @lament hazel @lofty terrace

It won’t replace them, it will minimize them. The real winners will be those who can use both

hollow summit
#

physical stuff will have a pretty decent delay until you have the robots + cost factor is properly worth it. some jobs will stay untouched (kinda the unlucrative ones too), a great portion will get heavily automated in the future though

lofty terrace
slender cave
# lofty terrace We all view AI as an assistant and nothing more

I think AI's are good at being personal assistant or jump up like calculator, back then they would use paper or writing tool to perform simple mathematical work but now we just type that in calculator and boom you get answers. And i doubt that can replace humans in fields because it will cause collapse of system, like who is going to buy a product if there's only a few people who can afford it

lofty terrace
#

I was going to say all of this

#

Legit about the calculator 😭

lament hazel
lofty terrace
#

Just because you use it doesn’t mean you don’t know math

slender cave
#

The earth ends before that happens

hollow summit
slender cave
#

Actually no that just will never happen

#

Explain

hollow summit
slender cave
lofty terrace
hollow summit
slender cave
slender cave
#

Always

slender cave
lofty terrace
slender cave
#

AI cant replace nature.

#

We are nature

lofty terrace
#

Do you realize how long it will take to build a model that will replace human function

#

It would have to go beyond AGI

slender cave
hollow summit
#

there is nothing, like genuinely nothing outside of arts that will really be blocked from ai in terms of cognitive tasks in the far future

hollow summit
hollow summit
#

only issue that might delay things if the infrastructure for robotics is just getting built too slow, but its hard to predict that

#

but thats really it

lofty terrace
#

Highly doubt it

#

Like insanely highly doubt it

lament hazel
#

@snow veldt here sorry for the light mode my roblox studio just updated, a good gem and leaderboard stats system

hollow summit
#

there isnt really any slowdown, and the potency is already absurd given for how many absurd bottlenecks modern llm's still suffer

slender cave
hollow summit
slender cave
#

The human brain is infinitely more complex than AI

hollow summit
slender cave
#

It cannot be replicated

lament hazel
hollow summit
slender cave
#

Intelligence cannot be replicated to that degree of a human brain

hollow summit
slender cave
lofty terrace
slender cave
lament hazel
hollow summit
slender cave
lament hazel
lofty terrace
#

Ahahahahah

hollow summit
slender cave
lament hazel
lofty terrace
#

I’ve been watching his stuff for now and I like the pace although I skip through the water

lament hazel
# lofty terrace Please suggest

devking(outdated) but still good, best thing to learn from is Ai and yeah its true, brawldev is good but he keeps talking long and waste time

lament hazel
lofty terrace
#

😔

hollow summit
#

just use all api's + 4.6 opus and ur good

lament hazel
#

roblox place have them too

lofty terrace
lament hazel
lofty terrace
lament hazel
#

and they will make you learn it in like 5-10 mins at max

lament hazel
lofty terrace
#

my friend who codes as a profession suggested anti gravity

#

I guess that’s google?

lament hazel
lament hazel
# lofty terrace I see

also brawldev is not bad I would say you should learn from him but after that u can learn from ai as well

slender cave
#

@lament hazel @lofty terrace @hollow summit

Replicating the MERE complexity of the human brain goes FAR beyond simply processing information like AI. it involves consciousness, emotional intelligence, and deep contextual understanding, which are shaped by MILLIONS of years of evolution. The intricate network of BILLIONS of neurons and the brain’s ability to adapt, learn, and makedecisions based on diverse, nuanced experiences is something AI has yet to even come close to replicating and never ever ever WILL replicate. Even with exponential progress, AI STILL lacks the biological foundation and evolutionary history that humans possess. its impoissible for AI to reach human cognition

lament hazel
#

after that it will take you about 1 month to learn advanced system

lofty terrace
lofty terrace
lament hazel
lament hazel
hollow summit
lament hazel
#

you can learn advanced stuff in 1-2 months

lofty terrace
slender cave
hollow summit
lament hazel
slender cave
#

I dont understand how you think AI will reach the level of the human brain. I really dont

hollow summit
lofty terrace
#

AI would explode trying to replicate that

hollow summit
slender cave
slender cave
#

Or energy

wild pine
#

i mean a fly brain was fully mapped

lofty terrace
lofty terrace
lament hazel
slender cave
lofty terrace
#

They even made its model and had a simulation

lament hazel
slender cave
#

Do you know how much more complex the human brain is than a FLY's brain

hollow summit
lofty terrace
slender cave
lament hazel
lofty terrace
#

some people I’ve seen are even dumber than flies

#

so we got a chance

lament hazel
#

*all

lofty terrace
lament hazel
#

trust me, you will see in the future

lofty terrace
#

that’s it

lofty terrace
#

they are forced to implement AI for investors

hollow summit
wild pine
#

we need more ai bros plaguing the front page with brainrot games

lament hazel
lofty terrace
#

😂

lament hazel
hollow summit
slender cave
lofty terrace
#

and it’s gotten to a point where ai companies are asking for bail out money from the gov

lament hazel
lofty terrace
hollow summit
slender cave
#

Were just throwing numbers around

lament hazel
wild pine
#

if ai ever = human brain i feel like that would bring up a lot of ethics issues

slender cave
lament hazel
lofty terrace
#

as of now it can’t think beyond what already exists

slender cave
#

The human brain created AI

hollow summit
lament hazel
#

if you truly study programming you would know by now that Ai for sure will replace programmers tbf

lofty terrace
#

In fact it manages to make simple mistakes even after being fed the data

lofty terrace
#

Google it

#

Literally

slender cave
lament hazel
#

I gotta sleep guys, See you later when Im homeless 😮‍💨

lofty terrace
#

AI is based off of existing data 😭

hollow summit
# lofty terrace No?

ai has solved several open math problems (not super hard ones tbf but thats not the point). additionally as every lab is using ai and expressing the start of recursive improvement - thats just factually wrong too..

hollow summit
lofty terrace
#

They can’t beyond it

hollow summit
lofty terrace
slender cave
#

What has AI achieved that human's can't. (other than response time)

#

@hollow summit

wild pine
hollow summit
lofty terrace
#

😂

#

I even googled your lab claim and all I see is that it acted as an assistant for things that have been done by humans

slender cave
lofty terrace
#

Literally not a single thing done on its own outside of its data scope

#

We are still on the first stage of AI

slender cave
#

@hollow summit Do you understand how AI actually... yk... works

wild pine
bleak glade
#

not sure how that classifies as a first stage

hollow summit
slender cave
#

41% of Github is AI btw

lofty terrace
#

let me rephrase it into

hollow summit
lofty terrace
#

Foundational stage

#

It’s still being developed into an actual intelligence

hollow summit
#

ai's are not just a database index

#

thats not how they can do * anything *

wild pine
#

what that guy said

slender cave
#

AI is specialized and task oriented, not "intelligent" in the same way humans are. It can surpass humans in certain areas, sure... like calculating large numbers or analyzing massive datasets, but it doesn’t have the capacity for creativity, emotional intelligence, or complex reasoning across a wide range of tasks like a human brain does. i mean it doesnt even come close

hollow summit
#

they can spit out stuff that has nothing to do with the training data, and they can be fed things that have nothing to do with the training data. that is the point of the training data.. how general and consistent ai can keep the "logic" on stuff that its unfamiliar with depends on how well the training data is + was utilized

hollow summit
#

most people just arent aware of that

wild pine
#

🙂

slender cave
hollow summit
hollow summit
#

none of the words are in any way verifiable or hold any meaning

slender cave
#

How are they buzzwords. Are buzzwords just words you dont understand or what

#

Read it again.

wild pine
slender cave
#

Youre right bro

hollow summit
#

the statements are completely unconditional

slender cave
#

yeah sure

hollow summit
#

I can take the same logic and apply it to * anything * it is not an argument

wild pine
#

netting

slender cave
#
  1. AI still operates within the boundaries of its programming and data constraints

  2. it still lacks true understanding or reasoning beyond patterns

0 buzz words. keep reading

wild pine
#

grind

#

jdjjdfnjfnjfjfjfkfcjjffjffifjdjfifufufujfjf

#

jdjjdfnjfnjfjfjfkfcjjffjffifjdjfifufufujfjf

#

hetero

hollow summit
#

uurr our brain operates within the boundaries of its dna and biological / chemical constraints durrr, it can never beat the endless stacking of computing power that never fluctuates or corrodes DENTGE

hollow summit
slender cave
#

so you still make no sense

hollow summit
#

gl trying to beat alphago at go btw

lofty terrace
wild pine
#

what is go

slender cave
lofty terrace
hollow summit
hollow summit
lofty terrace
#

Buddy wdym fully autonomous isn’t required 😂

wild pine
#

bro who tf plays go

lofty terrace
#

The whole point of this debate is that AI can think on its own without any intervention or extra data

slender cave
#

@hollow summit AI is a tool. It still doesn’t get everything right or correct. You still need human interaction, intervention, monitoring, correcting, etc. Learn to use the tool to improve upon your own skills/abilities and improve your workflow. Simple.

hollow summit
# lofty terrace ???

your claim was "no assisting true human achievements" and "cant think beyond what already exists", which is untrue as you hopefully realized yourself by now..

wild pine
hollow summit
wild pine
#

beat that

wild pine
slender cave
wild pine
slender cave
#

how

hollow summit
wild pine
slender cave
#

@hollow summit Also...If AI will replace programmers, who still has to tell the AI to do it...

#

programmers

subtle fractal
#

what does --native and optimize 2 do and strict!

lofty terrace
slender cave
#

@hollow summit There's something that AI can't do that's why software engineers exists till today which is AI can't create a new data... It can only give us data that already exists and combine those datas and not everytime it's correct also like it's also a coded software it also has flaws like using AI for complex situations you will get a grasp that AI itself cannot change but needs a human constantly altering or feeding AI... Since it's a coded software it cannot generate out of thin air like a human so it's safe to say there are sessions in software engineering that are going to be safe but I don't think there's even a slightest possibility that there's going to be an AI that can think and act

wild pine
#

i wish there was an ai that would slap me every time i tried to nap in the afternoon so i could fix my sleep schedule 😞

hollow summit
#

"AI can't create a new data" what does that mean bro

wild pine
lofty terrace
slender cave
lofty terrace
#

the example you gave had an AI that was fed existing math concepts

#

and all it did was spend time mashing it together

hollow summit
lofty terrace
#

to get a proper outcome

hollow summit
hollow summit
lofty terrace
#

it simply had the time and resources to find the right pattern that would match

slender cave
lofty terrace
#

things that people actually uncovered

slender cave
#

speed does NOT = intelligence @hollow summit

lofty terrace
#

Here the AI did not find a new concept

#

hence no actual progress was made in the math field

hollow summit
# slender cave info..

idk how you could possibly come to that conclusion when you have ai playing stuff like go...

wild pine
#

is the saying "if worse comes to worse" or "if worst comes to worst" help me out here

#

emegrency

#

i need to say something smart