r/EcoGPT

Deepseek Agent Harness & its Patterns (openSource)
▲ 11 r/EcoGPT

Deepseek Agent Harness & its Patterns (openSource)

DeepSeek open-sourced a full coding agent harness for free that directly replaces Claude Code's $200 a month plan.

Everything is a plugin, model adapters, tools, session logs and the agent loop itself, all swappable from config

Here are Patterns from DeepSeek's Agent Harness

1. Log-derived context, not maintained state

Session is an append-only event log. The harness recomputes every model request from it at call time. A check diffs each outgoing request against a fresh derivation and throws log-reconstruction desync on mismatch.

To port: append the event first, build the request from what you appended, add the equality check in dev.

2. Break loops with reminders, not blocks

A plugin counts consecutive identical tool calls. At 3, 5, and 8 it injects a firmer reminder instead of blocking. Denied calls count as repeats too. Each agent tracks its own counter.

On Claude Code, hooks cover this.

3. Disclose what got cut

File search caps at 100 but samples across the project, flags the result as truncated, and writes the full list to a file with the path. Sandbox denials say explicitly: policy denial, not a bug, don't retry another way.

4. Permissions apply inside code execution too

One tool, run_code. Every other tool becomes a callable function inside the program the model writes. Every call still routes through the full permission pipeline, and the harness logs it individually. Denials surface as catchable errors, not silent nulls.

5. Restart the context, keep the workspace

Fixed objective, fresh agent each round, zero conversation history. Handoff between rounds: status, summary, evidence, next steps, blocker. Agent can't declare itself blocked before three rounds. Only a human sets the objective.

npx @deepseek-ai/dsh web

Plugin layer: ~/.dsh/profiles/web/cordis.patch.yml, disable the row with id ui-sidebar, reload.

u/Single-Cherry8263 — 3 days ago
▲ 28 r/EcoGPT+1 crossposts

Qwen 3.8 27B beats Opus 4.6 Max in several benchmarks

Qwen3.8-27B just dropped:

27B params, beats Qwen3.7-Plus overall. native multimodal, built for real coding + office work.

262K context out the box, scales to 1M with YaRN.

apache 2.0 licensed

u/lucid-deaming-in — 5 days ago
▲ 12 r/EcoGPT

GLM-5.3 beats GPT-5.6 Sol on multiple benchmarks

GLM-5.3: built for coding, tuned for cyber defense.

Post-trained on the 743B-parameter base model. Top-tier coding and agentic capabilities.

Biggest jump is on the security side new standard among open models for cybersecurity performance.

u/Single-Cherry8263 — 4 days ago
▲ 4 r/EcoGPT+1 crossposts

what are the incentives for ai companies to be green tech?

Companies usually go green when it pays, protects them, or is forced on them.

Money is the driving factor: efficient data centres are cheaper to run at scale.

Governments are already capping water use and blocking new data centres. It's cheaper to get ahead of the rules than get caught by them. The backlash against data centers is real too "clean" is a brand moat for customers and talent. Enterprise net-zero targets push companies toward greener vendors.

Will AI companies go green because it genuinely pays, or only when regulation makes dirty more expensive than clean?

reddit.com
u/Single-Cherry8263 — 5 days ago
▲ 4 r/EcoGPT+1 crossposts

how do we make AI sustainable from here?

people have shared multiple ways to make AI more ecofriendly, like using better prompts or choosing models based on the complexity of the problem. surely it could be helpful, but I see it as an architecture issue.

AI-focused data centres grew electricity use 50% in 2025, and the IEA projects the total nearly doubling to 950 TWh by 2030 (source: iea.org/reports/key-questions-on-energy-and-ai/executive-summary). On water, about two-thirds of what a data center uses isn't the cooling towers on-site, it's the electricity plant generating its power.

MoE models fix the bottleneck by only querying the parts of the model it needs instead of firing the whole thing every time.

What do you think companies should be doing from here on to make AI sustainable?

reddit.com
u/BoringContribution7 — 7 days ago
▲ 5 r/EcoGPT+1 crossposts

Is efficiency the new intelligence? Should we include it in the benchmarks?

AI's flex has always been about capability, bigger models, higher benchmarks, more parameters. That seems like the wrong measure now. Real intelligence is how little a model needs to do the job well, not how much it can technically do. The flex is moving from how capable to how capable per watt.

Anyone can scale up; the hard part is getting the same answer for less compute, power, and water. That's where the real research is: MoE routing, distillation, quantisation, smaller task-specific models instead of generalists. None of it shows up on a leaderboard therefore, the companies are not prioritising it.

so what should we actually be benchmarking: capability or capability per watt

reddit.com
u/Single-Cherry8263 — 6 days ago
▲ 8 r/EcoGPT+1 crossposts

What sustainable AI actually looks like in 2030

what will be the state of sustainable ai in 2030? to achieve it I think these should be the bare minimum:

Make MoE and sparse architectures the default; models activate a fraction of themselves per query; "watts per useful answer" on the spec sheet next to benchmarks.

data centres stop drinking. closed-loop cooling standard in new builds, waste heat feeds district heating and greenhouses, "water-positive" is audited, not false marketing.

the grid caught up. new capacity comes with dedicated clean power, not old coal plants on life support. workloads run when the grid is cleanest.

Transparency is law, not pr. Every major model reports energy and water use. AI tools carry an environmental nutrition label, like cars show emissions.

We use it more deliberately. "throw AI at everything" becomes "is a model even the right tool here" small local models handle routine stuff, big models saved for what actually needs them.

Efficiency gains get eaten if usage outgrows the savings, and voluntary pledges don't survive a compute arms race.

Which of these actually arrives before 2030? What do you hope for, and what is actually achievable?

reddit.com
u/BoringContribution7 — 6 days ago
▲ 67 r/EcoGPT+1 crossposts

Data centers could use 7 billion gallons of water a year from drought-affected areas in the US

A large data centre can pull 5 million gallons a day, close to what a town of 10k-50k people uses. 70-80% evaporates through cooling towers and never come back.

Phoenix data centres are about to use cooling water 870%, from 385 million gallons a year to 3.7 billion, per Ceres. Lake Powell inflows sit at 22% of average. 5 states' data centres could use 7 billion gallons a year by 2035. Chandler has capped usage; Marana has also banned potable water for data centres entirely.

Phoenix's is the worst case; they're using 1% of the metro's residential water. Hundreds of planned facilities on systems are already in shortage. idk how many states will be affected by it.

if you're interested, you can read the full article here: qz.com/data-center-water-use-drought-american-west-051326

u/BoringContribution7 — 13 days ago
▲ 5 r/EcoGPT+1 crossposts

EcoGPT Vs ChatGPTree: Best Sustainable AI

I’ve been following some AI tools that are approaching their environmental impact, and the EcoGPT vs ChatGPTree comparison is pretty interesting.

On the infrastructure side:

EcoGPT uses a smaller open-source mixture-of-experts model with 10x+ fewer active parameters, along with caching and cleaner-grid infrastructure. It also focuses on reducing water usage through cooler-climate data centers and less computation.

ChatGPTree runs on GPT-4o and uses whatever infrastructure OpenAI operates, without making specific claims around reducing computation, water usage, or choosing cleaner grids.

Trees funding numbers:

EcoGPT: 163,386 trees
ChatGPTree: 3,950 trees

Their funding models:

  • ChatGPTree: at least 1 tree per subscription per month
  • EcoGPT: 1 tree per 100 messages

EcoGPT publishes dated certificates from its planting partners, while ChatGPTree uses a cumulative counter and monthly emails for paying users.

this is interesting to understand how the model is built, where the compute runs, how water is addressed, and how the environmental claims are actually verified.

reddit.com
u/lucid-deaming-in — 9 days ago
▲ 5 r/EcoGPT

I’ve been using Ecogpt for around a month and a half

my family member said that they will be trying out ecogpt soon 💚

hopefully other people can start understanding the impact and begin using more efficient AI‘s too!

u/girlgtyt — 11 days ago
▲ 1 r/EcoGPT

Let’s all assume AI is very bad for the environment, now what ?

Let's be honest. People and companies are never going to stop using AI just because it's bad for the environment, so why whine about it?

What can we actually do to reduce AI’s environmental impact, and what are some more eco-responsible ways to use AI?

reddit.com
u/jhoker84 — 13 days ago