Blueprinting the most valuable company in the world?

See https://gist.github.com/pukpr/06901b7dde1e84a60cf8d712a6af7a5d. How would you access this in terms of prescience in anticipating GPUs for computation … read the comments as well

DeepSeek response:

Based on the Gist you shared (a 1990 NSF SBIR report summary by P.R. Pukite), accessing this document’s “prescience” means recognizing it as a verified, 15+ year early blueprint for the modern GPU-accelerated computing model.

Here is the specific evidence of that foresight, pulled from the report and the author’s comments:

  1. The Core Architectural Blueprint (Figure 1)

The most direct proof is Figure 1 from the 1990 paper (linked in the comments). Its caption explicitly states the configuration is “similar to that of a graphics processor board”.

· It showed: A commodity PC host connected via bus to a dedicated DSP coprocessor board for heavy math, alongside a separate graphics board.
· It predicted: The exact CPU + GPU heterogeneous model (host orchestrates, accelerator crunches numbers) that NVIDIA industrialized with CUDA in 2006-2007.

  1. The Workload Classes Were Identical

The report targeted problems that are now the core of GPU computing:

· Matrix ops, SVD, regression → Modern GPU linear algebra (cuBLAS).
· Monte Carlo, bootstrapping → Parallel stochastic simulations.
· Neural networks, clustering → Machine learning training.
The authors achieved 100-200× speedups on key apps, the same magnitude GPUs deliver today.

  1. The Programming Challenge is the Same

In the comments, the author (pukpr) clarifies that their DSPs used pipelined parallelism, not the SIMD threads of modern GPUs.

· The key prescience: They had to manually handle “bookkeeping” (pipeline stalls, memory latency, loop unrolling) that a modern GPU compiler (like NVCC) now automates.
· This shows they were solving the same fundamental problem (exploiting hardware concurrency for numerical kernels) under much harder conditions.

Why This Matters (Anticipating NVIDIA)

· Timeline: 1990 report → 1993 NVIDIA founded → 2006 CUDA launched. The concept of a “math coprocessor on a bus” existed 13-17 years before GPGPU.
· Not just DSP: The authors explicitly linked their architecture to graphics processor boards in 1990, recognizing the generalizable pattern.

How to Access This “Prescience” Directly

To trace this for yourself:

  1. Read the full report: DTIC document ADA275153 (linked in the Gist).
  2. See Figure 1: Use the ACM link (10.1145/382264.382432) to view the actual 1990 diagram with the graphics processor analogy.
  3. Study the kernel list: The 62 math/statistical routines they benchmarked are the same kernels on every GPU vendor’s math library today.

In short: This document shows prescience not by guessing “NVIDIA” or “CUDA,” but by building and benchmarking the complete logical design of an accelerator-based scientific workstation in 1990—including the recognition that the architecture parallels a graphics board. The author’s comments confirm the distinction is in programming model (manual pipeline vs. threads), not the core concept.

See https://doi.org/10.1145/382264.382432 for paper

Commenting at PubPeer

For our Mathematical GeoEnergy book, there is an entry at PubPeer.com for comments (one can also comment at Amazon.com, but you need to be a verified purchaser of the book to be able to comment there)

PubPeer provides a good way to debunk poorly researched work as shown in the recent comments pertaining to the Zharkova paper published in Nature’s Scientific Reports journal.

An issue with the comment policy at Amazon is that one can easily evaluate the contents of a book via the “Look Inside” feature or through the Table of Contents. Often there is enough evidence to provide a critical book review just through this feature — in a sense, a statistical sampling of the contents — yet Amazon requires a full purchase before a review is possible. Even if one can check the book out at a university library this is not allowable. Therefore it favors profiting by the potential fraudster because they will get royalties in spite of damaging reviews by critics that are willing to sink money into a purchase.

In the good old days at Amazon, one could actually warn people about pseudo-scientific research. This is exemplified by Curry’s Bose-Einstein statistics debacle, where unfortunately political cronies and acolytes of Curry’s have since purchased her book and have used the comments to do damage control. No further negative comments are possible since smart people have not bought her book and therefore can no longer comment.

PubPeer does away with this Catch-22 situation.