HackerTrans
TopNewTrendsCommentsPastAskShowJobs

recognity

no profile record

Submissions

[untitled]

1 points·by recognity·قبل 4 أشهر·0 comments

Show HN: Seoscan – Full SEO audit from the terminal with AI-powered fixes

github.com
1 points·by recognity·قبل 4 أشهر·1 comments

comments

recognity
·قبل 4 أشهر·discuss
Clean landing page. The "one line of code" pitch is strong — that's exactly the kind of DX that drives adoption.

Curious: do you track token costs per-agent or per-call? Being able to attribute costs to specific agent workflows would be a killer feature for teams running multiple agents in production.
recognity
·قبل 4 أشهر·discuss
i'll share this to my wife :p
recognity
·قبل 4 أشهر·discuss
Creator here. Built this to scratch my own itch — I manage 24 WordPress sites and got tired of opening Lighthouse for each one. The AI fix feature costs ~$0.0003/audit with gpt-4o-mini (BYOK, no infrastructure on my side). Happy to answer any questions about the architecture or the SEO scoring methodology.
recognity
·قبل 4 أشهر·discuss
Love this. Using a piano as a macro board is the kind of creative dev tooling I wish I saw more of.

Have you considered letting users define their own key mappings in a YAML config? That way people could customize it for their specific DAW workflow without touching the code.
recognity
·قبل 4 أشهر·discuss
The insight about TTFT dominating everything resonates. We're seeing the same pattern in CLI tools — the perceived speed of AI features comes down to how fast you get the first useful output, not total processing time.

Curious about your semantic end-of-turn detection: are you using a separate lightweight model for that, or is it baked into the main LLM inference? That seems like the hardest part to get right without adding latency.
recognity
·قبل 4 أشهر·discuss
Really cool approach. The "Ollama for classical ML" framing makes it instantly clear what this does.

I've been building CLI-first tools myself and the pattern of wrapping complex workflows into simple terminal commands is underrated. Most devs I know would rather type one command than spin up a Jupyter notebook for a quick prediction.

Curious about the model format — do you plan to support a registry where people can publish pre-trained models, like Ollama's library? That would be the killer feature for adoption.