frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: TIL in AI

https://buildyard.ai/til
1•buildyard•1m ago•0 comments

The Poisoned Chalice and the Court of the Opened Eye

https://danverbraganza.com/writings/the-poisoned-chalice-and-the-court-of-the-opened-eye
1•nvader•2m ago•0 comments

SmartDB Todo tu trabajo con datos, en el contexto de tu proyecto

https://smartdb.bytss.com/
1•luiscasasanchez•3m ago•0 comments

Show HN: Botbin.io – Pastebin for AI agent artifacts with MCP

https://botbin.io/?mcp=true
1•obilgic•5m ago•0 comments

Herdr Studio

https://powerfooI.github.io/herdr-studio/
2•throwaway888abc•6m ago•0 comments

Identity Verification in Japan: What Happens Behind the Scenes

https://www.tokyodev.com/articles/identity-verification-in-japan
1•pwim•7m ago•0 comments

I built a margin tracker for builders after watching them guess in spreadsheets

https://tryobra.com/
1•mytinyrocket•11m ago•0 comments

Donald Trump boxed his party in

https://www.economist.com/united-states/2026/09/10/how-donald-trump-boxed-his-party-in
1•Anon84•12m ago•0 comments

The Kirkversary: An AI Carnival

https://thecarrierwave.substack.com/p/kirkversary-a-bizarre-ai-carnival
1•throwawayq3423•14m ago•0 comments

Setting up OpenCode with Ollama and sbx on Mac

https://tensorsandtokens.com/posts/opencode-ollama/
2•etoxin•15m ago•0 comments

Easter egg: binary code on top of Golden Gate Bridge

https://week-of-ai.com/
1•Scouttie•17m ago•0 comments

Google will buy half the electricity of a nuclear power plant

https://www.bbc.com/news/articles/c8r6y4me2g6o
11•lukaspetersson•18m ago•5 comments

Abu Dhabi buys into China's Luckin Coffee with $1B deal

https://www.ft.com/content/7f9a5140-e3f5-45a9-9620-08b8e819ba41
2•teleforce•19m ago•0 comments

The New Cinema Camera Dominating the Film Industry

https://www.indepthcine.com/videos/new-popular-cinema-camera-2026
3•gwill•22m ago•0 comments

Parameter

https://www.parameter.ai
1•handfuloflight•24m ago•0 comments

ClassicPress: Forked from WordPress without the block editor

https://www.classicpress.net/
1•thunderbong•25m ago•0 comments

DeepSeek 4.1 Flash

https://www.deepseek.com/en/news/deepseek-v4-1-flash/
3•thatxliner•27m ago•0 comments

YuE2 · Frontier Music with Symbolic Planning

https://map-yue2.github.io/
5•sexy_seedbox•27m ago•1 comments

I turned off my algorithm for 24 hours. Is this how social media used to be?

https://www.theguardian.com/media/2026/sep/11/i-turned-off-my-instagram-algorithm-opt-out-social-...
6•billybuckwheat•32m ago•0 comments

FunClock – Relaxing Tick, Animated Clock for Focus and Sleep

https://play.google.com/store/apps/details?id=com.yugakhan.funclock&hl=en_US
1•cflsdf•33m ago•0 comments

Details.so

https://www.details.so/inspo
2•handfuloflight•34m ago•0 comments

Release 13.1.5 · Grafana/Grafana

https://github.com/grafana/grafana/releases/tag/v13.1.5
2•kyisaiah47•34m ago•0 comments

LightSleep – Gentle Sounds for Better Sleep App

https://play.google.com/store/apps/details?id=com.yugakhan.lightsleep&hl=en_US
1•cflsdf•34m ago•0 comments

Kinapod: Throw metrics from an AirPod in your disc

https://kinapod.com/disk
2•inickt•37m ago•0 comments

New audit combo for AI agents

https://lexifina.com/blog/new-audit-for-ai-agents
2•alansaber•39m ago•1 comments

Show HN: Learn programming by building something you want

https://codeset.ai/
1•Nfsaavedra•40m ago•0 comments

Nari Labs: Multimodal inference at the speed of light

https://narilabs.com/
1•handfuloflight•41m ago•0 comments

Where Learning Becomes the Next Problem

https://medium.com/@gurvinder372/article-16-where-learning-becomes-the-next-problem-883e76699613
1•gps372•42m ago•0 comments

My CCPA Dialog with OpenAI (2023)

https://www.dbreunig.com/2023/12/27/openai-ccpa-request.html
1•dbreunig•43m ago•0 comments

Ask HN: Where is your red line for an AI provider?

1•soundworlds•50m 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.