HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yrds96

no profile record

Submissions

Claude Pro: Opus model will only be available if extra usage is enabled

support.claude.com
70 points·by yrds96·2 months ago·31 comments

Visual reasoning benchmark based on Analog Clocks

clockbench.ai
3 points·by yrds96·3 months ago·0 comments

Googling on Brazil about "Gemini said" shows unrevised content from Gemini

3 points·by yrds96·5 months ago·1 comments

comments

yrds96
·last month·discuss
I think Elon Musk realized that only hardware vendors are profiting. Even if AI doesn't make it, datacenters can be used for something else
yrds96
·last month·discuss
This is outdated and AI generated.

If you want a good source of zig learning material interactive and by examples please check out ziglings: https://codeberg.org/ziglings

It's writen and tested by humans, which is essential for learning purposes. It's listed in the official zig website, by the way.

This project is always up to date to the latest zig release.
yrds96
·last month·discuss
I can't still conceive the fact that a tool that only send/receive text from an external API consumes an absurd amount of RAM
yrds96
·last month·discuss
- LLMs can't learn, therefore, LLMs are only good for things on which they are trained. - Captchas are not friendly with trial and error, so agentic solutions also don't help. - It's impractical to train LLMs on everything. - We humans are capable of creating infinite ways of captchas.

While each of these sentences is true, captchas will always win against LLMs.
yrds96
·2 months ago·discuss
There are a missing the context: The vibecoded application was written in python while the main code was written manually in C by Torvalds in this side project. He never ever said that AI produces better code than him in the language where he is proficientI.
yrds96
·2 months ago·discuss
The LLM usage are disclosed only for the projects where this information is relevant.

By the way there are a lot of farmers that doesn't need the power of tractors to make farming their livehood. Makes sense when you realize that not everything needs to be super fast and efficient, sometimes cheap, slow and constant is enough.
yrds96
·2 months ago·discuss
In Portuguese "vi" means "saw" (past of see) and vim means "came", the last one being source of many inside jokes in one of my first jobs
yrds96
·2 months ago·discuss
Also passing tests doesn't mean something works.

Claude code C compiler passed 100% of gcc tests and couldn't even run a hello world...
yrds96
·2 months ago·discuss
The fact where all posts of this blog make sure to state that claude code is a life changer, i wouldn't doubt about it
yrds96
·2 months ago·discuss
It's clear that the beef Artists vs AI is clearly about genAI and not about other kind of AI
yrds96
·2 months ago·discuss
Basically the title.

Anthropic is doing changes on their help support pages on what looks like it will be the next pricing change regarding how users will use Opus models on Pro Plan.
yrds96
·2 months ago·discuss
I like the experience of exploring new repositories so I switched everything to codeberg which is where most of the projects I'm interested with are
yrds96
·3 months ago·discuss
Yeah I was referring to the lack of comments on the website.

Thanks! That answer a lot and makes everything more interesting.
yrds96
·3 months ago·discuss
Given by the fact that the problem is 60 year old, isn't there a chance this was indirect solved already and the model just crossed informations to figure out the problem?

By looking the website this problem was never discussed by humans. The last comments were about gpt discovering it. I was expecting older comments coming to a 60 year old problem.

Am I missing something?

Great discovery though, there might be problems like that same case that worth a try for a "gpt check"
yrds96
·3 months ago·discuss
It's not weird if it comes from ESL. At least in portuguese there's no "it" equivalent for pronouns or any other neutral artifact in the language, in other words, everything has a gender, even an AI model, the same goes for objects e.g.: knife(she), fork(he), spoon(she), plate(he).

People often commit mistakes regarding that, the same way we don't have "they" as pronoun to someone we don't know the gender, so we address to these people as "dele(dela)" (masculine and feminine pronouns).

But if this is coming from someone who has english as a primary language it's definetely weird to treat models as person
yrds96
·3 months ago·discuss
I wonder if this became a so well known "benchmark" that models already got trained for it.
yrds96
·3 months ago·discuss
Not sure what to think about the first part, but what you said about writing style, I think it's still reasonable to judge developers/engineers by writing style:

- Writing style does reveal how people understand problems and their approach for solving them. People that prioritize direct solutions over complex abstractions are still valuable to catch over engineered code.

- People with "good taste" in code can catch when AI generated code takes shortcuts to accomplish a certain task, this happens every day and we can't ignore it.

The state of AI code can be way better by 6 months or 1 year, or even more (we don't really know), but we're not there yet, and we can't wait until there to hire new people without considering those points.
yrds96
·3 months ago·discuss
[flagged]
yrds96
·3 months ago·discuss
Which tools do we have capable of automating it? LLMs? Not a good idea to put a machine that hallucinate 10% of the time in charge of human lives
yrds96
·3 months ago·discuss
AI tools can do the entire job from finding the problem, implementing and testing it.

It's different from the regular single purpose static tools.