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

Cancelling Claude subscription renewal immediately revokes Design access

1•o10449366•2m ago•0 comments

Memory godboxes could offer relief from the RAMpocalypse

https://www.theregister.com/systems/2026/05/10/memory-godboxes-could-offer-relief-from-the-rampoc...
1•beardyw•3m ago•0 comments

Nayuta Space Is Building Bellyflopping Rocket Boosters

https://www.china-in-space.com/p/nayuta-space-is-actually-building
1•JPLeRouzic•5m ago•0 comments

We asked 72 AI models which brands are best

https://peaktoken.ai/
1•svensauleau•7m ago•0 comments

Could Contact-Tracing Apps Help with the Hantavirus? Not

https://www.wired.com/story/could-contact-tracing-apps-help-with-the-hantavirus-not-really/
2•Brajeshwar•11m ago•0 comments

Fixing Dynamic Resolution Switching in Docker-steam-headless

https://blog.dera.page/posts/steam-headless-adaptive-resolution/
1•Aelorius•12m ago•0 comments

Train your AI code review instincts

https://siftly.dev/announcement
1•svensauleau•12m ago•1 comments

Want to track the apocalypse? One theory: Follow the billionaires' jets

https://www.yahoo.com/news/articles/want-track-apocalypse-one-theory-173133903.html
4•ari-burshell•13m ago•0 comments

Ranking 1k ShowHN posts by estimated merit using an LLM judge and TrueSkill

https://github.com/kouhxp/showhn-rank
1•mrkn1•17m ago•0 comments

A Deeper Dive into the Proxima Centauri Swarm

https://www.centauri-dreams.org/2026/05/09/a-deeper-dive-into-the-proxima-centauri-swarm/
1•JPLeRouzic•18m ago•0 comments

Use Boring Languages with LLMs

https://jry.io/writing/use-boring-languages-with-llms/
1•jryio•19m ago•0 comments

Oil-price bets ahead of Iran war news totalled $7B, reporting shows

https://www.reuters.com/sustainability/boards-policy-regulation/oil-price-bets-ahead-iran-war-new...
2•geox•22m ago•0 comments

WebRTC vs. MoQ by Use Case

https://webrtchacks.com/webrtc-vs-moq-by-use-case/
1•boruto•23m ago•0 comments

Ask HN: Is this the SWE workflow of the future?

5•mc-0•28m ago•0 comments

My Marstek B2500-D battery sends telemetry over plain HTTP

https://luca-becker.me/blog/marstek-b2500-cloud-crypto-broken/
1•sunbury•29m ago•0 comments

All 55,256 Slides of the War.gov/UFO Files Searchable and Linkable

https://hypergrid.systems/war.gov-ufo-viewer/?item=095-dow-uap-pr38-unresolved-uap-report-middle-...
2•keepamovin•31m ago•0 comments

A boilerplate to create a 1990s Geocities-themed website

https://github.com/sugardaddyapp/geocities-boilerplate
3•whatsupdog•31m ago•1 comments

Is There a There in Cyberspace

https://www.eff.org/pages/there-there-cyberspace
1•andsoitis•34m ago•0 comments

How To Use A Spreadsheet For Creativity

https://www.nair.sh/guides-and-opinions/communicating-your-expertise/how-to-use-a-spreadsheet-for...
1•nilirl•35m ago•0 comments

Leaving the Physical World

https://www.eff.org/pages/leaving-physical-world
2•andsoitis•37m ago•0 comments

Why the Mars Probe went off course (1999)

https://spectrum.ieee.org/why-the-mars-probe-went-off-course
1•s1291•37m ago•0 comments

A Tour of Txtar

https://rednafi.com/go/txtar/
1•begoon•38m ago•0 comments

A Declaration of the Independence of Cyberspace

https://www.eff.org/cyberspace-independence
2•andsoitis•38m ago•0 comments

Cyber.md: AI-native posture that speaks agent

https://baz.co/resources/cyber-md-ai-native-posture-that-speaks-agent
1•guysenkot•42m ago•0 comments

The Changing Role of Low-Fidelity (LoFi) Signals in the AI Era

https://techcommunity.microsoft.com/blog/microsoft-security-blog/the-changing-role-of-low-fidelit...
1•nirwandogra•42m ago•0 comments

IPic – A Match Head Sized Web-Server

https://web.archive.org/web/19991128140444/http://www-ccs.cs.umass.edu/~shri/iPic.htm
1•bananaboy•45m ago•1 comments

Ronald G. Wayne Is More Than Two Weeks at Apple

https://tedium.co/2026/03/31/ronald-g-wayne-apple-interview/
1•janandonly•47m ago•2 comments

Academic Research Skills for Claude Code

https://github.com/Imbad0202/academic-research-skills
3•arnon•50m ago•0 comments

Retainer: Autonomous agent for extended, independent operation

https://github.com/seamus-brady/retainer
1•s_brady•51m ago•0 comments

Pomotuimer – a dependency-free Pomodoro timer for your terminal

https://github.com/wtbates99/pomotuimer
1•wtbates99•54m ago•1 comments