leastfixedpoint

Tony's Link Log

4 links tagged with “nuance”

89 links in 39 categories.

Atom 1.0 feed Atom feed for links tagged with nuance

Links added 11 August 2026

The only reason you’ll ever need not to write with AI.

Colin Carlson (10 August 2026)
🔗 https://www.carlsonlab.bio/thoughts/the-only-reason-youll-ever-need-not-to-write-with-ai
#bcs #llm #writing #nuance #ethics

Using generative AI inherently exposes you to the risk of career-ending accusations of plagiarism. […] This is true for three basic reasons:

  1. Plagiarism is subjective.
  2. Plagiarism is a continuum.
  3. Not all plagiarism accusations are made in good faith.

Links added 31 July 2026

You have been misled about lightbulbs.

Maurycy Z. (30 July 2026)
🔗 https://maurycyz.com/misc/tungsten/
#nuance #bcs

There’s a story that goes something like this: “In 1925, lightbulb manufactures secretly colluded to standardized lifespans at 1,000 hours. They would test each other’s products to ensure compliance.”

The linked post digs a little deeper into this actually-true story, looking at bulb lifetime in context of physical constraints and cost-of-operation vs purchase price. Nuance!

Links added 10 July 2026

Against Vibes: When is a Generative Model Useful?.

William J. Bowman (5 March 2026)
🔗 https://www.williamjbowman.com/blog/2026/03/05/against-vibes-when-is-a-generative-model-useful/
#llm #nuance #bcs

An insightful investigation of the question “When is a Generative Model Useful?” Bowman proposes a model of generative model utility:

I think the usefulness of a generative model is a function of three things:

  1. What is the cost of encoding a generative task in a prompt vs. directly producing the artifact? This is a function of the task, the model, and the user.
  2. What is the cost of verifying the generated artifact meets requirements vs. a directly produced artifact? This is mostly a function of the task and the user, but also the generative model.
  3. How much is the task dependent on the artifact vs. the process? This is a function of the task.

Don’t Delete – Just Don’t.

Udi Dahan (1 September 2009)
🔗 https://udidahan.com/2009/09/01/dont-delete-just-dont/
#nuance #databases #bcs1510 #bcs

Pragmatics of database design: the argument for soft-delete (marking records as deleted rather than actually removing them).

Let’s say our marketing department decides to delete an item from the catalog. Should all previous orders containing that item just disappear? And cascading farther, should all invoices for those orders be deleted as well? Going on, would we have to redo the company’s profit and loss statements?

Tony Finch (April 2025) points out an important exception to the idea of just using IsDeleted flags, however:

The main counterexample is data protection law. You have to be able to delete personal data. This article predates the GDPR so it has a reasonable excuse for not taking it into account.