惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
小众软件
小众软件
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
Engineering at Meta
Engineering at Meta
人人都是产品经理
人人都是产品经理
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
H
Help Net Security
爱范儿
爱范儿
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
Y
Y Combinator Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Azure Blog
Microsoft Azure Blog
L
LangChain Blog
WordPress大学
WordPress大学
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
腾讯CDC

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - VasileiosTs/agribrain: Agronomic intelligence fo...
vasileiosts · 2026-06-12 · via Hacker News - Newest: "AI"

Give your AI assistant a licensed agronomist's brain.

[DEMO GIF GOES HERE — 15s: real field coordinates → "What's the spray situation and water balance for my olives this week?" → real answer with numbers]

Every LLM can write a poem about olive trees. None of them know that your olive fruit fly third generation started Tuesday, that Saturday's wind makes spraying pointless, or that your field is 12mm behind on water. This MCP server fixes that — using only free, open data. No API keys. No accounts.

Claude Desktop setup (60 seconds)

{
  "mcpServers": {
    "agri": { "command": "npx", "args": ["agribrain"] }
  }
}

Then ask: "Check the field briefing for 38.01, 23.72 — olives, planted March 2024."

Tools

Tool What it answers
get_field_briefing "What should I worry about this week?" — the everything report
get_spray_windows "When can I actually spray?" — ranked windows with reasons
get_water_balance "Am I irrigating enough?" — ET₀ loss vs. water received, net deficit
compute_gdd "Where is the pest pressure?" — degree-days, generations, projected dates
get_chill_hours "Did my orchard get enough winter chill?"
get_agro_weather Forecast + recent history, in farming terms
get_soil_profile pH, texture, organic carbon for any point on Earth

What makes this different

This is not another weather wrapper. Every model in this repo — pest degree-day thresholds, spray-window rules, crop staging — is curated and signed off by a licensed agronomist with 19 years in Mediterranean agriculture, with literature citations in the data files. Data is cheap; agronomy is the hard part.

  • Decisions, not just data — spray windows, water deficits, generation timing
  • Zero keys, zero cost — Met.no, NASA POWER, ISRIC SoilGrids (free, commercial-friendly)
  • Citations included — every pest model links its sources
  • Eval suite in the repo — we test that LLMs actually answer correctly with these tools

Data sources & attribution

Weather forecasts: MET Norway (CC-BY 4.0). Historical climate: NASA POWER (public domain). Soil: ISRIC SoilGrids (CC-BY 4.0). ET₀: computed via Hargreaves; FAO-56 (Allen et al., 1998).

Honest limitations

  • GDD outputs without local trap data are estimates and labeled as such.
  • SoilGrids is 250m resolution — a default, not a substitute for a soil test.
  • This tool informs decisions; it does not replace your local agronomist or the product label. Nothing here is application-rate advice.

Roadmap

  • v2 — eyes on the field: Sentinel-2 NDVI time series and zone anomaly detection for any field polygon (free Copernicus data), FAO-56 crop water demand (Kc × ET₀), 30-year climate context.
  • v3 — compliance: EU pesticide approval checks, pre-harvest intervals, resistance groups.

Who builds this

Built and maintained as the open data layer of Ask Oli — the AI agronomist for Mediterranean smallholders. Maintained part-time by a solo founder; issues are triaged weekly, agronomy contributions (pest models for your region — see data/pest-models.json schema) are especially welcome and reviewed personally.

MIT licensed.