Hacker Newsnew | past | comments | ask | show | jobs | submit | eaglelamp's commentslogin

> The politicians' initial efforts caused a public outcry though, when they stipulated that all samples should be destroyed on a donor's death.

Looks like you're right.


As an investor in Anthropic which pricing strategy would you support? That's the question you need to ask, not what there current pricing strategy in the win the market phase happens to be.

It’s sort of surprising how naive developers still are given the countless rug pulls over the past decade or two.

You’re right on the money: the important thing to look at are the incentive structures.

Basically all tech companies from the post-great financial crisis expansion (Google, post Balmer Microsoft, Twitter, Instagram, Airbnb, Uber, etc) started off user-friendly but all eventually converged towards their investment incentive structure.

One big exception is Wikipedia. Not surprising since it has a completely different funding model!

I’m sure Anthropic is super user friendly now, while they are focused on expansion and founding devs still have concentrated policial sway. It will eventually converge on its incentive structures to extract profit for shareholders like all other companies.


In my experience the most common use of this data is to build case for firing someone for cause when upper management wants them out. It's rarely used for actual security purposes.


Capitalism is the only economic system that has the privilege of being evaluated outside of the context of the society in which it exists. When socialism is criticized the political system is always, justly, included; so the purges of Stalin and the homophobia of Guevara are all taken into account. Apply the same thinking to capitalism and you have to count a lot more deaths and injustices: the Irish and Bengali famines, world war 1, climate change, etc.


Add the East India Company's rule in India to the list, 40 million deaths on a conservative estimation.


You're misinterpreting the quote. Socrates is saying that being able to find a written quotation will replace fully understanding a concept. It's the difference between being able to quote the pythagorean theorem and understanding it well enough to prove it. That's why Socrates says that those who rely on reading will be "hard to get along with" - they will be pedantic without being able to discuss concepts freely.


Huh, I think you're right. I think I failed the litmus test. Thanks for explaining!


All employees solve problems. Developers have benefited from the special techniques they have learned to solve problems. If these techniques are obsolete, or are largely replaced by minding a massive machine, the character of the work, the pay for performing it, and social position of those who perform it will change.


Normal Erlang code has a fixed number of reductions (function calls) before it must yield to a scheduler. Processes also have their own stacks and heaps and run garbage collection independently. The result is that no single process can stop the whole system by monopolizing CPU or managing shared memory.

The Erlang runtime can start a scheduler for every core on a machine and, since processes are independent, concurrency can be achieved by spawning additional processes. Processes communicate by passing messages which are copied from the sender into the mailbox of the receiver.

As an application programmer all of your code will run within a process and passively benefit from these properties. The tradeoff is that concurrency is on by default and single threaded performance can suffer. There are escape hatches to run native code, but it is more painful than writing concurrent code in a single-threaded by default language. The fundamental assumption of Erlang is that it is much more likely that you will need concurrency and fault tolerance than maximum single thread performance.


Higher level abstractions are built on rational foundations, that is the distinction. I may not understand byte code generated by a compiler, but I could research the compiler and understand how it is generated. No matter how much I study a language model I will never understand how it chose to generate any particular output.


If you dig deep enough isn’t the same thing true of people like yourself? Do you truly believe that the large language models we currently have, not some fantasy AI of the distant future, are emotional and intellectual beings? Or, are you more interested in the short term economic gains of using them? Does this invalidate your beliefs? I don’t think so, most everyday beliefs are related to economic conditions.

How could a practical LLM enthusiast make a non-economic argument in favor of their use? They’re opaque usually secretive jumbles of linear algebra, how could you make a reasonable non-economic argument about something you don’t, and perhaps can’t, reason about?


When did I say I believe AI to be intelligent or emotional? Of course I use it for economic factors, but I'm honest about it, not wrapping it up in some intellectual, solipsizing arguments. I'm not even sure what non-economic arguments you're talking about, my point is that at the end of the day most people care about the economic impact it might have on them, not anything about the technology itself.


I don’t think the author is hiding his economic anxiety behind solipsism. He states plainly he doesn’t like the deskilling of work.

My point is why are your economic motivations valid while his aren’t?


Who said my economic motivations are or aren't valid? My point is that people shouldn't lie, to others or to themselves, and to state their motivations plainly. While the author does do so, I am talking about other people who do hide behind solipsism, thus that is why my comment is not a top level comment about the article but a reply to a specific comment that says "one of my friends...", hence why I said "people like this" where "this" refers to their friend, not the author.


The primary harm of a bubble is *not* a crash in equity values, it is the misallocation of capital. The worst outcome would be for the misallocation to continue due to the intervention of asset owners with the most to lose who are also in control of the state.

All of the events you listed have had significant economic effects and required massive intervention from the state to buoy asset prices. The longer this continues the more our economy becomes geared to producing "value" for this small, and shrinking, group of owners at the expense of everyone else.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: