Dev Systems
Show HN: Recruiting/interview tool for recs, hiring managers and interviewers
I do see that a lot of startups here are hiring. I would like to introduce a simple tool that can save a lot of time for you and your team. Last Friday I was on the panel with 2 other folks to do an interview. My boss asked me to focus on a specific area while he asked the other two to focus on two other areas. One hour total. You have to be super efficient with the few questions you get to ask and be fair as well.I used TopRec.io. Dropped the JD and resume and boom! In seconds I get a strength
Show HN: I made a self-built catalogue of education Simulation games
I'm quite intrigued by the new domain unlocked by AI - Simulation games!I want this catalogue to be education related, for players to take something home after playing the game.I'm a researcher of this domain, I will add more games, right now these are available:1. Race to AGI - Can you fight against the odds and run a Frontier AI Labs?
(Learning: To give users nuts and bolts of AI labs and models with some creative freedom)
2. Cloud Architect: Hum - Check your software architecture sk
The latest AI news we announced in July 2026
<img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/July_AI_Recap_still.max-600x600.format-webp.webp">Here are Google’s latest AI updates from July 2026
Speed limits, GenAI coding agents and Autobahns - part 1: how fast should you go?
GenAI coding agents enable a team to generate code rapidly.However, each team member is powered by a 20 W organic processing substrate, and there’s a limit to the rate at which they can read and understand code.As a result, the team cannot keep up, creating a serious problem: cognitive debt.Code gets committed and deployed that nobody understands.The gap between what the system does and what the team knows it does keeps widening.But it does not have to be this way.Just because an agent can gener
GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model
Meta’s Generative Ads Recommendation Model (GEM), the foundation model behind ads recommendations across Instagram and Facebook, now trains at LLM scale on several thousand of the latest-generation GPUs. This post goes into the details on how we achieved: doubling end-to-end (E2E) training efficiency to 20–25% Model FLOPs Utilization (MFU) while scaling training FLOPs 4x in 12 months, by co-designing kernels, precision, parallelism, networking, and memory together.Training GEM presents uni
Inside our 353,000-person vibe coding course
<img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Vibe_coding_course_hero.max-600x600.format-webp.webp">Kaggle’s AI Agents Intensive with Google brought learners together in a no-cost course to build and deploy the next frontier of AI.
Show HN: Penca – branchable, versioned OLTP+OLAP on one open copy of your data
Hi HN!This is an early proof of concept of a branchable, versioned OLTP + OLAP database that runs on a single, open copy of your data in object storage. If you are familiar with Databricks' LTAP (https://www.databricks.com/company/newsroom/press-releases/d...) announcement from June, you can think of this as aspiring to be a fully open source, Apache 2.0 LTAP alternative with additional data versioning/auditability guarantees that enable audit, as_of quer
Ventora Expands Its AI Business Builder to Help Solo Founders
Building software is becoming easy.
Building a business is not.AI coding tools have dramatically lowered the barrier to creating SaaS products, AI applications, online services, marketplaces, and e-commerce stores. Entrepreneurs can now generate working products in hours instead of spending months writing code.But for most founders, development is no longer the bottleneck.Launching a successful business still requires validating demand, researching competitors, defining positioning, creating mar
Ask HN: Stop Looking at Code?
There is a recent trend in tech where software development is being done by not looking at code but merely the output.<p>Some of the recent examples include the Bun Rust migration, etc. I wanted to understand both from startup’s and experienced individuals how do you see the trend, are we really moving towards a workflow where we simply optimize the loop or graph and code is merely an artifact this is produced as part of this workflow similar to bytecode or something?
Show HN: Dn – plan collaboratively, let agents execute
Hi HN — we built `dn` because coding got faster, but building software did not. Use the CLI to clear your backlog faster with reusable agentic workflows & other supporting commands. kickstart, meld, loop, land, fixup, and more commands can be used by you or your agent to turn markdown specification into implementation. Use the CLI in GitHub Actions overnight to durably handoff pull requests and
github issues your team picks up in the morning.For example:```sh
dn --agent codex kickstart --awp
아키텍트로 가는 길 : 소프트웨어 아키텍처 강좌 #02 Software Architecture Tutorial
소프트웨어 아키텍처 사용법 - 오리엔테이션 : 강좌 소개 - 왜 소프트웨어 아키텍처를 배우는가? - 소프트웨어 아키텍처 무엇을 ...
Modeling Device Capabilities for Analytics
by Aarti Laddha, Richard Diaz-Cool, Rishika Idnani, Venkatesh SelverajNetflix supports a vast and evolving set of features and content types, ranging from 4K streaming and immersive audio to live streaming and cloud gaming, across a diverse ecosystem of devices. However, not all devices are created equal. Hardware limitations such as available RAM, CPU cores, display capabilities, or platform support mean that some features cannot be supported on certain device models. To ensure the best possibl
Skill or Sub-Agent. Choosing AI Capabilities You Will Actually Reuse
Audience: Cloud architects, platform engineers, engineering leadersThe wrong first questionMost teams building AI capabilities start with the wrong question. They ask which model to use.The model matters less than the shape of the capability around it. The first real fork is this. Are you building a skill or a sub-agent? Get that wrong and no model choice will save you. A skill and a sub-agent are two different delivery shapes, and each one fails at the other one's job.The insightThe choice betw
GenRec: Towards LLM-Native Recommendation at Netflix
Authors: Ying Li, Arjun Rao, Shradha SehgalIntroductionRecommendations sit at the heart of the Netflix experience. Our current production models rely on thousands of hand‑crafted features over users, items, and interactions, along with specialized architectures for sequence modeling, feature interactions, and multi‑task objectives. This stack has evolved over many years to support diverse content types (movies, series, games, live, podcasts) and product surfaces, but its complexity makes it cost
Show HN: Kedge – Full-stack cloud with forkable VM snapshots and global SQLite
I'm building Kedge, a globally distributed platform for stateful serverless apps. Here's how you make a simple static site: `echo '# Hello world!' | ssh kedge.dev`I helped build Fly.io for 4 years and shared enthusiasm for the founders' vision of a 'global Heroku'. While there, I wrote "The Serverless Server" (https://fly.io/blog/the-serverless-server/) as a study of Lambda and a sketch of a modern serverless product built ar
Programmer Government
Hey I had an idea. What if we created the bitcoin for government?So like a king sucks because it's the equivalent of one GPU.A republic is better because it's like a big GPU cluster of hundreds of GPUs.But what if we made like a bitcoin like distributed governance system that was like, I don't know, a million GPUs?We have the internet which is like infinite bandwidth compared to human needs, so we have the bandwidth to link all our minds together.So what if we did this. We had a s
Ask HN: What's the best hands-on path to learn ML inference infrastructure?
I'm a backend engineer with 8+ years of experience. Most of my work has been APIs, distributed systems, streaming/real-time systems and cloud-infra.<p>I'm trying to move towards ML inference infrastructure: model serving, batching, etc. but based on my experience, it has been difficult to get a callback for such jobs.<p>For people working in this area: what projects or experience would actually convince you that a backend engineer is ready to work on inference infra?
Launch HN: Rise Reforming (YC S26) – Turning Waste Gases into Valuable Chemicals
Hi HN! This is George, Lucas, and Jona from Rise Reforming
(https://www.rise-reforming.com/). We’re developing a process to convert gas produced at landfills, farms, and wastewater plants (“biogas”) into higher value chemicals. Our technology is modular, designed to be deployed and operated on-site. Think of us as a chemical project developer; we sit between biogas producers (suppliers) and chemical end users (customers). We pay biogas producers for their gas and we make money fro
Show HN: What 180k words look like as a temporal knowledge graph (Oz series)
The graph is free to explore and requires no registration.SynapTale builds a model of a story as a temporal graph made up of nodes (entities) and edges (their actions and relationships).
The graph is not a visualization of the wiki. The wiki, timelines, relationship histories, and analytics are projections of the graph.The current demo contains 232 entities, 1,852 edges, and a snapshot of the story’s state at every chapter. By chapter 100, it still remembers a promise made in chapter 8 and turns
Show HN: Integrate any CLI agent into any terminal
Whether at work as a software engineer or in my private life, I kept running into the same problem: While working in my terminal, I’d wish I could use AI to make sense of recent output or compose a command. Copying and pasting context between a chat and the terminal was tedious and preemptively running a full CLI coding agent threw away all the efficiency of working in a shell. Both workflows were far from ideal.What I really wanted was for the coding agents I already used to pop into my termina