Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.
// request.cf · coarse context
A page that knows where it met you.
Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.
This is the talk page for discussing improvements to the Ada Lovelace article. This is not a forum for general discussion of the subject of the article.
This article is within the scope of WikiProject Biography, a collaborative effort to create, develop and organize Wikipedia's articles about people. All interested editors are invited to join the project and contribute to the discussion. For instructions on how to use this banner, please refer to the documentation.BiographyWikipedia:WikiProject BiographyTemplate:WikiProject Biographybiography
This article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.ComputingWikipedia:WikiProject ComputingTemplate:WikiProject ComputingComputing
This article is within the scope of WikiProject England, a collaborative effort to improve the coverage of England on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.EnglandWikipedia:WikiProject EnglandTemplate:WikiProject EnglandEngland-related
This article is within the scope of WikiProject Women's History, a collaborative effort to improve the coverage of Women's history and related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.Women's HistoryWikipedia:WikiProject Women's HistoryTemplate:WikiProject Women's HistoryWomen's History
This article is within the scope of WikiProject Women scientists, a collaborative effort to improve the coverage of Women in science on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.Women scientistsWikipedia:WikiProject Women scientistsTemplate:WikiProject Women scientistsWomen scientists
This article is within the scope of WikiProject Spoken Wikipedia, a collaborative effort to improve the coverage of spoken articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.Spoken WikipediaWikipedia:WikiProject Spoken WikipediaTemplate:WikiProject Spoken WikipediaSpoken Wikipedia
This article is within the scope of WikiProject Women, a collaborative effort to improve the coverage of women on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.WomenWikipedia:WikiProject WomenTemplate:WikiProject WomenWikiProject Women
This article is within the scope of WikiProject London, a collaborative effort to improve the coverage of London on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.LondonWikipedia:WikiProject LondonTemplate:WikiProject LondonLondon-related
This article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.MathematicsWikipedia:WikiProject MathematicsTemplate:WikiProject Mathematicsmathematics
Latest comment: 4 months ago5 comments5 people in discussion
In the #Insight into potential of computing devices section of the article, there's a claim that "Most modern computer scientists argue that this view is outdated and that computer software can develop in ways that cannot necessarily be anticipated by programmers.".
It does have a supporting citation, although I admit that I have not yet requested access to the paper.
I tend to challenge the idea that generative Artificial Intelligence and Large Language Models are software that is developing unpredictably; I believe it is software that is not engineered with repeatable results as a priority requirement, and with training and query inputs that vary rapidly -- creating the appearance, but not actuality, of output creativity.
From what I understand about the emergent nature of most LLM features, it likely is software that is developing unpredictably due to the fact that we don't know if any other similar features or capabilities could emerge. Rainunderthebridge (talk) 02:49, 17 December 2025 (UTC)Reply
Agree. This is bizarre statement and it would be difficult to argue "most modern computer scientists" about anything. Dubious at best, spurious at worst. ~2025-42547-43 (talk) 19:41, 6 February 2026 (UTC)Reply
The source (Natale) says
In computer science circles, the phrase ‘Lovelace objection’ indicates the claim that computers cannot originate or create anything, but only do what their programmers instruct them to do (Abramson, 2008). Today, most computer scientists dismiss this objection; the complexity of contemporary systems and advances in areas like machine learning has proven that computer software can develop in ways that cannot be always anticipated by programmers (Kelleher, 2019).
So I got hold of Kelleher, and what I found is that it's a 2019 review of deep learning at the time. I suppose that somewhere in there it might say, or imply that "computer software can develop in ways that cannot be always anticipated by programmers", but if he does I don't know where, and Natale doesn't tell us -- just references Kelleher as a whole. I'm sorry, but his is not a competent source for what "most modern computer scientists" think. I'm removing the statement. EEng05:21, 3 March 2026 (UTC)Reply
Computer programmer here. LLMs and other generative AI models produce unpredictable results because randomness is injected, on purpose, into the base of the generative process. It's called temperature, or heat, relating to entropy or randomness. If no randomness was introduced, the AI model would output the exact same thing given the same prompt.
TLDR - AI models are not predictable because programmers have engineered them to be not predictable. They are not inherently stochastic.