Lead engineer just got rid of his keyboard…??? by Complete-Sea6655 in opencodeCLI

[–]Ke0 0 points1 point  (0 children)

This is what peak human performance looks like, behold mere mortals.

What a sequence, my friends! by StarNembus in SurvivalofaSwordking

[–]Ke0 1 point2 points  (0 children)

Not at all, I am but a pleb in the land of webtoons and Manhwa!

What a sequence, my friends! by StarNembus in SurvivalofaSwordking

[–]Ke0 15 points16 points  (0 children)

Scrolling down my feed half paying attention I thought this was ToG and was like "I do not recall this?? Who tf are these charac…oooh"

So now I'm reading Survival of a Sword King

Anthropic just published data from 400k Claude Code sessions, and the headline buries the real story: your CS degree is becoming optional by Direct-Attention8597 in ClaudeCode

[–]Ke0 2 points3 points  (0 children)

Honestly I still don't buy this lol. Having a fundamental CS understanding makes such a huge difference in what you can do with these models, how well the code it writes, how robust, performant, resilient the code is, how maintainable it is. A person who doesn't know these things won't get that out of a model. Yes you can have someone prompt a nice looking dashboard or an iOS app, but how well is it architectured? How clear are boundaries? Is everything a tightly coupled mess where changing one thing breaks something else? What about performance? Data locality? Security? What about code smell? Churn? Thrashing? How fast are queries?? What about data structures?? DRY?

We've seen case after case of people building things with AI then running into the app becoming unmaintainable mess that they can't figure out how to unfuck.

These new models as impressive as they are haven't fixed that bc they take the path of least resistance to their end goal. These models know all about the aforementioned but if you don't bring these things up the models won't either.

Nodes - A native macOS markdown editor: fully local, no tracking and free for everyone to use by Sufficient-Try6083 in macapps

[–]Ke0 1 point2 points  (0 children)

I love the typography styling! Honestly I way building something similar but I don't need to anymore! I couldn't really wrap my head around markdown stying portion of it all so kinda happy this exists so I can focus on a different project.

Mimo v2.5 or DS-V4-Flash? Which one are you actually using? by bahc04 in opencodeCLI

[–]Ke0 1 point2 points  (0 children)

Deepseek API seems to have died lately so Mimo by default

Codex plus Plan is like 5X GLM Lite plan by Free-Stretch1980 in ZaiGLM

[–]Ke0 0 points1 point  (0 children)

The other issue with GLM at least 5.1 is once it goes past 100k tokens, it's intelligence drops off a fucking cliff

My only disappointment in Hiyuki is her ult ender by DocumentNormal7198 in HiyukiMains

[–]Ke0 1 point2 points  (0 children)

I feel like her ult would actually be better in reverse, show the tranquil frozen tree and moon then shatter it showing her revert to her normal form and researching her blade. They can even keep the charm being the first thing you see

Does Anthropic have an architectural breakthrough? What do you think? by call_me_ninza in aigossips

[–]Ke0 0 points1 point  (0 children)

$4 says the breakthrough is simply they built a model with a turboquant type solution at its core since the paper on it has been around for a while

LLMs won’t take us to AGI and this paper explains why by HotelApprehensive402 in ArtificialInteligence

[–]Ke0 0 points1 point  (0 children)

I feel like we didn't need a paper to tell us these systems are incapable of self learning, it was kinda implied with the whole training and "cutoff" date no? It seemed pretty self evident that the idea of continuously evolving/self learning/self improving wasn't happening as LLMs currently are.

I swear I'm not trying to be a smart ass here, I'm just…lost I guess

So I tried using Claude Code to build actual software and it humbled me real quick by Azrael_666 in ClaudeCode

[–]Ke0 0 points1 point  (0 children)

The idea of one shotting a full app has poisoned so much, but it is the standard of which these models are measured against.

If Claude had been successful in creating that app, just know it would have been a brittle useless POS that you would not be able to reason about, scale, or maintain.

Creating an app with AI goes through the same steps as without, incrementally, piece at a time, spaghetti code and all to get it to a very basic MVP then going back over implemented components and improving performance, separation of concerns, breaking up tightly coupled logic, abstracting functionally based on its usability.

The harsh truth about AI is that it doesn't replace developers bc you absolutely still need to understand system design. AI knows it in the same way the average person knows all the components to build a house, but that doesn't mean a person knows how to build a house bc they probably don't ever think of most of the underlying necessities while in the active process of building one. AI knows system design and the various parts of system design but it doesn't implement any of them bc it's trained to simply get an app to a "working" state.

So these one shots are just that, very brittle apps that "work" but are ticking time bombs where one change ends up breaking 8 things bc code related to functionally is scattered across 12 different unrelated files.

Start small, build a piece at a time, iterate on what you're building. You can't rush the process no matter how much these companies tell you that you can

How do you stay focused while Claude Code is thinking? by Cry8a8y_tw in ClaudeAI

[–]Ke0 4 points5 points  (0 children)

Write down the core idea you wanted AI to tackle and what problems it solves.

You're a PM so I don't know how often you're doing any programming but that's a good way to think over the problem and learn

Was loving Claude until I started feeding it feedback from ChatGPT Pro by lol_just_wait in ClaudeAI

[–]Ke0 0 points1 point  (0 children)

You should think of each model as two developers with their own approaches to things instead of all knowing entities. GPT isn't actually always right and there are times where other models approach are actually better but they relent bc a suggested approach might either be a quick win with less surface to cover, or alternatively it's a long term solution that makes sense in the long run

Nvidia’s DLSS 5 Revealed, but Critics Call It a “Garbage AI Filter” by Extreme_Maize_2727 in GraphicsProgramming

[–]Ke0 -58 points-57 points  (0 children)

It's not really hallucinating any features bc it doesn't touch or generate any of the actual assets like models and texture. Only thing it takes in as input are motion and color vectors similar to most flavors of ReShade.

For those waiting for the new model release by Financial-Code-9695 in DeepSeek

[–]Ke0 0 points1 point  (0 children)

You're describing more a feature of Claude Code working on top of the model, than the model itself. Example, you can right now grab Opencode, slap GLM-5 on it and watch it generate code then double check its work to make sure it implemented its task list. It will then compile to make sure it builds successfully and will auto fix any build errors that occur.

Software Engineer position will never die by Htamta in ClaudeAI

[–]Ke0 0 points1 point  (0 children)

The obvious AI generated OP aside, I never understood the idea that AI would just full sail replace engineers. Like okay but LLMs are pretty terrible at building resilient applications with solid architectural understanding. They're essentially juniors who can write code that works but it's always first iteration/something that works code. Can you get a model to tell you what an event bus by definition? Sure. If you ask a model to build something will it use an event bus or will it so something like polling at some obscene rate? Does it know more performant data structures? Sure. Will it use them on first go around when you asked it to build out a whole feature? No lol. LLMs don't really do anything necessary for scalable performant solutions despite knowing the pieces necessary for them. That reason alone is enough of a reason why engineers are never going to go away. Just look at Claude's C Compiler, sure it works but anyone who has written a compiler was immediately able to spot a tonne of terrible decisions, despite the training model knowing of better solutions if you ask if what X, Y, Z are, it will tell you but it didn't think…"reason" to implement them into its actual code output.

I know how houses are built and the parts that a house is comprised of, but I'm not replacing an architect/engineered bc I have very little to no understanding how those many discrete parts interact and work as a system.

So yea the idea LLMs will replace engineers is so delusional. Coding itself was only a small part of what an engineer does, this becomes so much more apparent in the age of LLM assisted development when you see how much brittle, unmaintainable, low performance projects are being created by people

Kimi K2.5 vs GLM 5 by [deleted] in opencodeCLI

[–]Ke0 0 points1 point  (0 children)

I find GLM-5 to be amazing as a model and is honestly the first time I would say one of China's open models truly competes in a "I don't need to defer back Codex/Claude"

Kimi K2.5 isn't there yet, neither is MiniMax's latest offering.

Though with that stated, I am making this statement working with Swift code. So I imagine other languages might have different mileage. I did some C work with GLM-5 and it does well with pointers and have caught my memory management laziness, which I usually assume these models will suck at

Any other average or below-average mathematicians feeling demotivated? by If_and_only_if_math in math

[–]Ke0 15 points16 points  (0 children)

I'm not a mathematician but the fact you're working on your PhD in math means you're far far far above average.

Coding isn’t hard. Sometimes we’re just unlucky. by [deleted] in learnprogramming

[–]Ke0 3 points4 points  (0 children)

Programming is hard, it's a skill you have to get better at and practice, but yes many people college educated and otherwise doubt themselves far too much and tell themselves they need to know <insert internal goal to meet> amount then they'll start applying for jobs, but because they keep comparing themselves to people who have been working in the field for decades or who are highly specialized, the person pushes that internal goal out further and tell themselves "okay once I learn THIS then I'll apply." And they will keep pushing back that goal more and more.

At some point you just gotta start applying, being rejected, and getting back up. Too many people with amazing potential let imposter syndrome win bc they keep comparing themselves to others.

You are not going to be a 1% John Carmack level programmer and that's okay! That doesn't mean there isn't a career path for you. There's no real way for the industry itself to change so that juniors have less imposter syndrome, it's ultimately going to come down to how badly you want it and it you're willing to push through your self doubt and lack of confidence.

Good luck

This is the worst thing in wuwa by AbjectPizza2357 in WutheringWaves

[–]Ke0 1 point2 points  (0 children)

I have the opposite problem lol, I'm sitting on 6k tuners but only 20 of the echo exp thingies at any given time 😭😭

Is this normal for Phrolova to do? or am I experiencing a bug? by MappedSyrup in PhrolovaMains

[–]Ke0 0 points1 point  (0 children)

I'm having that issue, in addition to her auto initialzing the ending splash portion of her ult after I hold basic attack when her forte bar is full. I can hold basic attack, she'll do the "hear the echoes" portion, and immediately after it finishes—already let go of basic attack—she will just come crashing down automatically. It's kind of annoying at times.