frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What agentic harness do you use with Chinese models?

1•Gooblebrai•1m ago•0 comments

Google Builds a New Gemini Model Team as AI Investments Accelerate

https://www.nextplatform.com/cloud/2026/08/06/google-builds-a-new-gemini-model-team-as-ai-investm...
1•rbanffy•3m ago•0 comments

Beijing is forcing a mass breakup with AI lovers

https://restofworld.org/2026/china-ai-boyfriend-ban-bytedance-doubao/
1•Nazzareno•4m ago•0 comments

Toggles Considered Harmful

https://ignorethecode.net/blog/2026/08/09/toggles_considered_harmful/
1•signa11•4m ago•0 comments

Sasquatch science

https://aeon.co/essays/the-surprisingly-scientific-methods-of-bigfooters
2•rifish•6m ago•1 comments

Barclays on AI testing, telemetry and kill switches

https://qa-financial.com/barclays-on-ai-testing-telemetry-and-kill-switches/
1•bryanrasmussen•6m ago•0 comments

What happened to Loom after the Atlassian acquisition?

https://chairkick.com/what-happened-to-loom
1•olieidel•8m ago•0 comments

Looking to build 1–2 SaaS projects at a low price

https://www.indiehackers.com/post/looking-to-build-1-2-saas-projects-at-a-very-low-price-0b83cfe530
1•AutFlowStudio•10m ago•0 comments

When the best decision is no decision: the rise of randomization in grant

https://www.nature.com/articles/d41586-026-02082-7
1•sbulaev•10m ago•0 comments

Show HN: Mr_tech – Treating 3D games as source code, not as their runtime

https://github.com/markel1974/godoom
1•markel1974•11m ago•0 comments

Show HN: Overlay – Design with your React components and CSS tokens in your IDE

https://www.overlay.studio/
1•frabia•11m ago•0 comments

CVE-2026-56852: x/text/Unicode/norm infinite loop on invalid UTF-8 (DoS)

https://pkg.go.dev/vuln/GO-2026-5970
1•refp•13m ago•0 comments

Rust game engine Bevy's sixth birthday

https://bevy.org/news/bevys-sixth-birthday/
1•killercup•13m ago•0 comments

How to organize Claude Code for product work

https://www.theaithinker.com/p/how-to-organize-claude-code-for-product
2•adamfaik•15m ago•0 comments

AI for science needs reasoning, not just data

https://www.technologyreview.com/2026/08/10/1141384/ai-agents-for-science/
1•joozio•15m ago•0 comments

Show HN: Anansi – open-source memory API for LLM apps

https://github.com/g-33-L/anansi
1•jsuleiman•15m ago•0 comments

Claude Opus 4.8 Costs 57.1× More, Loses All 5 Benchmarks – Beaten by the Harness

https://floatboat.ai/news/harness-benchmark
1•Floatboat_ai•18m ago•0 comments

CodeSnap – Open-source Carbon.sh alternative with SVG export

http://87.106.146.111:8181
1•chainman•20m ago•0 comments

My Little Game History Anthology

https://felipepepe.medium.com/my-little-game-history-anthology-4029a0d29089
1•rdmuser•20m ago•0 comments

Chinese Mini-Game Sites That Defined Millennial Summer Holidays

https://radii.co/article/6-chinese-mini-game-websites-millennial-summer-holidays
1•rdmuser•21m ago•1 comments

Linus Torvalds says AI has made 'huge' Linux kernel updates the new normal

https://www.theregister.com/os-platforms/2026/08/10/linus-torvalds-says-ai-has-made-huge-linux-ke...
4•pseudolus•21m ago•0 comments

What Makes a Best-Selling Novel? A Machine Learning Approach (2016)

https://marcinciura.wordpress.com/2016/04/17/what-makes-a-best-selling-novel/
1•mci•21m ago•0 comments

AI cyclone forecasts could add 30 hours of warning time

https://phys.org/news/2026-08-ai-cyclone-hours.html
1•pseudolus•22m ago•0 comments

Remembering the pre-Google web, when search was an experiment

https://arstechnica.com/gadgets/2026/08/remembering-the-pre-google-web-when-search-was-an-experim...
1•rbanffy•22m ago•0 comments

From GNSS Fundamentals to Static GPS Spoofing

https://payatu.com/blog/from-gnss-fundamentals-to-static-gps-spoofing/
3•Shubham_Thorat•23m ago•0 comments

Mark Zuckerberg doesn't understand how to live

https://www.theverge.com/ai-artificial-intelligence/977623/mark-zuckerberg-ai-manifesto-dim-vision
4•pythonic_hell•28m ago•1 comments

Nginx reloaded nothing. Certbot still exited 0

https://www.certpost.ai/blog/certbot-renewed-nginx-still-serves-old-cert
2•mlmusson•31m ago•0 comments

Fast Haskell Scripts on GitHub Actions

https://abhinavsarkar.net/posts/fast-haskell-scripts-on-github-actions/
3•abhin4v•34m ago•0 comments

What I learned by putting GitHub Copilot behind a MitM proxy

https://www.lighthousenewsletter.com/p/i-put-github-copilot-behind-a-mitm
2•j0selit0•37m ago•1 comments

Nvidia partners with Wall Street giants to raise $500B for AI buildout

https://www.reuters.com/technology/wall-street-giants-partner-with-nvidia-500-billion-ai-financin...
3•ashurandi•37m 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.