Show HN: An always-fresh memory that learns your repo, so agents stop re-reading https://ift.tt/yWr1Cwd

Show HN: An always-fresh memory that learns your repo, so agents stop re-reading Hi HN. Live-Memory is an open-source Claude Code plugin / MCP server that serves as an always up-to-date memory of your codebase. It uses a separate, low-cost, large-context-window model to distill your repo's organization, conventions and general structure. It observes the primary agent's activity and builds an understanding of your repo passively over time. This way, when you start a new Claude Code session, your primary agent queries Live-Memory via one read-only ask_live_memory tool and bootstraps its understanding of the codebase for the particular task at hand, instead of re-reading files. Live-Memory is shared among all Claude Code sessions (singleton). The memory model is pluggable and zero-config on a Claude subscription (Haiku), or point it at DeepSeek / any OpenAI-compatible / local model. Note it's a long-running local HTTP server you start once (not stdio). Benchmark results: in an A/B on a complex repo, on understanding-heavy work it offloaded ~93% of the building (premium) model's codebase-reading tokens, cut that model's cost ~61% per task and ran ~22% faster (edit-heavy work is break-even). Counting the memory model's own cost, it's ~25% cheaper all-in on Haiku — or ~57% on a cheap model like DeepSeek-v4-flash (which matched Haiku's accuracy at ~8x lower price), near the full 61% on a local model. Repo: https://ift.tt/QrUsBqc — happy to go deep on the per-workspace memory window and passive ingestion. https://ift.tt/QrUsBqc July 5, 2026 at 11:50PM

Show HN: Paint the Earth on a live, interactive globe (collaborative art.) https://ift.tt/xrVsAHf

Show HN: Paint the Earth on a live, interactive globe (collaborative art.) Earth.tattoo divides the earth into 510 million 16x16 pixel "tiles" that you can own and paint as you like. You can claim one free tile per hour. https://earth.tattoo July 6, 2026 at 12:28AM

Show HN: Self-healing review gate and knowledge base for Claude Code (Beta) https://ift.tt/UZwQnsH

Show HN: Self-healing review gate and knowledge base for Claude Code (Beta) We built Verity.md for the new era of loop engineering where traditional code review simply doesn't fit and is a major bottleneck. This is what we think the future of code review looks like: - An adversarial review layer, which is part SAST scanning for quality and security issues deterministically, and part AI (a different one) checking for intent gaps. - Built-in gates that tells the coding agent how to fix itself when it finds an issue (this is the self-healing part). - Compounding knowledge base where every decision is saved, so the next time the coding agent run it starts smarter - Dashboards for token cost control, broken down by tasks And here is a demo: https://www.youtube.com/watch?v=vsq_cHoZCnk We're looking for beta testers to join the community and influence the roadmap. Set up takes 2 minutes, learn more here https://verity.md https://verity.md July 4, 2026 at 11:31PM

Show HN: Foundation, a different approach to software and AI https://ift.tt/LwODqPo

Show HN: Foundation, a different approach to software and AI https://ift.tt/08FW9rd July 4, 2026 at 02:46AM

Show HN: A free, no-ad, no-account, no-server iOS calorie budgeting/diet app https://ift.tt/W1PaHLD

Show HN: A free, no-ad, no-account, no-server iOS calorie budgeting/diet app I didn't like most dieting apps because they either relied too much on fixed calorie targets (rather than flexing with actual activity), didn't help budget calorie intake throughout the day, were far too complicated and fiddly to add food into, required signing up for yet another account, or were stuffed full of ads. So I made Budgie Diet, which solves all of those problems. An iOS app that uses nothing but standard Apple APIs (principally HealthKit) to let users set their goals and then intelligently help them meet them by taking into account their existing data. It's completely free of charge, has no ads and no tracking, doesn't require a login, has no optional subscriptions for extra features, doesn't send data to any third party servers (user data is stored on iCloud) and doesn't have any kind of tracking component. And the code is completely open source on GitHub under the Expat licence: https://ift.tt/TBA7xoh I just released version 3.0 which includes a whole host of new features and upgrades, I'd be delighted if people could give it a go and give their thoughts! https://ift.tt/p6gVE7m July 4, 2026 at 01:39AM

Show HN: Forge – A JavaScript runtime built on Mozilla SpiderMonkey https://ift.tt/brJkwVF

Show HN: Forge – A JavaScript runtime built on Mozilla SpiderMonkey https://ift.tt/AMhly1i July 3, 2026 at 10:59PM

Show HN: An assertion library for E2E testing and real user monitoring https://ift.tt/Lnj6Av0

Show HN: An assertion library for E2E testing and real user monitoring https://ift.tt/BWaxXUF July 3, 2026 at 03:30AM

Show HN: An always-fresh memory that learns your repo, so agents stop re-reading https://ift.tt/yWr1Cwd

Show HN: An always-fresh memory that learns your repo, so agents stop re-reading Hi HN. Live-Memory is an open-source Claude Code plugin / M...