Deleting Systems You Don't Understand · iDiallo.com
Science, Technology & Innovation · Jul 16, 2026
Destructive deletions usually stem from an epistemic error—people remove things that ‘don’t look important’—so operators should treat “looks unused” as a weak signal and require dependency mapping, usage observation, and recovery planning before deletion, while treating deletion governance as risk management.
Deleting Systems You Don't Understand · iDiallo.com
Science, Technology & Innovation · Jul 16, 2026
Deleting apparently low-value .ini files on a storage-constrained PC removed critical configuration hidden in the dependency layer, causing apps and the OS to fail to load and the machine to become unbootable—showing the need for dependency-aware cleanup, rollback, and clear separation of reclaimable space from operational state.
Deleting Systems You Don't Understand · iDiallo.com
Politics & Government · Jul 16, 2026
Using a childhood computer failure and the fictional “DOGE” example, the author warns that top-down government cost-cutting driven by shallow inspections can remove misunderstood, load-bearing functions—producing uncertain savings but large public harm—so efficiency efforts must be treated as system redesigns rather than simple line-item trims.
Deleting Systems You Don't Understand · iDiallo.com
Science, Technology & Innovation · Jul 16, 2026
Short-term, visible savings can hide much larger downstream losses when teams optimize a single metric without accounting for dependencies—e.g., deleting files freed space to install a game but removed runtime configuration, rendering the machine unusable and causing data loss—so efficiency claims should be discounted and stress-tested for whole-system resilience.
xai-org/grok-build, now open source · Simon Willison's Weblog
Science, Technology & Innovation · Jul 15, 2026
The codebase functions as a tool-aggregation layer that ports commands from other coding agents (e.g., Codex/OpenCode), suggesting competition will center on interoperability, orchestration, routing/UX/trust/deployment rather than novel primitives—so compatibility lowers switching costs for builders but compresses surface-level differentiation.
xai-org/grok-build, now open source · Simon Willison's Weblog
Science, Technology & Innovation · Jul 15, 2026
xAI’s Grok Build CLI could upload entire working directories (including credentials and personal files) to xAI-controlled cloud storage, prompting the company to disable uploads and promise deletion—underscoring that terminal-based coding tools can leak broad sensitive data and that upload scope, retention, and consent are now core product-trust issues.
xai-org/grok-build, now open source · Simon Willison's Weblog
Science, Technology & Innovation · Jul 15, 2026
The repo provides partial forensic evidence that the controversial upload pathway was real code but xAI has hard-disabled session-state uploads—upload logic remains in gcs.rs and upload/trace.rs (upload_session_state() returns session_state_upload_unavailable)—so remediation is an inspectable disable rather than full removal, enabling auditors to verify mitigation.
xai-org/grok-build, now open source · Simon Willison's Weblog
Science, Technology & Innovation · Jul 15, 2026
xAI open-sourced the full Grok Build codebase under Apache 2.0 after an upload controversy to restore trust and shift the product from an opaque hosted model toward inspectable, local-first deployment by deleting retained data, turning retention defaults off, and providing an open-source harness for local inference and verification.
xai-org/grok-build, now open source · Simon Willison's Weblog
Science, Technology & Innovation · Jul 15, 2026
Recent open-source repositories (Grok Build ≈844,530 lines of Rust; OpenAI codex ≈950,933 lines) show terminal coding agents are far larger and more operationally complex than simple LLM front ends—containing prompt templates, custom renderers, multiple tools, runtime/shell logic and more—so building them requires platform-level engineering with higher development cost, larger attack surface, greater audit burden, and different defensibility considerations.
Towards demystifying the creativity of diffusion models · The latest research from Google
Science, Technology & Innovation · Jul 15, 2026
The paper argues diffusion-model novelty is a deterministic consequence of training-time approximation: neural-network regularization and imperfect fit 'smooth' the learned denoising (score) function so generation interpolates between training examples instead of reproducing them, making creativity an interpolation effect and a controllable tradeoff with memorization.
Towards demystifying the creativity of diffusion models · The latest research from Google
Science, Technology & Innovation · Jul 15, 2026
Anisotropic (direction-dependent) score smoothing—stronger along manifold tangents but minimal toward the manifold—lets diffusion models avoid collapsing onto training examples while still moving efficiently from noise onto the meaningful image manifold, explaining how they can be both sharp and novel and suggesting architectures that preserve this asymmetry could improve novelty without blur.
Towards demystifying the creativity of diffusion models · The latest research from Google
Science, Technology & Innovation · Jul 15, 2026
In a 1-D two-point toy problem, stronger weight decay when training two-layer ReLU score networks smooths a sharp sign-switching “cliff” in the denoising field so central particles slow and settle in an interpolation zone, giving direct mechanistic evidence that regularization controls memorization versus novelty generation.
Towards demystifying the creativity of diffusion models · The latest research from Google
Science, Technology & Innovation · Jul 15, 2026
The paper argues that score smoothing in neural nets arises not only from explicit regularizers (like weight decay) but also from implicit regularization of gradient-based optimization, making smoother denoising fields—and thus creative behavior in diffusion models—an intrinsic, stable outcome of training that platform designers should shape rather than assume they can remove by tweaking a single penalty.
Exploring Hierarchical Interest Representation For Meta Ads Deep Funnel Optimization · Engineering at Meta
Science, Technology & Innovation · Jul 15, 2026
Meta is shifting deep-funnel ad optimization into a shared relational embedding layer that learns universal latent-interest representations across users, advertisers, campaigns, products and pixels to densify sparse conversion signals and provide reusable embeddings to retrieval, personalization, supervision and ranking systems (e.g., GEM, Andromeda, Adaptive Ranking Model), enabling estimation of user proximity to interest primitives, advertiser fit, and cross‑entity nearest neighbors for multi‑stage recommender stacks under signal scarcity.
Exploring Hierarchical Interest Representation For Meta Ads Deep Funnel Optimization · Engineering at Meta
Science, Technology & Innovation · Jul 15, 2026
Meta presents a topology-aware graph transformer that avoids the usual quadratic memory of graph-biased attention by injecting graph-structural signals (e.g., node-type transitions, shortest-path distance) as on-the-fly attention biases via FlexAttention and packing variable-length subgraphs into block-masked sequences, yielding memory-efficient long-range graph learning and making graph transformers operationally viable for production recommenders.
Exploring Hierarchical Interest Representation For Meta Ads Deep Funnel Optimization · Engineering at Meta
Science, Technology & Innovation · Jul 15, 2026
Meta augments ad representations with multimodal world knowledge—text, images, and video processed by vision/LLM models and fused with behavioral signals—so models can understand and rank rare or unseen advertisers and products, improving cold-start and long-tail ad performance.
Exploring Hierarchical Interest Representation For Meta Ads Deep Funnel Optimization · Engineering at Meta
Science, Technology & Innovation · Jul 15, 2026
Meta turns sparse deep-funnel signals into dense supervision by using cross-view distillation—pairing a broad-view teacher and narrow-view student on the same graph node—combined with Sinkhorn-Knopp balanced assignment and a supervised engagement-edge prediction to produce a hybrid objective that yields view-invariant structural priors grounded in observed behavior and a general-purpose scoring function across the delivery stack.
Exploring Hierarchical Interest Representation For Meta Ads Deep Funnel Optimization · Engineering at Meta
Science, Technology & Innovation · Jul 15, 2026
Meta built an online graph-backed training pipeline that delivered a 30× wall‑clock speedup over a synchronous baseline while preserving bit‑exact reproducibility and strict temporal causality by using the same online graph for training and serving, pipelining subgraph/feature fetches with GPU compute, parallel batch preparation, and timestamp cutoffs to prevent leakage—showing that reproducible, causal, high‑throughput data infrastructure is integral to graph recommendation quality.
Cook, Economic Outlook · Federal Reserve (Speeches & Testimony)
Business, Finance & Industries · Jul 15, 2026
Cook warned that repeated supply shocks could become persistent by changing firm and wage-setting behavior after five years of above-target inflation, so although she backed holding rates steady—seeing recent tariff and Middle East effects as temporary—she stressed that inflation anchoring depends on public belief the Fed will act, not on relaxing policy.
Cook, Economic Outlook · Federal Reserve (Speeches & Testimony)
Business, Finance & Industries · Jul 15, 2026
Cook warns inflation is broader and more persistent than a simple tariff-or-energy story: core goods are rising about 5% annually and headline 2026 inflation is roughly 1 percentage point above prior expectations, with commodity shocks (including from the Middle East) propagating into food and other goods—raising the risk inflation stays elevated and complicating the case for policy cuts while increasing exposure for rate- and margin-sensitive firms.