frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Amtaitfy – Let Me Google That for You, but the AI Is Wrong on Purpose

https://amtaitfy.com/
1•meghneelgore•39s ago•0 comments

Nvidia Nemotron 3 Nano Omni

https://blogs.nvidia.com/blog/nemotron-3-nano-omni-multimodal-ai-agents/
1•tosh•1m ago•0 comments

Height hunt: a quest to find and visit every possible low bridge / height restri

https://adamtownsend.com/heighthunt/
1•fanf2•1m ago•0 comments

Shots Fired by Google Cloud CEO Thomas Kurian

https://twitter.com/tanayj/status/2048838842031956395
1•jmintz•2m ago•0 comments

Woman's Talkspace therapy app sessions exposed in court

https://www.proofnews.org/womans-talkspace-therapy-app-sessions-exposed-in-court/
1•pavel_lishin•2m ago•0 comments

The Guard Act Isn't Targeting Dangerous AI–It's Blocking Everyday Internet Use

https://www.eff.org/deeplinks/2026/04/guard-act-isnt-targeting-dangerous-ai-its-blocking-everyday...
1•hn_acker•2m ago•0 comments

GPT-Engineer: Precursor to Lovable.dev

https://github.com/antonosika/gpt-engineer
1•doener•4m ago•0 comments

Ask HN: Site that tracks AI subscription token amount?

1•yukIttEft•4m ago•0 comments

Show HN: Inter-session messaging between Claude Code sessions

https://github.com/yilunzhang/claude-code-inter-session
1•skysniper•4m ago•0 comments

OpenAI Models on Amazon Bedrock

https://aws.amazon.com/bedrock/openai/
1•jaredwiener•5m ago•0 comments

Distilling a Tiny Model for Fast Interpretability

https://ethanfast.substack.com/p/a-tiny-model-for-fast-interpretability
1•unignorant•7m ago•0 comments

Apple Weather App Down

https://9to5mac.com/2026/04/28/apple-weather-down-iphone-app-experiencing-issues-right-now/
1•bear_with_me•8m ago•0 comments

Bounce Update: PDS Provider Migrations

https://blog.anew.social/bounce-pds-provider-migrations/
2•Kye•13m ago•0 comments

Google DeepMind Paper Argues LLMs Will Never Be Conscious

https://www.404media.co/google-deepmind-paper-argues-llms-will-never-be-conscious/
1•Brajeshwar•13m ago•0 comments

Why So Many Mayors Are Quitting

https://thewalrus.ca/why-so-many-mayors-are-quitting/
1•speckx•14m ago•0 comments

BookStack Moves from GitHub to Codeberg

https://github.com/BookStackApp/BookStack/issues/4551
3•RadiozRadioz•14m ago•0 comments

Ryzen Saved AMD from Bankruptcy – 10 Years of CPUs Tested [video]

https://www.youtube.com/watch?v=EZeiaK0T3Jk
2•mariuz•15m ago•0 comments

How Semiconductors Were Made in America

https://www.siliconimist.com/p/semiconductors-made-in-america
3•johncole•16m ago•1 comments

Once I Understood Where AI Is Heading, I Stopped Being Anxious About It

https://ai.gopubby.com/once-i-understood-where-ai-is-heading-i-stopped-being-anxious-about-it-849...
2•swolpers•17m ago•0 comments

Buying, Selling on eBay Disrupted Worldwide for more than 24 hours

https://www.sanjoseinside.com/business/buying-selling-on-ebay-disrupted-worldwide-for-nearly-two-...
1•j79•17m ago•1 comments

Universal Transformers Need Memory: Depth-State Trade-Offs in Adaptive Recursive

https://arxiv.org/abs/2604.21999
1•che_shr_cat•22m ago•0 comments

Show HN: Art Coding Lab – Learn Creative Coding Through Micro Challenges

https://artcodinglab.com/
1•absurdwebsite•23m ago•1 comments

GraphCompose – declarative PDF layout engine for Java (MIT)

https://github.com/DemchaAV/GraphCompose
1•demchaav•23m ago•0 comments

Show HN: I built a dating SIM that prepares you for your date

https://claude.ai/public/artifacts/98750067-546b-4c9e-ab62-68cae2941329
2•danish00111•26m ago•0 comments

Study Finds a Third of New Websites Are AI-Generated

https://www.404media.co/study-finds-a-third-of-new-websites-are-ai-generated/
2•Brajeshwar•29m ago•1 comments

GB Electricity Bills

https://www.electricitybills.uk/
2•kieranmaine•29m ago•1 comments

OpenAI Models, Codex, and Managed Agents Come to AWS

https://openai.com/index/openai-on-aws/
5•meetpateltech•30m ago•0 comments

Show HN: PastePlop – yet another Mac clipboard manager

https://bendansby.com/apps/pasteplop.html
1•webwielder2•32m ago•0 comments

Warp is now Open-Source

https://github.com/warpdotdev/warp
2•doppp•34m ago•0 comments

Nvidia Nemotron 3 Nano Omni

https://developer.nvidia.com/blog/nvidia-nemotron-3-nano-omni-powers-multimodal-agent-reasoning-i...
2•qainsights•34m ago•0 comments
Open in hackernews

Show HN: Loom – A Markdown knowledge graph for better coding-agent execution

https://github.com/z3z1ma/agent-loom
1•z3z1ma•1h ago
Hi HN, I built Loom because I wanted less agent tooling, not more.

My coding-agent workflow had outgrown PLAN.md. One file kept turning into the partial spec, research log, task queue, evidence log, review notes, handoff summary, and feature doc. And stratifying it typically ends up in disparate scratch files with no canonicity.

One solution is to add more surfaces: a spec tool, an issue tool, a memory system, a review prompt, a planning plugin, a workflow package. But that brings two problems: There is a lack of genuine cohesion, no emergent knowledge graph. And some tools try to do too much and take over your workflow.

I wanted one repo-native work record/grammar with enough structure for the agent to organize itself.

That became Loom.

If you want to stop reading and try it, the repo has install paths for Claude Code, OpenCode, Codex, Cursor, and Gemini CLI as well as more detailed write up in the README:

https://github.com/z3z1ma/agent-loom

How it works:

You start a task in a Loom-enabled repo.

The agent first asks where the work belongs.

If it needs discovery, it goes to research. If behavior is unclear, it goes to a spec. If sequencing is unclear, it goes to a plan. If work is live, it goes to a ticket. If something was observed, it goes to evidence. If risk needs pressure, it goes to critique. If the project learned something reusable, it goes to wiki.

That project vocabulary is the core of Loom. It's a knowledge graph.

The individual pieces are familiar. Beads has local task memory. Spec Kit has executable specs. Superpowers has development oriented skills. ECC has compounding. GSD has context engineering. Ralph has clean execution loops.

Loom’s contribution is the unification and composition. It gives every kind of work a place in the repo, then teaches the agent how to move between those places.

Once implementation is ready, the parent compiles a packet.

A packet is not just a prompt. It is a bounded worker contract compiled from upstream project state: constitution, initiative, research, spec, plan, ticket, evidence, critique, source context, write scope, verification posture, stop conditions, and output shape.

The worker gets a clean context window, but not an empty one. Less context by volume, better context by shape.

Then the loop runs the other way.

After the worker returns, the parent reconciles the result into the ticket, records evidence, routes critique when needed, and promotes durable learning through retrospectives. A rejected path can move into research. A settled explanation can move into wiki. A clarified behavior can move into a spec. A changed sequencing lesson can move into a plan.

The next packet is better because the project is better.

There is no service, daemon, MCP server, workflow engine, or runtime database. The graph lives in Markdown files. Agents inspect it with normal tools: grep, find, git, cat, awk, sed, and shell pipes.

I would like criticism from people using coding agents on projects that span more than one session. The most useful feedback would be where this feels helpful, where it feels like process, and which project layers are wrong/right.