Dev Systems

Ask HN: Reflecting on Talk Is Cheap

Hey folks,I read the essay (https://unessays.substack.com/p/talk-is-cheap) and I started reflecting about the AI progression in my company for the last year.I work at a small sized company with 25-30 developers. Since last year the company is enforcing AI on all levels, whether it be about writing tickets, coding, architecture, documentation, business decisions or user and market research.As the essay suggests, we on a all-time low on shipping value to our customers or produc

Ask HN: Is software engineering still a good career choice for new students?

I asked 4 working engineers this exact question on my podcast: a Google Developer Advocate (Stockholm), a Senior Software Engineer/consultant (Paris), an NVIDIA Deep Learning Institute Instructor (Morocco), and an Infrastructure Engineer at IBM (Dublin).Here's what they actually said:- The Senior Software Engineer said: "LLMs are babies. If you don't understand the architecture behind everything, you won't be able to follow."- The Google advocate pushed back slightl

Show HN: Atlasphere – Live Infrastructure Diagrams

Hi HN. My name is Andrey. On a regular business day, I'm a software engineer working at AWS. Outside of work hours, I spend time on my hobby - writing code.I was once building a pet project that allowed customers to spin up fully synchronized blockchain nodes within just a few minutes. The backend was split into a control plane and a data plane, each with its own AWS account. Later I added two more AWS accounts. One for shared RPC nodes. One for the Analytics Service.Since I love to visuali

Show HN: Brooks-Lint – AI code reviews grounded in 12 classic engineering books

I once managed a small team and hired an intern to develop the backend services for a software system. He used AI tools to write the entire project; while it ran correctly and produced the right results, the directory structure was atrocious upon review. Typically, a FastAPI service is organized into components like routers and services, but he had created an unnecessarily deep, multi-layered structure within the service layer—logic that should have simply been split across two or three files. T

Show HN: Why aren't popular book trackers offline-first?

It was 9 am on the train out of London St. Pancras and I had just finished the last chapter of a book I had been reading for weeks and I tried to log it on that rain forest app (you know which one :D) & it just kept spinning due to no signal and then the Software Engineer in me thought - I just want to note that I finished a book, why does it even need the internet?Then I started building Pick Up during that weekend and designed it with an offline first architecture and then I realised I nee

Temporal made execution durable. Ably makes sessions durable.

When Temporal launched, a lot of people had the same reaction: "We have queues and retries. We don't need this." (Temporal's own blog addressed this directly.) That reaction made sense. Queues solve queue problems and they do it well.What Temporal gave you was something different: a named execution context that survives a server restart and picks up from its last checkpoint. Not a better queue. A different abstraction entirely. If you built with it, you couldn't imagine going back. If you hadn't

Introducing the Snowflake and AWS Custom Lens for the AWS Well-Architected Framework

Running Snowflake on AWS means navigating two distinct sets of best practices simultaneously: AWS Well-Architected guidance for infrastructure, and Snowflake Well-Architected Framework guidance for compute, data organization, and governance. Without a unified review framework, security controls go unmapped to Snowflake configurations. Production readiness timelines stretch as teams reconcile guidance from two separate review processes, and compliance posture becomes difficult to demonstrate when

A universal test suite for Ably SDKs

At Ably we've been able to make a transformational change in how we build SDKs as a result of what's now possible with LLMs. In this post I explain how.The problemAbly's service is accessed by clients using a range of client libraries, or SDKs. The core Ably Pubsub product is supported by SDKs for a comprehensive range of languages and platforms, both for end-user clients (iOS, Android, Browser, React Native, etc) and servers (Go, Python, Java, .NET, PHP, etc). Each SDK implements the same funct

Ask HN: How do you run your agent swarm?

I passed through some evolution, from todo list with /clear + "take next task" prompt to cleaning most of the skills/plugins/claudemd, using centralized beads db, developing ask_human mcp on sqllite and creating lightweight python orchestrator with ui: https://github.com/sermakarevich/fleet.My use cases are:- centralized interface for spawning unrelated single tasks in parallel- coding with spec driven development approach: https://github.co

Ask HN: What is your (AI) dev tech stack / workflow?

Hello, happy Friday!I am looking to do some in-person "developer boot-up" workshops, and seek your suggestions for "modern tooling".The background of the participants range from motivated newbie ("I heard you can make your own app with AI!") to existing software developers who want to get up to speed on modern development for the purposes of building stuff, and getting jobs where AI tools are being used.For those who have been doing software development & "

Show HN: Command Center, the AI coding env for people who care about quality

Hi HN! We’re Jimmy and Ray. Jimmy is a Thiel Fellow with a Ph. D. from MIT who has worked on programming tools for 15 years; Ray became VP of Sales at a $2B company when he was 19 and has built side-businesses vibe-coding.Last year, we set to answer the question “If AI can write code 100x faster, then why aren’t you shipping 100x faster?” What we learned shocked us — even fairly nontechnical people and solo founders told us they were spending more than half of their development time reading the

Show HN: Alternative to WebXR, TypeScript SDK for multi-user VR app development

Hi HN, I am building Adamas VR, a TypeScript SDK and runtime for building multi-user VR projects.The motivation for this project is that the traditional game-engine based VR development workflow often requires developers to rebuild the common VR infrastructure. To reduce the overhead of VR development, I wrapped the common VR subsystems, such as avatar, locomotion, and multiplayer, directly into the runtime environment, so that developers can only focus on the application logic instead of rebuil

A wild idea: Abstract reality using ontology

# A Wild Idea: Abstract Reality with Ontology## Background Large language models (LLMs) debuted with GPT-3 back in June 2020. After roughly five to six years of development, I believe the technology is still in its infancy, with massive room for improvement. A major priority is building powerful models that run on fewer resources, especially capable models that can operate smoothly on CPUs.More crucially, the engineering ecosystem around LLMs is also at an early stage. Many unresolved challenges

Show HN: Lich, start a dev stack per coding agent in parallel

Hey HN, Lich is a worktree aware local dev stack orchestrator. Simply put, it allows you to run multiple copies of your development stack from different worktrees with different code in parallel without going insane. I built Lich because I’ve found myself increasingly using multiple parallel coding agents for development work. I wanted my coding agents to each have independent copies of my development stack to be able to test and validate their own work well. I found that trying to do this total

Automate medical record digitization with Amazon Bedrock Data Automation and AWS HealthLake

Healthcare providers manage millions of paper medical records that remain disconnected from modern clinical systems. Clinicians make decisions without full patient histories, organizations spend millions on manual data entry, and critical information stays trapped in formats that modern applications can’t read. The technical challenge is clear: how do you transform unstructured, scanned documents into standardized, interoperable health data at scale, without building custom machine learning (ML)

Announcing the Path to Production for Agents Webinar Series

Many organizations have made significant progress exploring AI—building pilots, prototypes, and proofs of concept. Yet a common challenge remains: how do you move from promising experiments to production-ready systems that are secure, scalable, and trusted? Join us for the Path to Production Webinar Series on July 27-28, a two-day deep dive designed to help technical teams operationalize AI and agent-based solutions using proven architecture patterns, governance models, and engineering practices

I Replaced My AI Agent's Flat Fact Store with a Graph Database

# I Replaced My AI Agent's Flat Fact Store with a Graph Database and It Runs in 85MBI've been building LocalClaw, a local-model-first AI agent framework running on personal hardware through Ollama. No cloud, no API costs. A few weeks ago I posted about the router/specialist architecture. A lot of people asked about the memory system so here's that.## The ProblemStarted with a JSONL fact store and embedding similarity retrieval. Simple enough until it wasn't. After a few

Ask HN: How do you stay up to date without information overload?

I'm a backend developer, but I'm interested in a lot of other areas too: frontend, AI, infrastructure, architecture, and system design. I want to keep up with new ideas and advances in all of these.My problem is that most changelogs and news sources throw too much raw information at me. I spend a lot of effort going through it all just to figure out what actually matters. After a while I get overloaded, and then I give up and unsubscribe from everything.So now I'm looking for more

Show HN: OpenMerch – Turning software into atomic jobs

OpenMerch is an execution layer for software work: https://openmerch.devInstead of purchasing software subscriptions, users submit atomic jobs such as finding a verified business email, enriching a company, researching a lead, or retrieving market data.Jobs are executed through a distributed provider network and settle only when work completes successfully.The project was inspired by a simple question:What if the job became the atomic unit of software instead of the application?Happy t

Show HN: Gaussographs – Gaussian Splat Photography

As a photographer, I've been experimenting with gaussian splatting as a quasi-photographic artistic medium. After alignment and training (colmap, brush), I post process my models with some python software I've written called rhêgma which allows for algorithmic transformation and distortion of the splats (volumetric shearing and redistribution of the data). My subject matter is primarily industrial structures and architecture in my hometown, Ōtepoti/Dunedin, Aotearoa New Zealand.