HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iBelieve

848 karmajoined 11 ปีที่แล้ว

Submissions

Designing Firefox for the Future

blog.mozilla.org
3 points·by iBelieve·4 วันที่ผ่านมา·3 comments

Fallow: Deterministic codebase intelligence for TypeScript and JavaScript

github.com
3 points·by iBelieve·19 วันที่ผ่านมา·0 comments

Find bugs with ultrareview in Claude Code

code.claude.com
1 points·by iBelieve·3 เดือนที่ผ่านมา·0 comments

Project Think: building the next generation of AI agents on Cloudflare

blog.cloudflare.com
4 points·by iBelieve·3 เดือนที่ผ่านมา·1 comments

Open Agents. Spawn coding agents that run infinitely in the cloud

open-agents.dev
2 points·by iBelieve·3 เดือนที่ผ่านมา·0 comments

Claude Code: Plan in the cloud with ultraplan

code.claude.com
4 points·by iBelieve·3 เดือนที่ผ่านมา·2 comments

Third-party Claude harnesses will now draw from extra usage

15 points·by iBelieve·3 เดือนที่ผ่านมา·6 comments

Emulate by Vercel – Local API Emulation for CI and Sandboxes

emulate.dev
2 points·by iBelieve·3 เดือนที่ผ่านมา·0 comments

Docker Sandboxes

docs.docker.com
4 points·by iBelieve·4 เดือนที่ผ่านมา·1 comments

Schedule tasks on the web

code.claude.com
298 points·by iBelieve·4 เดือนที่ผ่านมา·243 comments

Assign tasks to Claude from anywhere in Cowork

support.claude.com
3 points·by iBelieve·4 เดือนที่ผ่านมา·0 comments

Self-Driving Codebase: Background agents and the next era of software delivery

background-agents.com
3 points·by iBelieve·4 เดือนที่ผ่านมา·0 comments

Bringing automated preview, review, and merge to Claude Code on desktop

claude.com
1 points·by iBelieve·5 เดือนที่ผ่านมา·0 comments

Git AI – Track AI Code all the way to production

usegitai.com
2 points·by iBelieve·5 เดือนที่ผ่านมา·0 comments

The Islands Theme – The New Default Look for JetBrains IDEs

blog.jetbrains.com
2 points·by iBelieve·7 เดือนที่ผ่านมา·0 comments

From JIT to Native: Path to Efficient Java Containers

medium.com
3 points·by iBelieve·10 เดือนที่ผ่านมา·0 comments

comments

iBelieve
·3 เดือนที่ผ่านมา·discuss
Max accounts get 15 daily runs included, any runs above that will get billed as extra usage.
iBelieve
·4 เดือนที่ผ่านมา·discuss
Looks like I'm limited to only 3 cloud scheduled tasks. And I'm on the Max 20x plan, too :(

"Your plan gets 3 daily cloud scheduled sessions. Disable or delete an existing schedule to continue."

But otherwise, this looks really cool. I've tried using local scheduled tasks in both Claude Code Desktop and the Codex desktop app, and very quickly got annoyed with permissions prompts, so it'll be nice to be able to run scheduled tasks in the cloud sandbox.

Here are the three tasks I'll be trying:

Every Monday morning: Run `pnpm audit` and research any security issues to see if they might affect our project. Run `pnpm outdated` and research into any packages with minor or major upgrades available. Also research if packages have been abandoned or haven't been updated in a long time, and see if there are new alternatives that are recommended instead. Put together a brief report highlighting your findings and recommendations.

Every weekday morning: Take at Sentry errors, logs, and metrics for the past few days. See if there's any new issues that have popped up, and investigate them. Take a look at logs and metrics, and see if anything seems out of the ordinary, and investigate as appropriate. Put together a report summarizing any findings.

Every weekday morning: Please look at the commits on the `develop` branch from the previous day, look carefully at each commit, and see if there are any newly introduced bugs, sloppy code, missed functionality, poor security, missing documentation, etc. If a commit references GitHub issues, look up the issue, and review the issue to see if the commit correctly implements the ticket (fully or partially). Also do a sweep through the codebase, looking for low-hanging fruit that might be good tasks to recommend delegating to an AI agent: obvious bugs, poor or incorrect documentation, TODO comments, messy code, small improvements, etc.

I ran all of these as one-off tasks just now, and they put together useful reports; it'll be nice getting these on a daily/weekly basis. Claude Code has a Sentry connector that works in their cloud/web environment. That's cool; it accurately identified an issue I've been working on this week.

I might eventually try having these tasks open issues or even automatically address issues and open PRs, but we'll start with just reports for now.