{
  "AI & Machine Learning": [
    {
      "title": "US public health agencies to test OpenAI and Anthropic AI models",
      "link": "https://www.artificialintelligence-news.com/news/openai-anthropic-public-health-ai/",
      "summary": "Public health departments across the United States will test generative AI tools under a new programme involving the Coalition for Health AI, OpenAI, Anthropic, and Accenture. The Public Health Use Case and Learning Scaling Engine, known as PULSE, will support trials in 10 state, local, tribal, or territorial jurisdictions. The programme is intended to produce [\u2026] The post US public health agencies to test OpenAI and Anthropic AI models appeared first on AI News.",
      "published": "2026-07-20 10:00",
      "source": "AI News"
    },
    {
      "title": "Kimi K3 open-weight model: China\u2019s biggest AI is a bet on memory, not compute",
      "link": "https://www.artificialintelligence-news.com/news/kimi-k3-open-weight-model-memory-compute-china/",
      "summary": "Moonshot AI\u2019s Kimi K3 open-weight model has been read almost entirely through its parameter count since it launchedon July 16. At 2.8 trillion parameters, it is the largest open-weight model released to date. Model sizes are usually grouped into rough brackets, and 2.8 trillion rounds into what the industry calls the 3T class. A tier no [\u2026] The post Kimi K3 open-weight model: China\u2019s biggest AI is a bet on memory, not compute appeared first on AI News.",
      "published": "2026-07-20 09:00",
      "source": "AI News"
    },
    {
      "title": "Building Agentic Workflows in Python with LangGraph",
      "link": "https://machinelearningmastery.com/building-agentic-workflows-in-python-with-langgraph/",
      "summary": "In this article, you will learn how to build a complete agentic workflow in Python with LangGraph, from a single model call to a tool-using...",
      "published": "2026-07-20 11:27",
      "source": "MachineLearningMastery.com"
    },
    {
      "title": "Safety and alignment in an era of long-horizon models",
      "link": "https://openai.com/index/safety-alignment-long-horizon-models",
      "summary": "OpenAI shares lessons from deploying long-running AI models, highlighting new safety risks, observed failures, and improved safeguards through iterative deployment.",
      "published": "2026-07-20 10:00",
      "source": "OpenAI News"
    }
  ],
  "Software Development": [
    {
      "title": "Google just bet its inference future on a chip built for one model",
      "link": "https://thenewstack.io/google-frozen-gemini-chip/",
      "summary": "The race to make AI inference cheaper is pushing chip design beyond general-purpose accelerators. We\u2019re now moving toward silicon that The post Google just bet its inference future on a chip built for one model appeared first on The New Stack.",
      "published": "2026-07-20 22:14",
      "source": "The New Stack"
    },
    {
      "title": "Claude Fable 5 vs. Kimi K3: Same results, one-third the cost, 4x slower",
      "link": "https://thenewstack.io/kimi-k3-fable-coding-benchmark/",
      "summary": "Moonshot AI released Kimi K3 in mid-July, selling it as a serious professional coding tool that competes head-on with Claude The post Claude Fable 5 vs. Kimi K3: Same results, one-third the cost, 4x slower appeared first on The New Stack.",
      "published": "2026-07-20 18:07",
      "source": "The New Stack"
    },
    {
      "title": "Amazon, Microsoft, and Google are converging on the same enterprise agent architecture",
      "link": "https://thenewstack.io/agent-platform-portability-contract/",
      "summary": "Over the past nine months, Amazon, Microsoft, and Google have each introduced or renamed an enterprise agent platform. And all The post Amazon, Microsoft, and Google are converging on the same enterprise agent architecture appeared first on The New Stack.",
      "published": "2026-07-20 17:43",
      "source": "The New Stack"
    },
    {
      "title": "Anthropic employees worked \u201cliterally around the clock\u201d to keep Fable 5 from disappearing",
      "link": "https://thenewstack.io/fable-5-permanent-subscription-access/",
      "summary": "After weeks of extending temporary access while bringing additional inference capacity online, Anthropic has finalized Claude Fable 5 subscriptions. In The post Anthropic employees worked \u201cliterally around the clock\u201d to keep Fable 5 from disappearing appeared first on The New Stack.",
      "published": "2026-07-20 16:38",
      "source": "The New Stack"
    },
    {
      "title": "Grok 4.5 vs. Claude Opus 4.8: Costs and what works, not the spec sheet",
      "link": "https://thenewstack.io/grok-opus-coding-tokens/",
      "summary": "Can Grok 4.5 really match Opus for a quarter of the tokens? xAI released Grok 4.5 on July 8. It The post Grok 4.5 vs. Claude Opus 4.8: Costs and what works, not the spec sheet appeared first on The New Stack.",
      "published": "2026-07-20 13:38",
      "source": "The New Stack"
    },
    {
      "title": "Spark 4.2 has a feature that could retire your vector database",
      "link": "https://thenewstack.io/spark-4-2-ai-workloads/",
      "summary": "Apache Spark 4.2 launched last week, and it signals an expansion of Spark\u2019s decade-plus role at the center of enterprise The post Spark 4.2 has a feature that could retire your vector database appeared first on The New Stack.",
      "published": "2026-07-19 16:00",
      "source": "The New Stack"
    },
    {
      "title": "Move code review before the code",
      "link": "https://thenewstack.io/move-code-review-upstream/",
      "summary": "The pull request as we know it is roughly 20 years old, younger than the careers of many people now The post Move code review before the code appeared first on The New Stack.",
      "published": "2026-07-19 14:00",
      "source": "The New Stack"
    },
    {
      "title": "Self-healing GPU nodes in Kubernetes: What we learned building the EKS node monitoring agent",
      "link": "https://thenewstack.io/self-healing-gpu-nodes/",
      "summary": "When you run Kubernetes at the scale we do on Amazon EKS, nodes break constantly. GPUs fall off the PCIe The post Self-healing GPU nodes in Kubernetes: What we learned building the EKS node monitoring agent appeared first on The New Stack.",
      "published": "2026-07-19 13:00",
      "source": "The New Stack"
    },
    {
      "title": "From text-JSON parsing to Claude tool use in JobSearch",
      "link": "https://dev.to/mk023/from-text-json-parsing-to-claude-tool-use-in-jobsearch-3cjg",
      "summary": "My job-search tool had five functions whose only purpose was fixing JSON that Claude had just written. _clean_json_text, _fix_unescaped_newlines, _fix_single_quotes, _strip_markdown_wrapper, _extract_and_parse_json. There was also a sixth, _retry_json_fix, which took the broken JSON and sent it back to the model with a polite request to fix its own mess. I wrote every one of them, one bug at a time, over weeks. I was a little proud of them. That was the problem. How you end up with five parsers ...",
      "published": "2026-07-21 00:55",
      "source": "DEV Community"
    },
    {
      "title": "How AI changed the way I pick frameworks, and the two places React survived",
      "link": "https://dev.to/zacharylee/how-ai-changed-the-way-i-pick-frameworks-and-the-two-places-react-survived-3h3",
      "summary": "That 130-file PR that shipped KeyEcho 1.0 contained a decision I never wrote about: the desktop app moved from Tauri 1 + Vue to Tauri 2 + SolidJS. The same summer, upweb.dev moved from Nuxt 4 to SolidStart, and keyecho.app (SSR, five languages, Stripe checkout) was built on SolidStart from scratch. Three separate decisions, same answer every time. Scope first. This post is about defaults for my personal projects. Near the end I'll cover two places where I still use React, one of which runs very ...",
      "published": "2026-07-21 00:51",
      "source": "DEV Community"
    },
    {
      "title": "Built by a Developer, for Developers: Why PSRESTful Is the Fastest Path to PromoStandards Integrations",
      "link": "https://dev.to/psrestful/built-by-a-developer-for-developers-why-psrestful-is-the-fastest-path-to-promostandards-8cd",
      "summary": "PSRESTful wasn't designed in a product meeting. It was built by a developer who spent years wiring PromoStandards integrations by hand: crafting SOAP envelopes, hunting down the right namespace for each service version, and parsing megabytes of XML just to answer \"how many blue mugs are in stock?\" Every feature on the platform exists because that pain was real. This post walks through what \"developer-first\" actually means in practice: the choices in the API itself, the tools around it, and the o...",
      "published": "2026-07-21 00:47",
      "source": "DEV Community"
    },
    {
      "title": "Building Production-Grade LLM Evaluation Pipelines: From Vibes to Metrics",
      "link": "https://dev.to/imus_d7584cbc8ee9b0336256/building-production-grade-llm-evaluation-pipelines-from-vibes-to-metrics-201k",
      "summary": "Building Production-Grade LLM Evaluation Pipelines: From Vibes to Metrics How we replaced \"looks good to me\" with automated evaluation catching 92% of hallucinations before deployment The Problem: Why \"Vibe Checks\" Fail in Production Three months ago, our team shipped a RAG-based customer support assistant. It worked great in testing \u2014 we'd ask it questions, read the answers, and say \"yeah, that looks right.\" Then it hit production. A customer asked about their billing cycle. The assistant confi...",
      "published": "2026-07-21 00:45",
      "source": "DEV Community"
    },
    {
      "title": "I built a vector topographic contour map generator for designers (SVG export)",
      "link": "https://dev.to/topolines/i-built-a-vector-topographic-contour-map-generator-for-designers-svg-export-5hj",
      "summary": "Hey everyone! \ud83d\udc4b As a designer, I constantly needed high-quality vector topographic contour lines and generative patterns for branding, UI hero backgrounds, and print projects. Most existing tools were either heavy GIS software (like QGIS) or required static file purchases. So I built Topolines\u2014a fast, web-based vector topographic generator. \ud83c\udf9b\ufe0f Key Features: Parametric Control: Fine-tune elevation density, noise scale, detail, and line weights in real-time. Custom Styling: Full visual control ove...",
      "published": "2026-07-21 00:40",
      "source": "DEV Community"
    },
    {
      "title": "Kubernetes Health Probes: Liveness, Readiness, and Startup Explained",
      "link": "https://dev.to/toothbrush/kubernetes-health-probes-liveness-readiness-and-startup-explained-5app",
      "summary": "You've deployed your app to Kubernetes. The pod starts \u2014 then it gets killed. Or it's running but no traffic reaches it. Or it takes 90 seconds to initialize and gets restarted in a loop. Every one of these problems traces back to the same root cause: misconfigured or missing health probes. Kubernetes gives you three types of probes: livenessProbe, readinessProbe, and startupProbe. Each serves a different purpose. Mix them up and your pods restart in infinite loops. Get them right and your deplo...",
      "published": "2026-07-21 00:34",
      "source": "DEV Community"
    },
    {
      "title": "Why environment variables don&#8217;t suppress WP-CLI PHP Deprecated warnings \u2014 the phar + shebang path and a three-part structural fix",
      "link": "https://dev.to/susumun/why-environment-variables-don8217t-suppress-wp-cli-php-deprecated-warnings-the-phar-shebang-pgl",
      "summary": "A previous post covered how to absorb PHP 8.2 Deprecated warnings from WP-CLI using a three-layer defense. The approach \u2014 prepending WP_CLI_PHP_ARGS to set error_reporting \u2014 works in many environments. But a case came up where Deprecated warnings wouldn\u2019t disappear despite the same configuration. Tracing the cause revealed a structural reason why the environment variable never arrived. This post records that root cause and the three-part fix added in v1.6.8. Why environment variables don\u2019t arriv...",
      "published": "2026-07-21 00:32",
      "source": "DEV Community"
    },
    {
      "title": "Smash Stories: Mitigating Core EVM State Desyncs and Gas Latency Hurdles",
      "link": "https://dev.to/joop-t/smash-stories-mitigating-core-evm-state-desyncs-and-gas-latency-hurdles-2552",
      "summary": "This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry. This is our official submission for the DEV Big Summer Bug Smash challenge under the #bugsmash track. Below is the technical tale of how we isolated, debugged, and optimized cross-layer node latency issues when deploying our Web3 framework on Polygon. The Problem: The Post-Hard Fork RPC Latency Wall \ud83d\udc1b During heavy network volume spikes or directly following major ledger upgrades, our automated event listener loggin...",
      "published": "2026-07-21 00:28",
      "source": "DEV Community"
    },
    {
      "title": "Optimizing RAG at Scale: Chunking, Retrieval, and the Bayesian Search That Cut Latency 40%",
      "link": "https://dev.to/imus_d7584cbc8ee9b0336256/optimizing-rag-at-scale-chunking-retrieval-and-the-bayesian-search-that-cut-latency-40-568k",
      "summary": "Optimizing RAG at Scale: Chunking, Retrieval, and the Bayesian Search That Cut Latency 40% How we moved from \"semantic search + hope\" to a measured, tunable retrieval pipeline with 95% recall@10 The RAG Reality Check Everyone ships RAG the same way: chunk by 512 tokens, embed with text-embedding-3-small, top-k=5, stuff into context. It works for demos. Then you hit production: Legal contracts: 512 tokens splits clauses mid-sentence API docs: 1000-token chunks drown signal in noise Customer ticke...",
      "published": "2026-07-21 00:25",
      "source": "DEV Community"
    },
    {
      "title": "Building Production-Grade LLM Evaluation Pipelines: From Vibes to Metrics",
      "link": "https://dev.to/imus_d7584cbc8ee9b0336256/building-production-grade-llm-evaluation-pipelines-from-vibes-to-metrics-2g4l",
      "summary": "Building Production-Grade LLM Evaluation Pipelines: From Vibes to Metrics How we replaced \"looks good to me\" with automated evaluation catching 92% of hallucinations before deployment The Problem: Why \"Vibe Checks\" Fail in Production Three months ago, our team shipped a RAG-based customer support assistant. It worked great in testing \u2014 we'd ask it questions, read the answers, and say \"yeah, that looks right.\" Then it hit production. A customer asked about their billing cycle. The assistant confi...",
      "published": "2026-07-21 00:25",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "Zig proposes introducing an actually memory safe (unlike Rust) compilation mode inspired by Fil-C at ~1-6x performance penalty",
      "link": "https://www.reddit.com/r/programming/comments/1v1mpxw/zig_proposes_introducing_an_actually_memory_safe/",
      "summary": "submitted by /u/Usual-Amount-264 [link] [comments]",
      "published": "2026-07-20 14:12",
      "source": "programming"
    },
    {
      "title": "Throw, Result, or neither?",
      "link": "https://www.reddit.com/r/programming/comments/1v1sg8b/throw_result_or_neither/",
      "summary": "submitted by /u/Adventurous-Salt8514 [link] [comments]",
      "published": "2026-07-20 17:43",
      "source": "programming"
    },
    {
      "title": "Comprehensive JVM Primitive Hashtable Benchmarks",
      "link": "https://www.reddit.com/r/programming/comments/1v1lqdd/comprehensive_jvm_primitive_hashtable_benchmarks/",
      "summary": "submitted by /u/tooilln [link] [comments]",
      "published": "2026-07-20 13:34",
      "source": "programming"
    },
    {
      "title": "Modula-3: the forgotten language that explored memory safety decades ago",
      "link": "https://www.reddit.com/r/programming/comments/1v1q3sc/modula3_the_forgotten_language_that_explored/",
      "summary": "Pretty cool seeing that people were already thinking about memory safety decades ago. Some of these ideas that feel modern today were being explored back in the 80s and 90s. Makes you wonder how different things would look if languages like Modula-3 had taken off. submitted by /u/FayeTammy [link] [comments]",
      "published": "2026-07-20 16:18",
      "source": "programming"
    },
    {
      "title": "Threading on Thin Ice: Demystifying the .NET ThreadPool and avoiding starvation",
      "link": "https://www.reddit.com/r/programming/comments/1v20lx2/threading_on_thin_ice_demystifying_the_net/",
      "summary": "submitted by /u/Happycodeine [link] [comments]",
      "published": "2026-07-20 22:48",
      "source": "programming"
    },
    {
      "title": "Every Microsecond Matters: Achieving Near Speed-of-Light Latency in GPU Collectives",
      "link": "https://www.reddit.com/r/programming/comments/1v1wzhf/every_microsecond_matters_achieving_near/",
      "summary": "submitted by /u/mttd [link] [comments]",
      "published": "2026-07-20 20:26",
      "source": "programming"
    },
    {
      "title": "The LSM Tree",
      "link": "https://www.reddit.com/r/programming/comments/1v1p0a9/the_lsm_tree/",
      "summary": "submitted by /u/BrewedDoritos [link] [comments]",
      "published": "2026-07-20 15:38",
      "source": "programming"
    },
    {
      "title": "The Message Arrived. Did the Operation Succeed? On End-to-End Arguments in System Design.",
      "link": "https://www.reddit.com/r/programming/comments/1v1u07o/the_message_arrived_did_the_operation_succeed_on/",
      "summary": "submitted by /u/cipherself [link] [comments]",
      "published": "2026-07-20 18:37",
      "source": "programming"
    },
    {
      "title": "How Generalized Inverted Index works internally in Postgre SQL",
      "link": "https://www.reddit.com/r/programming/comments/1v1p25q/how_generalized_inverted_index_works_internally/",
      "summary": "Regular Indexing works on a column level; it indexes the entire column value, but if you want to index each value in one row, then the GIN indexing technique is used. GIN can index each element of JSON stored in a JSONB field How Postgres creates a GIN file physically, what is the format of that file, how that file is retrieved in RAM while fetching records, what data types are used, and how Postgres calculates the exact address of an element of JSON are all explained in the article submitted by...",
      "published": "2026-07-20 15:40",
      "source": "programming"
    }
  ],
  "Game Development": [
    {
      "title": "Netflix says its critically-panned FIFA World Cup video game was a 'top tier' performer",
      "link": "https://www.gamedeveloper.com/business/netflix-says-its-critically-panned-fifa-world-cup-video-game-was-a-big-success",
      "summary": "The streamer said the soccer sim delivered one of its 'most successful cloud game debuts' after launching on June 11.",
      "published": "2026-07-20 14:35",
      "source": "gamedeveloper"
    },
    {
      "title": "Two thirds of remaining Doom (2016) devs laid off during latest round of Xbox cuts",
      "link": "https://www.gamedeveloper.com/production/two-thirds-of-doom-2016-development-team-laid-off-during-latest-round-of-xbox-cuts",
      "summary": "'I've been a gamer my whole life. If you cut a stat in half everyone would call that nerfed.'",
      "published": "2026-07-20 09:56",
      "source": "gamedeveloper"
    },
    {
      "title": "Meet the Unity CLI: manage Unity from your terminal",
      "link": "https://unity.com/blog/meet-the-unity-cli",
      "summary": "Install editors, automate CI, and drive a running Editor or dev build from the terminal. The Unity CLI and com.unity.pipeline package give scripts and AI agents a fast, structured way to operate Unity.",
      "published": "2026-07-20 00:00",
      "source": "Unity Blog RSS Feed"
    }
  ],
  "Gaming News": [
    {
      "title": "Game Pass Was A Good Idea But It Didn\u2019t Work, Forza Horizon 5 Creative Director Says",
      "link": "https://www.gamespot.com/articles/game-pass-was-a-good-idea-but-it-didnt-work-forza-horizon-5-creative-director-says/",
      "summary": "Forza Horizon 5 creative director Mike Brown has weighed in with his thoughts on the situation at Xbox currently, and one of the things he commented on was Xbox Game Pass. He said in an interview that Xbox Game Pass, simply put, was not able to attract enough subscribers to make it viable as a business, and this contributed to the pain Xbox is going through today. After all, we recently found out that Microsoft was hoping to have 77 million subscribers by now, but the number is actually only aro...",
      "published": "2026-07-20 19:46",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Rising Costs Have Forced These Gamers To Make Tough Decisions",
      "link": "https://www.gamespot.com/articles/rising-costs-have-forced-these-gamers-to-make-tough-decisions/",
      "summary": "Video games are getting more expensive. The PS5 and the Xbox Series X|S have seen significant price hikes, the Switch 2 is due for a $50 price increase in September, and seemingly overnight, $70 has become the normal asking price for most new releases.But for many, the gaming industry's slide towards an all-digital future could be the final nail in the coffin. For years, the secondhand games industry has represented a cheaper and more accessible way of getting into the hobby. But PlayStation's p...",
      "published": "2026-07-20 19:41",
      "source": "GameSpot - All Content"
    },
    {
      "title": "It\u2019s A Bad Time To Be A New Fallout Fan, But Things Are Looking Up",
      "link": "https://www.gamespot.com/articles/its-a-bad-time-to-be-a-new-fallout-fan-but-things-are-looking-up/",
      "summary": "\"Claire, with all due respect, what the hell did I just play?\" It's the Spring of 2024, and one of my best friends, Kasey, has been sucked into the wonderful world of Fallout. But unlike most fans, Kasey got into the franchise via Amazon's incredibly well-produced Fallout television show. Naturally, she fell in love with the Wasteland, and immediately wanted to hop into playing the Fallout games, too. I'd suggested the most recent non-MMO in the series, Fallout 4, which was released in 2015. Unf...",
      "published": "2026-07-20 17:56",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Call Of Duty: Modern Warfare 4 Beta: Dates, Content, And How To Get In",
      "link": "https://www.gamespot.com/articles/call-of-duty-modern-warfare-4-beta-dates-revealed-heres-how-to-get-in/",
      "summary": "Activision has confirmed the Call of Duty: Modern Warfare 4 multiplayer beta dates, which begin on August 21. The company also revealed how you can get it, what's in the beta, and when to expect more details. Read on to learn more. Modern Warfare 4 beta dates Early access to the open beta runs August 21-25 on PC, PS5, and Xbox Series X|S. The multiplayer beta then opens for everyone, regardless of preorder status, from August 28-September 1. The open beta also brings in Switch 2 as a supported p...",
      "published": "2026-07-20 17:29",
      "source": "GameSpot - All Content"
    },
    {
      "title": "The Original Pokemon Starters Are Ready To Make You Pokemoan",
      "link": "https://www.gamespot.com/articles/the-original-pokemon-starters-are-ready-to-make-you-pokemoan/",
      "summary": "How does a sex toy shop stand out in the modern era of easily obtainable neck massagers and bedside buddies? The answer is surprisingly easy, as all you have to do is look at a popular IP and put in some elbow grease to transform that idea into a surprisingly cute nightstand buddy. Which is exactly what one company has done, with the return of its line of Pokemon--or Pokemoan--sex toys. These will go on sale starting July 21, and let's see Pokemon scalpers try and ruin this launch. Geeky Sex Toy...",
      "published": "2026-07-20 16:29",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Tides Of Annihilation Loses Expedition 33 Voice Actor Jennifer English",
      "link": "https://www.gamespot.com/articles/tides-of-annihilation-loses-expedition-33-voice-actor-jennifer-english/",
      "summary": "Tides of Annihilation developer Eclipse Glow Games has announced that voice actor Jennifer English will no longer be voicing the game's protagonist, Gwendolyn, due to personal health reasons. In an update on its social platforms, Eclipse Glow Games confirmed that English stepped down in June from the role, but she'll still be involved in the game in an advisory role. English has already helped to recommend a new voice actor to take over as Gwendolyn, but Eclipse Glow Games has not yet revealed h...",
      "published": "2026-07-20 16:28",
      "source": "GameSpot - All Content"
    },
    {
      "title": "How To Find Bones In Phasmophobia",
      "link": "https://www.gamespot.com/articles/phasmophobia-bones-conduits/",
      "summary": "Collecting bones in Phasmophobia is a great way to earn extra rewards and set yourself an additional (sometimes frustrating) challenge, but it's also crucial to achieving a perfect investigation. Each contract, one bone randomly spawns in the investigation area, offering you and your ghost hunting team the option to find it. But, unlike cursed objects, bones have no set spawn locations, so locating them\u2014especially on larger maps\u2014 can be hard work. But it\u2019s well worth finding them, even if they d...",
      "published": "2026-07-20 16:18",
      "source": "GameSpot - All Content"
    },
    {
      "title": "All Phasmophobia Spirit Box Questions and Responses",
      "link": "https://www.gamespot.com/articles/all-phasmophobia-spirit-box-questions-and-responses/",
      "summary": "In Phasmophobia, the Spirit Box is a piece of equipment that you can use to gather Spirit Box evidence, helping you to identify the ghost you're dealing with. When used under the right conditions, players can use the Spirit Box to communicate with the ghost by asking valid questions or saying recognized phrases. If the ghost has Spirit Box as one of its pieces of evidence, it will likely respond--though higher difficulty levels with less evidence may impact this. Its responses may not necessaril...",
      "published": "2026-07-20 16:12",
      "source": "GameSpot - All Content"
    },
    {
      "title": "GameSpot\u2019s Exclusive Magic: The Gathering \u2013 The Hobbit Cards Turn Death Into An Opportunity",
      "link": "https://www.gamespot.com/articles/gamespots-exclusive-magic-the-gathering-the-hobbit-cards-turn-death-into-an-opportunity/",
      "summary": "Among the flurry of announcements presented at MagicCon Amsterdam was the debut of The Hobbit, Magic: The Gathering\u2019s next expansion and a return to the universe of J.R.R. Tolkien. That debut was only the beginning, though, as we are now in preview season as the set\u2019s release approaches in August. We can exclusively reveal two new Rare cards from the main Hobbit set. One is a powerful green enchantment that can keep your battlefield stocked, and the other is a creature that will slot neatly into...",
      "published": "2026-07-20 16:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Ubisoft promises Ghost Recon news in August, and if you're hoping that means an update on the Splinter Cell remake then I admire your optimism but sorry, no",
      "link": "https://www.pcgamer.com/games/third-person-shooter/ubisoft-promises-ghost-recon-news-in-august-and-if-youre-hoping-that-means-an-update-on-the-splinter-cell-remake-then-i-admire-your-optimism-but-sorry-no/",
      "summary": "A week after cautioning fans about a \"quieter year\" in new game releases, Ubisoft is teasing an update to mark the series' 25th anniversary.",
      "published": "2026-07-20 21:58",
      "source": "PCGamer latest"
    },
    {
      "title": "There's a dinosaur soulslike launching on Steam this week where you're a spinosaurus swinging a greatsword with your mouth who just might be able to parry the meteor",
      "link": "https://www.pcgamer.com/games/action/theres-a-dinosaur-soulslike-launching-on-steam-this-week-where-youre-a-spinosaurus-swinging-a-greatsword-with-your-mouth-who-just-might-be-able-to-parry-the-meteor/",
      "summary": "Just in case that's of interest to you.",
      "published": "2026-07-20 21:19",
      "source": "PCGamer latest"
    },
    {
      "title": "Jennifer English, star of Baldur's Gate 3 and Clair Obscur: Expedition 33, leaves Tides of Annihilation lead role",
      "link": "https://www.pcgamer.com/games/jennifer-english-star-of-baldurs-gate-3-and-clair-obscur-expedition-33-leaves-tides-of-annihilation-lead-role/",
      "summary": "English, who won a BAFTA award for her work on Clair Obscur in 2026, says the decision was difficult but \"personally necessary.\"",
      "published": "2026-07-20 20:18",
      "source": "PCGamer latest"
    },
    {
      "title": "FBI arrests 21-year-old who allegedly stole $200,000 with malware-infected Steam games and spent the money on traceable UberEats gift cards",
      "link": "https://www.pcgamer.com/gaming-industry/fbi-arrests-21-year-old-who-allegedly-stole-usd200-000-with-malware-infected-steam-games-and-spent-the-money-on-traceable-ubereats-gift-cards/",
      "summary": "Alleged cybercriminals have to eat, too.",
      "published": "2026-07-20 20:18",
      "source": "PCGamer latest"
    },
    {
      "title": "Steam's Train Fest sale means all 790 pieces of Train Simulator Classic DLC can be yours for a mere $6,993 instead of $15,621",
      "link": "https://www.pcgamer.com/games/sim/steams-train-fest-sale-means-all-790-pieces-of-train-simulator-classic-dlc-can-be-yours-for-a-mere-usd6-993-instead-of-usd15-621/",
      "summary": "Choo-choo-choose savings!",
      "published": "2026-07-20 19:49",
      "source": "PCGamer latest"
    },
    {
      "title": "Path of Exile devs want it to be easier for new players, but still won't let you skip its 20-hour campaign every league\u2014at least not yet: 'It feels very wrong to me'",
      "link": "https://www.pcgamer.com/games/rpg/path-of-exile-devs-want-it-to-be-easier-for-new-players-but-still-wont-let-you-skip-its-20-hour-campaign-every-league-at-least-not-yet-it-feels-very-wrong-to-me/",
      "summary": "Game director Mark Roberts said skipping it would be a \"very, very bad way to go.\"",
      "published": "2026-07-20 19:37",
      "source": "PCGamer latest"
    },
    {
      "title": "Modern Warfare 4 beta dates set for August, and this year Game Pass subscribers get no special treatment",
      "link": "https://www.pcgamer.com/games/call-of-duty/modern-warfare-4-beta-dates-set-for-august-and-this-year-game-pass-subscribers-get-no-special-treatment/",
      "summary": "Pre-order players get five extra days of playtime.",
      "published": "2026-07-20 19:33",
      "source": "PCGamer latest"
    },
    {
      "title": "15 years before Dishonored, Thief devs considered letting Garrett shrink himself rat-sized so he could scurry through drains and mouse holes",
      "link": "https://www.pcgamer.com/games/fps/15-years-before-dishonored-thief-devs-considered-letting-garrett-shrink-himself-rat-sized-so-he-could-scurry-through-drains-and-mouse-holes/",
      "summary": "The idea was ultimately dropped, for good reasons.",
      "published": "2026-07-20 18:49",
      "source": "PCGamer latest"
    },
    {
      "title": "The best Deus Ex sequel is a 2009 fan-mod set in a living forum where you attack enemies with sporks and foons, and no I am not joking",
      "link": "https://www.pcgamer.com/games/rpg/the-best-deus-ex-sequel-is-a-2009-fan-mod-set-in-a-living-forum-where-you-attack-enemies-with-sporks-and-foons-and-no-i-am-not-joking/",
      "summary": "Just look past the mid-2000s internet humour.",
      "published": "2026-07-20 17:02",
      "source": "PCGamer latest"
    },
    {
      "title": "Think gaming handhelds are too expensive? Ayaneo says 'hold my beer,' lists $5,000+ monster",
      "link": "https://www.pcgamer.com/hardware/handheld-gaming-pcs/think-gaming-handhelds-are-too-expensive-ayaneo-says-hold-my-beer-lists-usd5-000-monster/",
      "summary": "How much is too much?",
      "published": "2026-07-20 16:55",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "Building robots for unpredictable, infrastructure-free environments",
      "link": "https://www.therobotreport.com/building-robots-for-unpredictable-infrastructure-free-environments/",
      "summary": "Real-world robotics success requires building infrastructure-free systems that thrive in unpredictable, harsh outdoor environments. The post Building robots for unpredictable, infrastructure-free environments appeared first on The Robot Report.",
      "published": "2026-07-20 18:39",
      "source": "The Robot Report"
    },
    {
      "title": "BrainCo demonstrates brain-controlled robot AI platform",
      "link": "https://www.therobotreport.com/brainco-demonstrates-brain-controlled-robot-ai-platform/",
      "summary": "During BrainCo's demo, the mind-controlled robotic arm completed tasks that require precision, such as grasping a cup or picking up an apple. The post BrainCo demonstrates brain-controlled robot AI platform appeared first on The Robot Report.",
      "published": "2026-07-20 18:14",
      "source": "The Robot Report"
    },
    {
      "title": "Boston Dynamics to discuss the art behind human-robot interaction",
      "link": "https://www.therobotreport.com/boston-dynamics-discuss-art-behind-human-robot-interaction/",
      "summary": "Boston Dynamics experts will share insights into design considerations for safe human-robot interaction in a webinar. The post Boston Dynamics to discuss the art behind human-robot interaction appeared first on The Robot Report.",
      "published": "2026-07-20 17:53",
      "source": "The Robot Report"
    },
    {
      "title": "AGIBOT unveils four embodied AI products for real-world operations at WAIC",
      "link": "https://www.therobotreport.com/agibot-unveils-four-embodied-ai-products-real-world-operations-waic/",
      "summary": "AGIBOT said its demoes and industrial deployments show its progress in turning embodied AI capabilities into repeatable workflows. The post AGIBOT unveils four embodied AI products for real-world operations at WAIC appeared first on The Robot Report.",
      "published": "2026-07-20 15:18",
      "source": "The Robot Report"
    },
    {
      "title": "How to avoid the teleoperation trap in robotics development",
      "link": "https://www.therobotreport.com/how-to-avoid-teleoperation-trap-robotics-development/",
      "summary": "Teleoperation is necessary for training humanoid robots, but reinforcement learning and simulation are still necessary, says Flexion's CEO. The post How to avoid the teleoperation trap in robotics development appeared first on The Robot Report.",
      "published": "2026-07-19 12:30",
      "source": "The Robot Report"
    }
  ],
  "Tech General": [
    {
      "title": "Anthropic\u2019s landmark $1.5B copyright settlement is approved",
      "link": "https://techcrunch.com/2026/07/20/anthropics-landmark-1-5b-copyright-settlement-is-approved/",
      "summary": "The final approval settles one case, but it doesn't resolve the broader issue of using copyrighted works to train AI models.",
      "published": "2026-07-21 00:12",
      "source": "TechCrunch"
    },
    {
      "title": "Colossal Biosciences reportedly in talks to raise new capital at $20B\u2013$30B valuation",
      "link": "https://techcrunch.com/2026/07/20/colossal-biosciences-reportedly-in-talks-to-raise-new-capital-at-20b-30b-valuation/",
      "summary": "The de-extinction startup is looking to double or triple its previous valuation, according to the report.",
      "published": "2026-07-20 23:39",
      "source": "TechCrunch"
    },
    {
      "title": "Trump\u2019s latest AI czar has already resigned",
      "link": "https://techcrunch.com/2026/07/20/trumps-latest-ai-czar-has-already-resigned/",
      "summary": "The director role for the Center for AI Standards and Innovation (CAISI) has become a revolving door since David Sacks left his position as czar.",
      "published": "2026-07-20 22:21",
      "source": "TechCrunch"
    },
    {
      "title": "Google is working on a new AI chip designed to make Gemini more efficient",
      "link": "https://techcrunch.com/2026/07/20/google-is-working-on-a-new-ai-chip-designed-to-make-gemini-more-efficient/",
      "summary": "Alphabet, Google's parent company, is reportedly working on a new chip designed to make its Gemini models run much more efficiently.",
      "published": "2026-07-20 21:21",
      "source": "TechCrunch"
    },
    {
      "title": "AI\u2019s most important protocol is getting a little bit easier to use",
      "link": "https://techcrunch.com/2026/07/20/ais-most-important-protocol-is-getting-a-little-bit-easier-to-use/",
      "summary": "Under the new system, the protocol will take a looser, \"stateless\" approach to session IDs on the server side, similar to how most ordinary websites already work.",
      "published": "2026-07-20 20:50",
      "source": "TechCrunch"
    },
    {
      "title": "X relaunches a rebuilt Android app after year-long effort",
      "link": "https://techcrunch.com/2026/07/20/x-relaunches-a-rebuilt-android-app-after-year-long-effort/",
      "summary": "X says the rebuilt version of its Android app is now available globally.",
      "published": "2026-07-20 19:37",
      "source": "TechCrunch"
    },
    {
      "title": "OpenAI is scared of open-weight models. Should the US be?",
      "link": "https://techcrunch.com/2026/07/20/openai-is-scared-of-open-weight-models-should-the-us-be/",
      "summary": "Talk of banning Chinese-made open-weight LLMs reveals the challenge of turning AI into a business.",
      "published": "2026-07-20 19:33",
      "source": "TechCrunch"
    },
    {
      "title": "Natural raises $30M to reinvent payments for AI agents \u2014 and take on Stripe",
      "link": "https://techcrunch.com/2026/07/20/natural-raises-30m-to-reinvent-payments-for-ai-agents-and-take-on-stripe/",
      "summary": "The one-year-old startup aims to reinvent financial architecture for autonomous AI transactions.",
      "published": "2026-07-20 19:11",
      "source": "TechCrunch"
    },
    {
      "title": "Judge pauses\u00a0$110B Paramount-Warner Bros. merger",
      "link": "https://techcrunch.com/2026/07/20/judge-pauses-110b-paramount-warner-bros-merger/",
      "summary": "The lawsuit from the states alleges that the deal would harm movie theaters, basic cable distributors, and audiences.",
      "published": "2026-07-20 17:58",
      "source": "TechCrunch"
    },
    {
      "title": "Adobe camera app\u2019s new feature will critique your photos using AI",
      "link": "https://techcrunch.com/2026/07/20/adobe-camera-apps-new-feature-will-critique-your-photos-using-ai/",
      "summary": "Adobe's Project Indigo can now remove all kinds of backgrounds from photos you snap using the app.",
      "published": "2026-07-20 15:45",
      "source": "TechCrunch"
    },
    {
      "title": "Here are the 30,000 songs Sony is suing Udio&#8217;s AI music generator over",
      "link": "https://www.theverge.com/tech/968375/sony-udio-lawsuit-songs-ai-copyright",
      "summary": "Sony Music Entertainment has filed another lawsuit against Udio, accusing the AI music generator of infringing the copyright of more than 30,000 of its songs, ranging from Elvis Presley's Hound Dog to Beyonc\u00e9's Say My Name, and Harry Styles' As It Was. The lawsuit, filed in a New York court on Monday, claims that this [\u2026]",
      "published": "2026-07-20 22:19",
      "source": "The Verge"
    },
    {
      "title": "The FCC is planning to retroactively ban disguised DJI gadgets",
      "link": "https://www.theverge.com/news/968310/fcc-dji-drone-camera-ban-skyrover-xtra",
      "summary": "Last October, we told you how the FCC had given itself the power to retroactively ban gadgets that have already received its approval to be imported and sold in the United States. Now, the FCC's getting ready to wield that power for the first time, by cracking down on the \"DJI front companies\" suspected of [\u2026]",
      "published": "2026-07-20 22:16",
      "source": "The Verge"
    },
    {
      "title": "The Odyssey turned me into an IMAX believer",
      "link": "https://www.theverge.com/entertainment/968337/the-odyssey-imax-screenings-christopher-nolan",
      "summary": "After seeing Christopher Nolan's The Odyssey for the first time early last week, I came away impressed, but somewhat conflicted about two of the film's more fantastical set pieces. While those scenes were beautifully crafted and tremendously acted, there was something a little bit off about the way they hit my eye. I spent days [\u2026]",
      "published": "2026-07-20 21:47",
      "source": "The Verge"
    },
    {
      "title": "SpaceX in your index fund, explained",
      "link": "https://www.theverge.com/business/968257/spacex-in-your-index-fund-explained",
      "summary": "Index funds are touted as one of the safest ways to invest. Rather than picking and choosing individual stocks, index funds let you bet on the market as a whole. So what happens when a company like SpaceX - a giant gamble, and, in my opinion, terribly overpriced - is fast-tracked into the Nasdaq-100? Does [\u2026]",
      "published": "2026-07-20 21:00",
      "source": "The Verge"
    },
    {
      "title": "Get Borderlands 3, Risk of Rain 2 and 13 other great PC games for $15",
      "link": "https://www.theverge.com/gadgets/968191/humble-2k-megahits-bundle-xcom-borderlands-duke-nukem-deal-sale",
      "summary": "The aptly-named \u201c2K Megahits 2026 Bundle\u201d from Humble includes 15 Steam games for $15. It\u2019s a smattering of the publisher 2K\u2019s biggest games of the 2010s, including BioShock Infinite, Risk of Rain 2, Borderlands 3, and XCOM: Enemy Unknown. The bundle will be available until August 7th, though the bundle page notes that keys for [\u2026]",
      "published": "2026-07-20 20:08",
      "source": "The Verge"
    },
    {
      "title": "The PlayStation replica ornament is an homage to a great, yet fragile console",
      "link": "https://www.theverge.com/tech/967989/hallmark-keepsake-playstation-ornament-hands-on",
      "summary": "You probably know the signature PlayStation boot sound. Did you know that it's technically a multi-part chime? There's the synthy section where \"Sony Computer Entertainment\" shows onscreen with a white background. You only get to the next screen with the echo-y chimes and the color-filled PlayStation logo if your console recognizes the disc. How badly [\u2026]",
      "published": "2026-07-20 20:06",
      "source": "The Verge"
    },
    {
      "title": "Ford&#8217;s $30,000 electric truck: all the news about the company&#8217;s big EV re-do",
      "link": "https://www.theverge.com/transportation/968205/ford-electric-truck-uev-30000-affordable",
      "summary": "The end of the Ford F-150 Lightning was also the start of a new era for the automaker. After failing to capture the market with the electric version of its popular F-Series truck, Ford is going back to the drawing board with its Universal Electric Vehicle Platform. The first offering will be a $30,000 electric [\u2026]",
      "published": "2026-07-20 19:18",
      "source": "The Verge"
    },
    {
      "title": "Judge pauses Paramount\u2019s attempt to buy Warner Bros. Discovery",
      "link": "https://www.theverge.com/business/968055/paramount-wbd-merger-pause-tro",
      "summary": "A judge partially granted the request from a dozen state attorneys general to temporarily place the $110 billion merger of Paramount and Warner Bros. Discovery on hold, as reported by Variety and Reuters. US District Judge Araceli Mart\u00ednez-Olgu\u00edn said that based on the new company's market share, \"the Court is persuaded that it can presume [\u2026]",
      "published": "2026-07-20 17:37",
      "source": "The Verge"
    },
    {
      "title": "LG&#8217;s glossy OLED gaming monitor is rare to find under $400",
      "link": "https://www.theverge.com/gadgets/967993/lg-27-inch-ultragear-glossy-oled-gaming-monitor-deal-sale",
      "summary": "If you\u2019ve been thinking about upgrading your gaming monitor, LG\u2019s 27-inch 27GX704A-B pairs a glossy WOLED panel with a fast refresh rate, and it\u2019s currently on sale for $379.99 (about $70 off) at Amazon and directly from LG, marking a new low price. It originally launched at $799.99, but has been available for under $500 since [\u2026]",
      "published": "2026-07-20 16:34",
      "source": "The Verge"
    },
    {
      "title": "LG\u2019s monitors come with an unwanted addition for Windows: McAfee pop-up ads",
      "link": "https://www.theverge.com/tech/967983/lg-monitors-mcafee-adware-gamers-nexus",
      "summary": "A video from Gamers Nexus explains how, after connecting a new LG UltraGear monitor to a PC running Windows 11 for the first time, Windows Update is silently installing LG driver updates and the LG Monitor App Installer, without so much as a permission pop-up or notification. The app doesn't appear to include special controls [\u2026]",
      "published": "2026-07-20 16:14",
      "source": "The Verge"
    },
    {
      "title": "DA: Cop covered bodycam to snap nude prisoners on his iPhone\u2014but other cams caught him",
      "link": "https://arstechnica.com/tech-policy/2026/07/cop-charged-with-covering-bodycam-to-photograph-naked-prisoners/",
      "summary": "Pennsylvania cop charged with oppression and obstruction.",
      "published": "2026-07-20 22:15",
      "source": "Ars Technica"
    },
    {
      "title": "Firefighting drones in the works as wildfires plague US nearly year-round",
      "link": "https://arstechnica.com/ai/2026/07/firefighting-drones-in-the-works-as-wildfires-plague-us-nearly-year-round/",
      "summary": "California and XPRIZE competition tests whether drones can stop wildfires early.",
      "published": "2026-07-20 21:55",
      "source": "Ars Technica"
    },
    {
      "title": "Judge halts Paramount's $111B purchase of Warner Bros. in win for US states",
      "link": "https://arstechnica.com/tech-policy/2026/07/judge-halts-paramounts-111b-purchase-of-warner-bros-in-win-for-us-states/",
      "summary": "Judge grants restraining order, saying merger \"likely to violate antitrust laws.\"",
      "published": "2026-07-20 21:10",
      "source": "Ars Technica"
    },
    {
      "title": "The Space Force is now seeking to buy up to $30 billion in rocket launches",
      "link": "https://arstechnica.com/space/2026/07/the-space-force-is-now-seeking-to-buy-up-to-30-billion-in-rocket-launches/",
      "summary": "The Trump administration is asking the Space Force to do a lot. This will require more launches.",
      "published": "2026-07-20 20:30",
      "source": "Ars Technica"
    },
    {
      "title": "AT&T loses key ruling in bid to stop offering basic phone service in California",
      "link": "https://arstechnica.com/tech-policy/2026/07/att-loses-key-ruling-in-bid-to-stop-offering-basic-phone-service-in-california/",
      "summary": "AT&T suffers setback but will keep asking court and FCC to preempt state rules.",
      "published": "2026-07-20 19:20",
      "source": "Ars Technica"
    },
    {
      "title": "RIP bargain bin: The price impact of Sony's disc-free PlayStation plan",
      "link": "https://arstechnica.com/gaming/2026/07/our-playstation-price-analysis-shows-why-physical-games-still-matter/",
      "summary": "Used discs are often cheaper than even deep digital discounts.",
      "published": "2026-07-20 18:06",
      "source": "Ars Technica"
    },
    {
      "title": "F1 in Belgium: Machine learning algorithms are ruining the sport",
      "link": "https://arstechnica.com/cars/2026/07/f1-in-belgium-the-2026-cars-look-pathetic-on-all-the-best-racetracks/",
      "summary": "Many will say Spa is the best racetrack on earth, but not for these F1 cars.",
      "published": "2026-07-20 15:59",
      "source": "Ars Technica"
    },
    {
      "title": "AliExpress hit with record $625M fine after failing to make EU-ordered fixes",
      "link": "https://arstechnica.com/tech-policy/2026/07/aliexpress-fined-625m-for-failing-to-remove-unsafe-toys-dangerous-cosmetics/",
      "summary": "Online retailer AliExpress says it's shocked by largest DSA fine yet.",
      "published": "2026-07-20 15:32",
      "source": "Ars Technica"
    },
    {
      "title": "The first trailer for Avengers: Doomsday is finally here",
      "link": "https://arstechnica.com/culture/2026/07/the-first-trailer-for-avengers-doomsday-is-finally-here/",
      "summary": "\"Something's coming. Something we may not be able to deter.\"",
      "published": "2026-07-20 14:33",
      "source": "Ars Technica"
    },
    {
      "title": "Pay up or not? Ransomware surge has victims facing tough choices.",
      "link": "https://arstechnica.com/security/2026/07/pay-up-or-not-ransomware-surge-has-victims-facing-tough-choices/",
      "summary": "Governments look at banning ransom payments in face of increasingly sophisticated threats.",
      "published": "2026-07-20 14:00",
      "source": "Ars Technica"
    }
  ]
}