frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Built software to stop private schools from drowning in admin work

https://edunationapp.com/start
1•marjanatanasov•1m ago•0 comments

What Anthropic's Mythos and Project Glasswing Mean for Your Apple Devices

https://tidbits.com/2026/04/09/what-anthropics-mythos-and-project-glasswing-mean-for-your-apple-d...
1•JumpCrisscross•3m ago•0 comments

I don't chain everything in JavaScript anymore

https://allthingssmitty.com/2026/04/20/why-i-dont-chain-everything-in-javascript-anymore/
1•AllThingsSmitty•4m ago•0 comments

The Killer Robots Are Coming. The Battlefield Will Never Look the Same

https://www.nytimes.com/2026/04/20/world/europe/ukraine-russia-war-robots-drones.html
1•JumpCrisscross•5m ago•0 comments

Show HN: Goempy – Ship a CPython interpreter inside your Go binary

https://github.com/tamnd/goempy
1•tamnd•6m ago•0 comments

Car Owners Are Revolting over Tesla's Self-Driving Promises

https://www.wsj.com/business/autos/car-owners-are-revolting-over-teslas-self-driving-promises-b76...
1•JumpCrisscross•6m ago•0 comments

Claude Code sometimes hallucinates user messages

https://www.lesswrong.com/posts/F2jg34PYtwWZMvzme/edward-james-young-s-shortform?commentId=JvQkqc...
2•cubefox•7m ago•1 comments

The New York Times is wrong about the birth rate

https://www.theargumentmag.com/p/the-new-york-times-is-wrong-about
1•RickJWagner•9m ago•0 comments

When Your Digital Life Vanishes

https://www.newyorker.com/magazine/2026/04/27/when-your-digital-life-vanishes
1•littlexsparkee•9m ago•0 comments

5 days No AI. An AI detox challenge

https://zymacs.github.io/post/five-days-no-ai/
1•kernzistor45•10m ago•1 comments

Elon Musk's Mistaken Call for a 'Universal High Income'

https://reason.com/2026/04/17/elon-musks-mistaken-call-for-a-universal-high-income/
1•RickJWagner•10m ago•0 comments

ggsql: A Grammar of Graphics for SQL

https://opensource.posit.co/blog/2026-04-20_ggsql_alpha_release/
3•thomasp85•12m ago•1 comments

Show HN: Free Incident War Rooms for Team Training SRE/DevOps

https://youbrokeprod.com/
1•cdnsteve•12m ago•0 comments

PostmarketOS Conference

https://postmarketos.org/conference/
1•birdculture•13m ago•0 comments

Show HN: Native desktop app for Google Tasks

https://kitetasks.com
1•tocopoco•14m ago•1 comments

Robots beat human records at Beijing half-marathon

https://techcrunch.com/2026/04/19/robots-beat-human-records-at-beijing-half-marathon/
2•Brajeshwar•15m ago•0 comments

Compression is all you need: Modeling Mathematics

https://arxiv.org/abs/2603.20396
1•ggraphilia•16m ago•0 comments

Show HN: Lightflare – Self-hosted AI agent server for teams

https://github.com/shzlw/lightflare
1•yuegui•16m ago•0 comments

Backblaze Account Takeover

https://fyr.io/post/backblaze-account-takeover
1•MD87•16m ago•0 comments

Rust adoption stalls amid shift in memory-safe programming trends

https://www.developer-tech.com/news/rust-adoption-stalls-memory-safe-programming-trends/
2•gpvos•16m ago•0 comments

Envelops – self-hosted open-source dotenvx Ops – full CLI compatibility

https://envelops.dev
1•itsjustmechris•18m ago•0 comments

Something unexpected: Sunbathers live longer

https://www.health.harvard.edu/blog/heres-something-unexpected-sunbathers-live-longer-201606069738
1•bilsbie•20m ago•0 comments

Why nearly every farmer who grows these Chile peppers is a woman

https://text.npr.org/g-s1-116759
2•mooreds•20m ago•0 comments

Extra minutes of morning sunlight before 10 a.m. improves sleep quality

https://twitter.com/BlueLightDiet/status/2045965784208601339
2•bilsbie•20m ago•1 comments

SCE Core – a state-evolution engine for explainable AI reasoning

https://github.com/yanixkz/sce-core
1•yanixkz•22m ago•1 comments

Judge sides with ICE tracker creators in DHS/DOJ First Amendment lawsuit

https://www.engadget.com/apps/judge-sides-with-creators-of-banned-ice-trackers-who-allege-dhs-and...
10•speckx•23m ago•0 comments

Strengthening your network security with APNIC's products and tools

https://blog.apnic.net/2026/04/20/strengthening-your-network-security-with-apnics-products-and-to...
1•8organicbits•23m ago•0 comments

I Build with GenAI Now

https://www.jjude.com/tech-notes/build-with-genai-tasks/
1•jjude•23m ago•0 comments

Amazon customers furious as delivery drones drop boxes from 10 feet in the air

https://nypost.com/2026/04/17/lifestyle/amazon-customers-claim-delivery-drones-are-damaging-orders/
3•smurda•25m ago•0 comments

Show HN: Business idea validator – what will kill it, not just what sounds good

https://ismyideaanygood.vercel.app
1•PD_Coder•25m ago•0 comments
Open in hackernews

Show HN: AI Applyd – a bot that applies to jobs for you

https://aiapplyd.com/
2•sneefle•1h ago

Comments

sneefle•1h ago
Solo founder here. I sent 127 job applications last year and got 3 callbacks. My ATS score on my own resume came back at 34% on roles I was actually qualified for. That's the origin.

AI Applyd does three things:

1. Scores your resume against a job description using the same keyword / skill / semantic extraction that Greenhouse, Lever, Ashby, and Workday run. You get a number and the specific missing keywords.

2. Rewrites the resume bullets to hit the missing keywords. You approve every change. No AI-slop passthrough.

3. Submits the application through a real cloud browser session. Not a form sniffer. Login, file upload, multi-step screening questions, cover letter — the full flow.

Stack, since HN is here:

- Cloudflare Workers + D1 (Drizzle) for everything. One region, global edge. No Postgres, no Redis, no queue runner outside CF. - Hono for the API, TanStack Start for the web, Better Auth with D1 adapter. - OpenRouter as the AI gateway. Most flows on Gemini 2.5 Flash Lite ($0.10/$0.40 per M). Free models for background enrichment. - Browserbase for the browser sessions, Stagehand on top for LLM-guided actions. Login-required platforms are gated behind user-initiated connections so we never hold plaintext credentials. - Remotion for the landing page demo videos, rendered ahead of time. - Turborepo monorepo, Wrangler deploys, Cloudflare Queues + cron for the scraper orchestrator (12h refresh, concurrency 5, 5-min hard timeout per job).

Everything LLM is cost-tracked. I set a daily spend cap after I fat-fingered a prompt loop once and burned $40 before my alert fired.

Free tier: 20K starter tokens, 10 ATS scores/mo, 5 resume tailors, 5 cover letters, 1 AI apply/mo, 15 documents, 25 job listings. No credit card. Paid: $39/mo for up to 15 applies/day (100/mo) or $79/mo for up to 50/day (300/mo).

Two gotchas worth mentioning for anyone building similar:

- Stagehand v3 uses AsyncLocalStorage.enterWith() for its logger. That API does not work in CF Workers. I patched Stagehand with 'bun patch' to swap the logger to a passthrough. - Wiring Stagehand to OpenRouter via the {modelName, apiKey, baseURL} object form breaks on the second request because @ai-sdk/openai@2.x has a broken isReasoningModel path for non-OpenAI endpoints. Use CustomOpenAIClient + llmClient instead.

Demo (90s): https://www.youtube.com/watch?v=rbet3wFpGak

Also live on Peerlist Launchpad Week 17 (runs through Apr 26): https://peerlist.io/firstexhotic/project/ai-that-applies-for...

Would love feedback on: whether the auto-apply flow breaks on any specific job platforms you've seen, whether the ATS scoring feels accurate, and whether 10 free scores is enough to decide if it's useful. Ask anything technical — I'll go deep on the architecture.

rechadkkk•1h ago
congrats, it looks good