No negative press agreement
Original post: http://bearlamp.com.au/no-negative-press-agreement/
What is a no negative press agreement?
A no negative press agreement binds a media outlet's consent to publish information provided by a person with the condition that they be not portrayed negatively by the press.
Why would a person want that?
In recognising that the press has powers above and beyond every-day people to publish information and spread knowledge and perspective about an issue that can be damaging to an individual. An individual while motivated by the appeal of publicity, is also concerned about the potential damage caused by negative press.
Every person is the hero of their own story, from one's own perspective they performed actions that were justified and motivated by their own intention and worldview, no reasonable person would be able to tell their story (other than purposefully) in which they are spun as the negative conspirator of a plot, actively causing negative events on the world for no reason.
Historically, humans have been motivated to care more about bad news than good news, for reasons that expand on the idea that bad news might ring your death (and be a cause of natural selection) and good news would be irrelevant for survival purposes. Today we are no longer in that historic period, yet we still pay strong attention to bad news. It's clear that bad news can personally effect individuals - not only those in the stories, but others experiencing the bad news can be left with a negative worldview or motivated to be upset or distraught. In light of the fact that bad news is known to spread more than good news, and also risks negatively affecting us mentally, we are motivated to choose to avoid bad news, both in not creating it, not endorsing it and not aiding in it's creation.
The binding agreement is designed to do several things:
- protect the individual from harm
- reduce the total volume of negative press in the world
- decrease the damage caused by negative press in the world
- bring about the future we would rather live in
- protect the media outlet from harming individuals
Does this limit news-maker's freedom to publish?
That is not the intent. On the outset, it's easy to think that it could have that effect, and perhaps in a very shortsighted way it might have that effect. Shortly after the very early effects, it will have a net positive effect of creating news of positive value, protecting the media from escalating negativity, and bringing about the future we want to see in the world. If it limits media outlets in any way it should be to stop them from causing harm. At which point any non-compliance by a media entity will signal the desire to act as agents of harm in the world.
Why would a media outlet be an agent of harm? Doesn't that go against the principles of no negative press?
While media outlets (or humans), set out with the good intentions of not having a net negative effect on the world, they can be motivated by other concerns. For example, the value of being more popular, or the direction from which they are paid for their efforts (for example advertising revenue). The concept of competing commitment, and being motivated by conflicting goals is best covered by Scott under the name moloch.
The no negative press agreement is an attempt to create a commons which binds all relevant parties to action better than the potential for a tragedy. This commons has a desire to grow and maintain itself, and is motivated to maintain itself. If any media outlets are motivated to defect, they are to be penalised by both the other press and the public.
How do I encourage a media outlet to comply with no negative press?
Ask them to publish a policy with regard to no negative press. If you are an individual interested in interacting with the media, and are concerned with the risks associated with negative press, you can suggest an individual binding agreement in the interim of the media body designing and publishing a relevant policy.
I think someone violated the no negative press policy, what should I do?
At the time of writing, no one is bound by the concept of no negative press. Should there be desire and pressure in the world to motivate entities to comply, they are more likely to comply. To create the pressure a few actions can be taken:
- Write to media entities on public record and request they consider a no negative press policy, outline clearly and briefly your reasons why it matters to you.
- Name and shame media entities that fail to comply with no negative press, or fail to consider a policy.
- Vote with your feet - if you find a media entity that fails to comply, do not subscribe to their information and vocally encourage others to do the same.
Meta: this took 45mins to write.
How do you say no?
Some people seem to be a bit too generous for their own good. I know a precious few people who are especially good at saying "no" when asked to take on new responsibilities that would put them over their limits. I love working with people like that because I can always trust them to tell me when it would be better for me to find someone else to do the thing. I expect this to be an extremely valuable skill it would probably be good for many of us to understand, learn, and be able to teach to people who really need it.
- a specific example of a time when you said no to new responsibility, what was going on in your head, and how it felt
- how exactly you believe you decide whether to take on or reject prospective responsibilities if you have an explicit model
- whether you consider yourself more or less empathetic or compassionate than average
- whether there was ever a time when you had that "don't know how to say no" problem, and if so what changed
No Value
I am still quite new to LW, so I apologize if this is something that has been discussed before (I did try and search).
I would't normally post such a thing, as I try not to make a habit of complaining my problems to others, but a solution to this would likely benefit other rationalists (at least that's the excuse I made to myself).
Essentially, I am currently in a psychological state in which I simply have no strong values. There is no state of the world that I can imagine the world being in that generates a strong emotional reaction. Ever. In fact, I rarely experience strong emotions at all. When I do, I savor them whether they're positive or negative. I do have some preferences; I would somewhat prefer the world to be some ways than others, but never strongly. I prefer to feel pleasure rather than pain; I prefer the world to be a good place than a bad one, but not by much. Even my desire to have values seems to be a mere preference in much the same way. I have nothing to protect.
Is there any good solution to this?
When programs have to work-- lessons from NASA
They Write the Right Stuff is about software which "never crashes. It never needs to be re-booted. This software is bug-free. It is perfect, as perfect as human beings have achieved. Consider these stats : the last three versions of the program -- each 420,000 lines long-had just one error each. The last 11 versions of this software had a total of 17 errors. Commercial programs of equivalent complexity would have 5,000 errors."
The programmers work from 8 to 5, with occasional late nights. They wear dressy clothes, not flashy or grungy. I assume there's a dress code, but I have no idea whether conventional clothes are actually an important part of the process. I'm sure that working reasonable numbers of hours is crucial, though I also wonder whether those hours need to be standard office hours.
"And the culture is equally intolerant of creativity, the individual coding flourishes and styles that are the signature of the all-night software world. "People ask, doesn't this process stifle creativity? You have to do exactly what the manual says, and you've got someone looking over your shoulder," says Keller. "The answer is, yes, the process does stifle creativity." " I have no idea what's in the manual, or if there can be a manual for something as new as self-optimizing AI. I assume there could be a manual for some aspects.
What follows is main points quoted from the article:
The important thing is the process: The product is only as good as the plan for the product. About one-third of the process of writing software happens before anyone writes a line of code.
2. The best teamwork is a healthy rivalry. The central group breaks down into two key teams: the coders - the people who sit and write code -- and the verifiers -- the people who try to find flaws in the code. The two outfits report to separate bosses and function under opposing marching orders. The development group is supposed to deliver completely error-free code, so perfect that the testers find no flaws at all. The testing group is supposed to pummel away at the code with flight scenarios and simulations that reveal as many flaws as possible. The result is what Tom Peterson calls "a friendly adversarial relationship."
I note that it's rivalry between people who are doing different things, not people competing to get control of a project.
3. The database is the software base.
One is the history of the code itself -- with every line annotated, showing every time it was changed, why it was changed, when it was changed, what the purpose of the change was, what specifications documents detail the change. Everything that happens to the program is recorded in its master history. The genealogy of every line of code -- the reason it is the way it is -- is instantly available to everyone.
The other database -- the error database -- stands as a kind of monument to the way the on-board shuttle group goes about its work. Here is recorded every single error ever made while writing or working on the software, going back almost 20 years. For every one of those errors, the database records when the error was discovered; what set of commands revealed the error; who discovered it; what activity was going on when it was discovered -- testing, training, or flight. It tracks how the error was introduced into the program; how the error managed to slip past the filters set up at every stage to catch errors -- why wasn't it caught during design? during development inspections? during verification? Finally, the database records how the error was corrected, and whether similar errors might have slipped through the same holes.
The group has so much data accumulated about how it does its work that it has written software programs that model the code-writing process. Like computer models predicting the weather, the coding models predict how many errors the group should make in writing each new version of the software. True to form, if the coders and testers find too few errors, everyone works the process until reality and the predictions match.
4. Don't just fix the mistakes -- fix whatever permitted the mistake in the first place.
The process is so pervasive, it gets the blame for any error -- if there is a flaw in the software, there must be something wrong with the way its being written, something that can be corrected. Any error not found at the planning stage has slipped through at least some checks. Why? Is there something wrong with the inspection process? Does a question need to be added to a checklist?
Importantly, the group avoids blaming people for errors. The process assumes blame - and it's the process that is analyzed to discover why and how an error got through. At the same time, accountability is a team concept: no one person is ever solely responsible for writing or inspecting code. "You don't get punished for making errors," says Marjorie Seiter, a senior member of the technical staff. "If I make a mistake, and others reviewed my work, then I'm not alone. I'm not being blamed for this."
= 783df68a0f980790206b9ea87794c5b6)
Subscribe to RSS Feed
= f037147d6e6c911a85753b9abdedda8d)