nowfound

AI · May 13, 2026

TP

"This post is authorial.fyi" – not vibed

I've been running into docs and chats that read as authored by humans but turn out to be pasted from GenAI. All well-intentioned, but inefficient and kinda awkward to sort out. Signaling with your own words is better, but I made some cheap semantic URLs to maybe help: "This post is authorial.fyi" - i.e. I stand behind each part, whether or not GenAI was used "The plan above is ai.delegated.fyi" - i.e. I believe this is worthwhile overall, but I wasn't personally intentional about each part Hope is to open conversations in this GenAI moment. Casually - complementary to larger initiatives.…

What it does

In the maker’s words, at launch

I've been running into docs and chats that read as authored by humans but turn out to be pasted from GenAI. All well-intentioned, but inefficient and kinda awkward to sort out. Signaling with your own words is better, but I made some cheap semantic URLs to maybe help: "This post is authorial.fyi" - i.e. I stand behind each part, whether or not GenAI was used "The plan above is ai.delegated.fyi" - i.e. I believe this is worthwhile overall, but I wasn't personally intentional about each part Hope is to open conversations in this GenAI moment. Casually - complementary to larger initiatives. Curious how others are tackling this, the role of authorial intent vs correctness, or whatever comes to mind. Thanks for reading. https://authorial.fyi https://authorial.cx https://ai.delegated.fyi https://ai.delegated.cx

Does the same job

all alternatives →
  • RA
    ReplyGuy – AI Reddit auto replies for lead gen and brand protection2023 · replyguy.com · ▲7

    Excited to share something I've been building recently called ReplyGuy. I made it to solve a personal pain with a SaaS product I built, which was that we were always monitoring Reddit and Twitter to see if anyone had mentioned keywords indicating they were looking for us. Before, we had to go manually respond to posts, often missing good mention opportunities. Would love for HN folks to try it and let me know what you think!

  • IH
    I have built my first AI notetaker. Any feedback?2025 · ▲5

    Hey there, While searching for my next role as a PM in Blockchain + AI, I started building an AI-powered notetaker called MindNote: https://www.mindnote.online. The idea is simple: you input your thoughts, and AI helps you complete or modify them. If you decide to test it, try using the prompt: Keep this text and…"(add budget, complete list, organize alphabetically, add their translation, etc.). The first big release is all about modifying your notes with AI prompts. The next big step? Capturing thoughts directly from the mind using brain-to-text technology. There is a 3 days free…

  • IB
    I build a dedicated news site for AI developers (think HN for AI/ML)2023 · news.aiapipro.com · ▲8

    Think of HackerNews, but only for AI content. Did build this out of the wish for easier discoverability of new technologies in the AI/ML space. Obviously, so far only a tiny small community, but maybe a few of you find it nice to be around and want to post a link there every now and then :)

  • EE
    explain everything on one page and share it with one link2013 · ▲5

    Hey, guys and girls :) Please notice, that my intention is not to advertise my project here, but to ask for your advice. Long story short: we've noticed that it's very hard to "sum-up" any idea on one page and share it without using a blogging platform. Let's say you want to collect and present your point of view on "IA reaserch". You can write a blogpost or use social media to share your opinion (that would reach limited amount of people though). We really missed a tool that allows you to embed a lot of different resources on one page and than to share it with one link. This way you can…

  • IB
    I built a tool to make AI recommend you (and I'm conflicted about it)Dec 2025 · firstclick.so · ▲7

    So I've been obsessed with a weird question for the past 6 months, what happens to SEO when everyone starts asking ChatGPT for recommendations instead of Googling? The answer, apparently, is chaos. And maybe opportunity? I built FirstClick because I noticed something strange. My previous startup was getting zero traffic from AI assistants, but our competitor (objectively worse product, sorry not sorry) was getting mentioned by Claude and Perplexity constantly. It drove me crazy. So I reverse engineered why. Turns out there's a whole new game being played and most founders don't even know it…

  • IB
    I build a tool that will tell you what to respond in negotations2025 · negotiator.randomshit.world · ▲5

    After reading the book Getting to Yes, I really want some tool to help me negotiate more efficiently without having to memorize everything principle. You start by putting in interests of each party, then you can explore different functions: how to respond to the other party, explore objective criteria out there or brainstorm more negotiation options. Still working on it! Leave me feedback if you have any suggestions!

More ai this month

the category →
  • I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.

    AI · 17d ago · simedw.com

  • Astute585

    Automate your B2B brand going viral, with new media creators

    AI · 18d ago · company-app.joinastute.com

  • Grok Bot547

    AI teammates that you can give real work to

    AI · 25d ago · x.ai

  • Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…

    AI · 26d ago · cactuscompute.com

  • Make your software self-driving

    AI · 30d ago · coldtea.ai

  • Soloop472

    Approval-first Agent OS for solo founders

    AI · 30d ago · soloop.io

Launched alongside, May 2026

the whole month →
  • Brew 905

    Like Claude design for email marketing

    AI · May 2026 · brew.new

  • Parallel agents, diff reviewer, and multi-model comparisons

    Dev tools · May 2026 · kilo.ai

  • StoreClaw805

    Grow your store profits with agents that know how to sell

    AI · May 2026 · storeclaw.ai

  • Give your agent a real number and voice to make calls.

    AI · May 2026 · pollyreach.ai

  • NW

    Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…

    Life & fun · May 2026 · github.com

  • FM

    Dev tools · May 2026 · github.com