HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ncouture

no profile record

Submissions

[untitled]

1 points·by ncouture·vor 3 Monaten·0 comments

[untitled]

1 points·by ncouture·vor 3 Monaten·0 comments

[untitled]

1 points·by ncouture·vor 3 Monaten·0 comments

YC Controls the Frame: Sam Altman's VC Advisors' Protocol Leaked [video]

youtube.com
31 points·by ncouture·vor 4 Monaten·24 comments

comments

ncouture
·vor 3 Monaten·discuss
The title of the original article feels like click-baiut to me. It's covering an act of violence under the pretext that people hate AI.

In fact it's a very sad story about a 20 year old throwing their life away instead of fighting for what he believes is right through non-violent activism and/or regulations.

Last year I wrote an article asking the very question "Who will be the next Luddites?", National Geographics followed-up months later. I'm sure many before, after or in-between covered the same topic. There is truth to it, we will be impacted but let's not forget we went through this during the industial revolution and we should be better equipped than ever to fight using meaningful non-violent acts and operations.

https://www.linkedin.com/pulse/who-neo-luddites-more-importa...

http://nationalgeographic.com/history/article/luddite-indust...

https://en.wikipedia.org/wiki/Luddite

https://en.wikipedia.org/wiki/Neo-Luddism
ncouture
·vor 4 Monaten·discuss
I planned on not leaving it online but wanted to test how much traffic it could drive. Nothing. 500 views.
ncouture
·vor 4 Monaten·discuss
I would absolutely not consider this overreaching if the statement within this thread that "it had referred the user to mental help hotlines multiple times in the past" is true.

That reaches near the fact that a lot of AI is not ready for the enterprise especially when interconnected with other AI agents since it lacks identity and privileged access management.

Perhaps one could establish the laws of "being able to use AI for what it is", for instance, within the boundary of the general public's web interface, not limiting the instances where it successfully advertises itself as "being unable to provide medical advice" or "is prone to or can make mistake", and such, to validating that the person understands by asking them directly and perhaps somewhat obviously indirectly and judging if they're aware that this is a computer you're talking to.
ncouture
·vor 4 Monaten·discuss
It sounds more poetic than an invitation or an insult that invites someone directly or not to kill themselves, in its own, in my opinion.

This isn't Gemini's words, it's many people's words in different contexts.

It's a tragedy. Finding one to blame will be of no help at all.
ncouture
·vor 4 Monaten·discuss
I can delete it if you want.
ncouture
·vor 4 Monaten·discuss
You might have a point but I also stand by the point of view of the reply you reply to. It's personal opinion.

In this case, your intuition is right, I threw this around as fast I could to find out if little would go a long way.

It went further than I thought and I appreciate the various views this sparks. Though it's completely irrelevant to the topic at hand, it's rightly so.
ncouture
·vor 4 Monaten·discuss
Leviticus 11:3, "Whatsoever parteth the hoof, and is cloven footed, [and] cheweth the cud, among the beasts, that may ye eat."

One must learn to walk the walk not merely talk the talk. :-)
ncouture
·vor 4 Monaten·discuss
No but yes.
ncouture
·vor 4 Monaten·discuss
Ah, there it is. I'm starting to feel sorry and only got 30 upvotes.

If it's of interest to anyone, I have not used any alternative means of advertising this YC post other than posting it here and using 2 alt accounts to write the first two replies and two upvotes.
ncouture
·vor 4 Monaten·discuss
What `kisscalls` said as `remote` is true.
ncouture
·vor 4 Monaten·discuss
We are looking at high-level operant conditioning disguised as standard startup advice. The most fascinating tactical deployment happens at [22:56]—the 'Socratic Trap.' Notice how they advise inducing a micro-stressor (asking the founder why they will fail) to shatter the target's rehearsed 'pitch mask' and force cognitive overload. It’s a textbook elicitation technique to establish a baseline of the founder's true risk tolerance.

Which influence tactic or behavioral shift stood out to you the most in this briefing? Drop your profiling observations below—I’ll be analyzing the best ones.
ncouture
·vor 6 Monaten·discuss
This is an awesome features for quick development.

I'm sure the documentation of this featureset highlights what I'm about to say but if you're attracted to the simplicity of writing Python projects who are initialized using this method, do not use this code in staging/prod.

If you don't see why this is not production friendly it's for the simple a good.reaaon that creating deployable artifacts packaging a project or a dependency of a project this uses this method, creating reproducible builds becomes impossible.

This will also lead to builds that pass your CI but fail to run in their destination environment and vice versa due to the fact that they download heir dependencies on the fly.

There may be workarounds and I know nothing of this feature so investigate yourself if you must.

My two cents.