HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jeeeb

no profile record

comments

jeeeb
·قبل 29 يومًا·discuss
This is simultaneously amazing and horrifying.

I feel like we’re at the stage where if AI decides it needs to delete your production DB to solve the user login problem, then it’ll find a way to do just that.
jeeeb
·قبل شهرين·discuss
If anything, it’s a very conservative estimate. Short of a major turn of events it seems very unlikely Anthropic’s revenue growth is going to slow to zero.
jeeeb
·قبل شهرين·discuss
I think the government should make the new 0% tax rate optional. Stores can either continue to collect 8% or drop the rate to 0%.

I think that might help motivate these companies to move things a long a lot quicker. They might even find it doesn’t take 1 year after all.
jeeeb
·قبل شهرين·discuss
Second/third generation children of Japanese immigrants to Brazil were historically given special visa access.

I assume the OP is actually referring to these returned second generation Japanese.
jeeeb
·قبل شهرين·discuss
My guess is that it was an abuse filter over-keyed on OpenClaw pushing Claude to certain responses patterns.

Normally given a web search tool these models will search if they don’t know.
jeeeb
·قبل شهرين·discuss
I said the model has access to a web search tool. Of course it’s the harness that provides that access.

I didn’t spell that out because it’s irrelevant detail, immaterial to the point I was making.
jeeeb
·قبل شهرين·discuss
Knowledge cutoff is completely insufficient as an explanation.

These models have access to a web search tool. Gemini and ChatGPT both happily search for give info on OpenClaw. Claude denies all knowledge.

What’s more it’s this part that’s very concerning.. Banned for wrong think..

> I gave it a direct link to openclaw.ai and the chat instantly ended and hit my 5hr usage limit.
jeeeb
·قبل شهرين·discuss
Is actually running the unit tests what is important here though?

Could you achieve the same by just telling the agent: “This is a Python project. We use uv and pytest”
jeeeb
·قبل 4 أشهر·discuss
It feels very much like Gemini’s writing style - overly excited with lots of unnecessary contrasts.
jeeeb
·قبل 4 أشهر·discuss
> It is also a bit weird that they are not incorporating speculative decoding

Wouldn’t speculative decoding decrease overall throughput, but optimise (perceived) responsiveness?
jeeeb
·قبل 4 أشهر·discuss
These look like good results for a first model release. I’m hoping to see more, especially in the 30b parameter range.
jeeeb
·قبل 5 أشهر·discuss
Japan giving a security guarantee to Taiwan would be major news!

In reality no such thing happened and one YouTube video of a handful of protestors doesn’t make it so.

What she did say is that a Chinese attack on Taiwan _could_ clearly become an existential threat to Japan. Note that key word _could_

Which… of course it could!

Japan hosts multiple US military bases. If it developed into an armed conflict between the US and China then it’s exceedingly likely that Japan would be attacked. Think Chinese missiles aimed At Yokosuka, just south of Tokyo.

Not only that but Japan and China have multiple territorial disputes. It’s not hard to imagine China deciding to go all in and settle those as well.
jeeeb
·قبل 5 أشهر·discuss
If this was just about semiconductors then this would be a reasonable take but I doubt semi-conductors are anything more than a minor footnote in China’s strategic calculus vis-a-vis Taiwan.

Reunification with Taiwan has been a major policy goal of the CCP since the civil war and is one of Xi’s explicit policy goals. He just reaffirmed this commitment as part of his New Year’s speech.

Historically China has lacked force projection capability. However it has had a multi-decade modernisation and military build-up which has drastically changed this situation.

Further we’ve seen significant tightening of CCP control over society and in particular the military in Xi’s term.

A straight forward analysis of these events, in line with Xi’s public statements and past Chinese actions, is that the ground work is being laid for encirclement of Taiwan followed by China taking over, by force if necessary.
jeeeb
·قبل 6 أشهر·discuss
Looking through this guys GitHub he seems to have a lot of small “demo” apps, so I’m not surprised he gets a lot of value out of LLM tools.

Modern LLMs are amazing for writing small self contained tools/apps and adding isolated features to larger code bases, especially when the problem can be solved by composing existing open source libraries.

Where they fall flat is their lack of long term memory and inability to learn from mistakes and gain new insider knowledge/experience over time.

The other area they seem to fall flat is that they seem to rush to achieve their immediate goal and tick functional boxes without considering wider issues such as security, performance and maintainability. I suspect this is an artefact of the reinforcement learning process. It’s relatively easy to asses whether a functional outcome has been achieved, while assessing secondary outcomes (is this code secure, bug free, maintainable and performant) is much harder.
jeeeb
·قبل 7 أشهر·discuss
> That feels like cargo-culting the toolchain instead of asking the uncomfortable question: why did it take a greenfield project to give Python the package manager behavior people clearly wanted for the last decade?

This feels like a very unfair take to me. Uv didn’t happen in isolation, and wasn’t the first alternative to pip. It’s built on a lot of hard work by the community to put the standards in place, through the PEP process, that make it possible.

What uv did was to bring it all together.
jeeeb
·قبل 7 أشهر·discuss
That’s 8th of June 2023 not 2025.. almost 2 years before Claude Code was released.

I remember evaluating Aider and Cursor side by side before Claude Code existed.
jeeeb
·قبل 7 أشهر·discuss
That’s what most languages, including Java do.

The problem the OP is pointing out is that some programmers are incompetent and do string concatenation anyway. A mistake which if anything is even easier in Python thanks to string interpolation.
jeeeb
·قبل 7 أشهر·discuss
The idea in Java is to let the JIT optimise away the logging code.

This is more flexible as it still allows runtime configuration of the logging level.

The OP is simply pointing that some programmers are incompetent and call the trace function incorrectly.
jeeeb
·قبل 7 أشهر·discuss
I really hate all the AI filters in videos. It makes everyone look like fake humans. I find it hard to believe that anyone would actually prefer this.
jeeeb
·قبل 7 أشهر·discuss
Couldn’t you say the exact same about the human mind though?