frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Malicious Use of Artificial Intelligence

https://arxiv.org/abs/1802.07228
1•rasengan0•6m ago•0 comments

Sandbox-API

https://hub.docker.com/r/credkellar/sandbox-api
1•credkellarboop•8m ago•0 comments

System 3 Thinking

1•rexossbear•9m ago•0 comments

The Biology of Claude's Tokenizer

https://tokencontributions.substack.com/p/on-the-biology-of-claudes-tokenizer
1•brimtown•9m ago•0 comments

Opportunistic AI detects colorectal cancer using routine, noncontrast CT

https://radiologybusiness.com/topics/artificial-intelligence/opportunistic-ai-detects-colorectal-...
1•pseudolus•12m ago•0 comments

Show HN: Exploring the intersection of prediction markets and social media

https://www.thevidmarket.com/
1•ryanpere2298•15m ago•0 comments

Jeff-a-Sketch

https://www.drjeffdaniels.com/jeffasketch
2•cebert•19m ago•1 comments

Fossil: Private Branches

https://fossil-scm.org/home/doc/trunk/www/private.wiki
2•thunderbong•24m ago•0 comments

The case against JPEG XL

https://giannirosato.com/blog/post/case-against-jxl/
12•contact9879•26m ago•1 comments

AI is not a normal technology

https://12gramsofcarbon.com/p/ai-is-not-a-normal-technology
2•theahura•29m ago•0 comments

Ask HN: What are some privacy/security tools you wish exist, but don't yet?

3•ToriTech•29m ago•0 comments

Godfather of AI welcomes pause in development (interview with Hinton)

https://www.abc.net.au/listen/programs/radionational-breakfast/godfather-of-ai-welcomes-pause-in-...
2•ggm•30m ago•1 comments

Aviloop: YouTube's Darkest Mystery [video]

https://www.youtube.com/watch?v=DU9JCFMJp8E
1•handfuloflight•39m ago•0 comments

Writing code by hand is not an option anymore

https://rogix.dev/writing-code-by-hand-is-not-an-option-anymore
1•rogix•40m ago•2 comments

Financial literacy and investment: empirical study from Palestine Stock Exchange

https://www.frontiersin.org/journals/behavioral-economics/articles/10.3389/frbhe.2025.1444022/full
1•andsoitis•41m ago•0 comments

The Final Battle for America's Democracy

https://newrepublic.com/article/215198/2027-new-congress-final-battle-american-democracy
3•HotGarbage•44m ago•1 comments

AI Robots – When will they be in our homes

https://spectrum.ieee.org/ai-robots
1•andsoitis•45m ago•1 comments

The librarian, the car keys, and AI

https://eternallyradicalidea.com/p/the-librarian-the-car-keys-and-ai
2•emmelaich•49m ago•2 comments

Worrying about bad AI code is worrying about the wrong problem

https://matthorn.io/posts/2026-09-13-bad-ai/
1•spectraldrift•51m ago•0 comments

Wikipedia's Oberranks Incident

https://boards.4chan.org/g/thread/109811298/wikipedias-oberranks-incident
1•mostcallmeyt•53m ago•2 comments

Lawyer cites fake witnesses in murder case and blames ChatGPT

https://www.reuters.com/legal/government/chatgpt-invented-fake-police-testimony-murder-appeal-new...
5•1vuio0pswjnm7•57m ago•1 comments

Writing a better reality: The case for optimistic sci-fi

https://honisoit.com/2022/03/writing-a-better-reality-the-case-for-optimistic-sci-fi/
1•andsoitis•1h ago•1 comments

Open-Source AI and Open Models Reading List

https://www.interconnects.ai/p/open-source-ai-reading-list
13•simonpure•1h ago•0 comments

AI bubble pops – Cory Doctorow

https://www.youtube.com/watch?v=LiDUg_uylyM
7•lifeisstillgood•1h ago•0 comments

What's in a name? Naming things in OpenStreetMap

https://blog.openstreetmap.org/2026/09/13/whats-in-a-name-naming-things-in-openstreetmap/
2•HotGarbage•1h ago•0 comments

Xi pushes 'Greater BRICS' economic ties to give bloc larger global role

https://www.reuters.com/business/aerospace-defense/xi-pushes-greater-brics-economic-ties-give-blo...
3•_djo_•1h ago•1 comments

Memorable moments in Chromecast's history (2024)

https://blog.google/products-and-platforms/devices/google-nest/chromecast-history/
1•gregsadetsky•1h ago•0 comments

Apple's Dimensional Drawings

https://developer.apple.com/accessories/dimensional-drawings/
2•herbertl•1h ago•0 comments

AI Boom / Bust – Boom Boom Pow

3•wwolfson97•1h ago•1 comments

"Chilling" warning or overreaction? AI bioweapons report divides experts

https://www.science.org/content/article/chilling-warning-or-overreaction-ai-bioweapons-report-div...
4•sbulaev•1h ago•0 comments
Open in hackernews

Show HN: GeniusPlants – AI-Powered Gardening Assistant

https://www.geniusplants.com/
1•eibrahim•1y ago
I built GeniusPlants, an AI-powered gardening assistant that uses LLMs to solve practical gardening challenges. The app provides personalized plant recommendations based on your garden conditions, generates optimal garden layouts, and creates customized care plans.

Technical stack:

- Next.js (App Router) with TypeScript and Tailwind CSS - OpenAI GPT-4o-mini for plant recommendations and care plans - Prisma ORM with PostgreSQL for data management - Zustand for state management - Auth.js for authentication

Instead of maintaining a traditional plant database, I implemented a pure AI approach with structured prompts and response parsing. The system includes a block-based garden space visualization that calculates optimal plant placement and uses a natural language interface for adding plants (e.g., "I want to grow 3 tomatoes, some basil, and carrots").

The app handles interesting problems like:

- Garden space management using a block-based system (1 block = 1 sq ft) - AI-driven plant positioning within garden layouts - Intelligent care plan generation that adapts to automated watering systems - Plant age tracking for growth-stage-appropriate care instructions

I'd love feedback from the HN community, especially on the AI implementations, UX design choices, and handling garden space constraints.