The accurate assembly of the system matrix is an important step in any code that solves partial differential equations on a mesh. We either explicitly set up a matrix, or we work in a matrix-free environment where we have to be able to quickly return matrix entries upon demand. Either way, the construction can become costly due to nontrivial material parameters entering the equations, multigrid codes requiring cascades of matrices that depend upon each other, or dynamic adaptive mesh refinement that necessitates the recomputation of matrix entries or the whole equation system throughout the solve. We propose that these constructions can be performed concurrently with the multigrid cycles. Initial geometric matrices and low accuracy integrations kickstart the multigrid iterations, while improved assembly data is fed to the solver as and when it becomes available. The time to solution is improved as we eliminate an expensive preparation phase traditionally delaying the actual computation. We eliminate algorithmic latency. Furthermore, we desynchronize the assembly from the solution process. This anarchic increase in the concurrency level improves the scalability. Assembly routines are notoriously memory-and bandwidth-demanding. As we work with iteratively improving operator accuracies, we finally propose the use of a hierarchical, lossy compression scheme such that the memory footprint is brought down aggressively where the system matrix entries carry little information or are not yet available with high accuracy. K E Y W O R D S algebraic-geometric multigrid, asynchronous multigrid, delayed operator computation, dynamically adaptive Cartesian grids, finite element assembly, mixed precision computing 1 INTRODUCTION Multigrid algorithms are among the fastest solvers known for elliptic partial differential equations (PDEs) of the type −∇ (∇) u = f (1) on a d-dimensional, well-shaped domain Ω. An approximation of the function u : Ω → R is what we are searching for with : Ω → R + as a material parameter, and f : Ω → R constituting the right-hand side. The system is closed by appropriate boundary conditions. We restrict ourselves to This paper is an extended version of C.D. Murray and T. Weinzierl: Lazy stencil integration in multigrid algorithms as introduced and published at the PPAM'19 Conference. This is an open access article under the terms of the Creative Commons Attribution License, which permits use, distribution and reproduction in any medium, provided the original work is properly cited.