Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Virexa

Modern AI news aggregation and newsletter platform covering technology, business, AI, games and world news.

Categories

  • AI
  • Programming
  • Cloud
  • Security
  • Open Source
  • Developer Hub

Company

  • About
  • Contact
  • Advertise

Resources

  • RSS Feed
  • API
  • Privacy Policy
  • Terms of Service

© 2026 Virexa. All rights reserved.

Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Home›Technology

Technology

The latest breakthroughs in software, hardware, and emerging tech shaping how the world builds and connects.

1557 articles found

How Google's A.I. Search Is Imperiling the Open Web

How Google's A.I. Search Is Imperiling the Open Web

1 point 0 comments on Hacker News · nytimes.com

Hacker News•July 20, 2026
Wax On, Weights Off: Knowledge Distillation Explained

Wax On, Weights Off: Knowledge Distillation Explained

2 points 0 comments on Hacker News · jdsemrau.substack.com

Hacker News•July 20, 2026
Ask HN: How are you interviewing engineers in this agentic era?

Ask HN: How are you interviewing engineers in this agentic era?

Curious to know how are you interviewing engineers? Do you have a no-LLM policy? Are take-home tests worth it? How do you make sure engineer is a "good" engineer?

Hacker News•July 20, 2026
Google plans new chip to run Gemini models more efficiently

Google plans new chip to run Gemini models more efficiently

1 point 1 comment on Hacker News · reuters.com

Hacker News•July 20, 2026
Twitch, but for Running

Twitch, but for Running

1 point 0 comments on Hacker News · kailo.fit

Hacker News•July 20, 2026
Trump admin launches its first major H-1B visa fraud investigation

Trump admin launches its first major H-1B visa fraud investigation

1 point 0 comments on Hacker News · foxbusiness.com

Hacker News•July 20, 2026
Show HN: A chess game you play with Claude as your wing-bot in the CLI
Probabilistic computing is here; here is how it works

Probabilistic computing is here; here is how it works

1 point 1 comment on Hacker News · eetimes.com

Hacker News•July 20, 2026

Show HN: A chess game you play with Claude as your wing-bot in the CLI

Hey HN! Wanted to show off a thing I built in case it interests anyone. I wanted to build a game you play inside the claude code CLI and back when they launched the channels feature I started investigating ways to use that to do so. I started with a multiplayer comedy battle game where you would collaborate with Claude to write jokes based on a theme in a timeframe and then post them to an audience and compete against other folks (with the audience voting for the funniest joke), it was OK but I didn't have anyone to really test it with so I moved on. My son has been learning chess so instead I tweaked it to let you play chess with Claude suggesting three possible move options for you to choose from and submit as your move (you choose what you actually want to do not Claude). It was much more fun and allowed me to actually learn a thing or two about chess (my chess isn't great, it didn't need to do much to help me learn but I could go back and forth with it on why a certain move was better, etc.). Over time I beefed it up a bit just so I could get a feel for what it is like actually building something 'agentically' (vibing is probably more apt in this case, I never really let an agent run wild with things). So now you can run the server locally and spin up Claude Code to play a game of chess against a bot or you can join (or host) a remote server and play your friends. I threw an MCP server on GCP and some very rudimentary storage on Notion to allow you to maintain a username (should you choose to). When you join you can play a bot or see if anyone is in the lobby and challenge them to a game. Github with all the code and instructions is over at: https://github.com/goawaygeek/ground-control Once you have things installed you'll have to `--dangerously-load-development-channels` which, well, if you're running it locally all good you know what's coming in and out of that channel, to mitigate the potential for prompt injection from the hosted version I've put in qualifiers around any of the free text that gets passed through (messages, jokes, usernames, etc.). Any tips on how to sure that up are more than welcome! Playing with the bot is fun on its own so if you're nervous just do that instead of challenging a random online stranger (although fair warning, models matter, playing Haiku was terrible, Opus and above were pretty decent!). I put up a simple front end if you want to check whether anyone is online (on my hosted server) here: https://groundcontrol.deepdeep.space and I put up a video of two people playing (well, me playing myself) on youtube: https://youtu.be/YMgbf-qUVqc The logical next steps for me would be to: a) improve the chess engine so the bot can be tweaked, or the moves it suggests could be graded (to show the difference between a 'novice move' and a 'grand master' move. b) move everything so it runs local models instead of CC, the day or two I spent getting channels running for the comedy battle test just kind of kept me down that path, long term I'm much more interested in local models I just didn't want to create something that used API credits hence the ability to play on any of the Anthropic plans via Channels. c) create a whole new game that allows people to leverage their own local models and tweak/fine tune them. It probably shows my age but the idea of having an R2 unit in the back of your fighter while you go into battle is, um, nostalgic I guess. Please leave comments or reach out if anything is of interest to you!

Hacker News•July 20, 2026
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195

Top Sources

Who's covering this category most

  • Hacker News35
  • Wired18
  • Google Developers11
  • TechCrunch11
  • Ars Technica11

Related Categories

Explore more of what's active right now

  • 🌍World867 articles
  • 🕹️Mobile Games815 articles
  • 📱Mobile744 articles
  • 🤖AI541 articles
  • 🔬Science445 articles
  • 💼Business433 articles

Recently Added

Scaling Agentic RL: High-Throughput Agentic Training with TunixScaling Agentic RL: High-Throughput Agentic Training with TunixGoogle Developers•August 20, 2026Evolving Spec-Driven Development: Conductor Now Supports AntigravityEvolving Spec-Driven Development: Conductor Now Supports AntigravityGoogle Developers•August 20, 2026Expanding Choice in Gemini Enterprise Agent Platform: Introducing Grounding with Parallel Web SearchExpanding Choice in Gemini Enterprise Agent Platform: Introducing Grounding with Parallel Web SearchGoogle Developers•August 20, 2026Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)Google Developers•August 20, 2026Run Ray on TPU, Part 1: The foundationsRun Ray on TPU, Part 1: The foundationsGoogle Developers•August 20, 2026