HN user

lugu

341 karma
Posts2
Comments180
View on HN

The fun is in making the cards truly yours, by writing them yourself based on your experience. After experimenting with generated cards, I throw them away. They were semantically correct, but not relatable/memorable.

If you want to think about this topic, you must define what AI is, and what consciousness is. Otherwise this is just noise.

So let take a stab at it, and you call me crazy.

AI: the entity/system that more or less pass the turning test. That is my definition, not the best, but enough for this discussion.

Consciousness: property of a system/entity able to (both): - reflect on its existence - subject to subjective experience

Again, not the best definition, but precise enough to start the discussion. Why a subjective experience? I want to exclude sensors (i.e. camera) but include perception altered by your experience.

Now we can debate. I think LLM can pass the turning test whith some harness. My opinion.

I think LLM can produce coherent discourses on their existence, at least as much as you average human.

Now regarding the subjective experience, that becomes interesting. I think Anthropic research tend to show that when middeling with the activation at runtime, the LLM is able to notice that something is off. I think this is a subjective experience. My opinion.

Based on those (imperfect) definitions, call me crazy, I think LLM can be called conscious. This doesn't give them any superpower or any legal right. They just check the boxes of the definition.

Soon enough you will realize that kids spend more time with their friends than with their parents. Most parents want their kids to be curious, build autonomy, and feel free. For this to work, they need a safe space. There are to place to enforce a policy: client side (parental control) or server side (age verification). Personally I don't want to transform my kids general purpose computer into a locked down infotainment machine. I think it would be a worst society if the norm becomes "this is not your device".

Childhood Computing 2 months ago

I installed Gnome on the home computer for the kids. I just realized how disempowering the Gnome really is. I remember, as a kid, navigating all menus to understand how it works. With Gnome, my kids barely can set the background to an image, can't even have a solid color background. I will probably move to DMS or KDE.

Ask people who know you well what you are talented for. Oftentimes we don't see it ourselves. As you get good at something, it become easier, and you think of it as a given. On the opposite, we tend to over appreciate what is difficult for us.

It is also possible that intelligent people don't know how to become powerful, but would seek to be powerful, if they knew how to get there. More than intelligence, I am shocked at how mean a jailbreak LLM can be (when prompted). It is astonishing.

Gemini 3.5 Flash 2 months ago

What we need today is a standard local API (think of it as a POSIX extension). So that each desktop app that needs AI to enhance a feature can simply call that. This way, those apps will need to handle the case where AI is not availabile. This will empower users.

I don't know Zig, but I think that is not the problem here. Not exactly. The real question is: why spending all those efforts to grow and align a pool of contributors if contributions are cheap and correct? Code review is not just about checking if what it says it does, and if it does it according to the guidelines. The review is a touch point to discuss where the project is heading and how to get there. That is the most important part in the long run. As a collective human effort, it needs coordination. Some of it is via the review process (especially for those not part if the core team that draft the roadmap). One could document all those micro decisions with the rational, but it might end up be a wakamole game. IMO, projects which allow AI usage need to spend way more effort in coordination (and quality insurance).

You can park a lot there. No offence but I love how AGI doesn't mean anything. It used to be that AI was a goal post. Now it is AGI. We could use characters from sci-fi culture to describe milestones. In order to achieve robocop level, we must solve the instruction vs data problem.

Parent talks about new languages, as per the article Fortran or C doing fine. I speculate the benefit of C++ over Rust how it let programmers instruct the compiler of warranty that goes beyong the initial semantic of the language. See __restrict, __builtin_prefetch and __builtin_assume_aligned. The programming language is a space for conversations between compiler builders and hardware designers.