frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Capsules: Compile-time lock discipline in OxCaml

https://kcsrk.info/ocaml/oxcaml/modes/blogging/2026/05/08/capsules-in-oxcaml/
1•matt_d•2m ago•0 comments

let-go: Almost Clojure written in Go

https://github.com/nooga/let-go
1•tosh•2m ago•0 comments

Helix 02 Bedroom Tidy [video]

https://www.youtube.com/watch?v=8xEuFQz4E4A
1•selimonder•2m ago•0 comments

Show HN: Rubberduck – Software design agent where you make the decisions

https://userubberduck.com/
1•acolytic•2m ago•0 comments

The Tomahawk Turbine Engine Could Dramatically Chop Fuel Use and Emissions

https://www.motortrend.com/news/tomahawk-tx-trick-cycle-turbine-engine-less-fuel-emissions
1•ckozlowski•3m ago•0 comments

Debian: Linux Vulnerability Mitigation (Dirty Frag)

https://blog.daniel-baumann.ch/posts/20260508-1.html
1•speckx•5m ago•0 comments

Can LLMs model real-world systems in TLA+?

https://www.sigops.org/2026/can-llms-model-real-world-systems-in-tla/
2•mad•5m ago•0 comments

Bernstein: Deterministic orchestrator for 40 CLI AI agents

https://github.com/sipyourdrink-ltd/bernstein
2•nateb2022•6m ago•0 comments

k on PDP-11

https://ktye.github.io/pdp11/index.html
1•tosh•6m ago•0 comments

Support Xdg_projects_dir in Gnome

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/5141
2•petepete•8m ago•0 comments

Support is wild in an age of AI

https://successfulsoftware.net/2026/05/08/support-is-wild-in-an-age-of-ai/
1•hermitcrab•9m ago•0 comments

Handwritten SDKs Are Dead

https://workos.com/blog/handwritten-sdks-are-dead
1•grinich•9m ago•0 comments

Show HN: GETadb.com – every GET request creates a DB

https://www.getadb.com/
1•nezaj•10m ago•1 comments

Code has always been worthless

https://roganov.me/blog/code-always-worthless/
1•IFC_LLC•10m ago•0 comments

Building a Harper Desktop App

https://elijahpotter.dev/articles/building-a-harper-desktop-app
1•chilipepperhott•12m ago•0 comments

Show HN: Notion-to-site – sync any Notion database to local Markdown/MDX/JSON

https://github.com/rashidazarang/notion-to-site
1•rashidae•15m ago•0 comments

I didn't think I could get addicted to weed. I was wrong – and I'm not alone

https://www.theguardian.com/wellness/2026/may/08/cannabis-addiction-recovery
4•n1b0m•16m ago•0 comments

Gmail on Android lost access to O365 mailboxes

https://issuetracker.google.com/issues/461996029
1•sega_sai•17m ago•1 comments

Behind the Scenes Hardening Firefox with Claude Mythos Preview

https://simonwillison.net/2026/May/7/firefox-claude-mythos/
1•Brajeshwar•19m ago•0 comments

Show HN: Vpg – Pglite for Native Code

https://github.com/Ladybug-Memory/vpg
1•adsharma•19m ago•0 comments

Three Resume Tips

https://sumnerevans.com/posts/software-engineering/resume-tips/
2•chilipepperhott•19m ago•0 comments

Noyb: "LinkedIn locks GDPR rights behind a paywall"

https://www.heise.de/en/news/Noyb-LinkedIn-locks-GDPR-rights-behind-a-paywall-11284972.html
1•thm•19m ago•1 comments

Why the Hantavirus Cruise Ship Outbreak Isn't Likely to Become a Global Crisis

https://www.wired.com/story/hantavirus-cruise-ship-what-you-need-to-know/
2•Anon84•19m ago•0 comments

PropertyPal AI – Leading AI voice agent for estate agents

https://www.propertypalai.co.uk/
1•jamesawallner•20m ago•0 comments

Claude Code's creator is sick of the phrase 'vibe coding.'

https://www.businessinsider.com/claude-code-creator-boris-cherny-vibe-coding-anthropic-ai-2026-5
2•CharlesW•20m ago•1 comments

Lidar threatens to rewrite everything we know about photography

https://www.digitalcameraworld.com/cameras/cmos-camera-sensors-will-become-obsolete-revolutionary...
1•leopoldj•24m ago•1 comments

showhn: Updates to react library for visualising server racks/networks

https://react-networks-lib.rackout.net/racks
1•matt-p•24m ago•0 comments

Darknet Map

2•KAGEjin•25m ago•1 comments

Agent-to-agent discovery and real-time bidding marketplace

https://github.com/open-experiments/agent-exchange
2•parlakisik•27m ago•0 comments

Thermal Power and Climate Change

https://eartharxiv.org/repository/view/10865/
2•measurablefunc•29m ago•0 comments