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_•11mo 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

Hacker News UI

1•Katlaszlo•1m ago•0 comments

urt.one – are you the one?

https://urt.one
1•stagas•7m ago•0 comments

Minimum Viable Bureaucracy (2019)

https://acko.net/blog/minimum-viable-bureaucracy/
1•DavidPiper•13m ago•0 comments

UniFi Design Center

https://design.ui.com
1•ksec•25m ago•0 comments

Plentiful, high-paying jobs in the age of AI

https://www.noahpinion.blog/p/plentiful-high-paying-jobs-in-the-ff9
1•gmays•28m ago•0 comments

Simonw on Lenny's Podcast

https://www.youtube.com/watch?v=wc8FBhQtdsA
1•doppp•36m ago•0 comments

European Tech Map – European Tech Alternatives

https://europeantechmap.eu/
1•giuliomagnifico•37m ago•0 comments

WTFM – I found Anthropic's pub fix for AI policy comp, then built it myself

https://mpdc.dev/wtfm/
1•ParanoidRV•40m ago•0 comments

Sheets, terminal based spreadsheet tool

https://github.com/maaslalani/sheets
1•marcuskaz•43m ago•0 comments

Paint a Street

https://paintastreet.com/
3•internetguy•43m ago•0 comments

The humanoid company that ships

https://updates.prototypecap.com/p/the-humanoid-company-that-actually
1•JoiDegn•45m ago•0 comments

Mini-Presenter

https://github.com/mitsuhiko/mini-presenter
1•doppp•50m ago•0 comments

Xiaomi MiMo releases token plan

https://platform.xiaomimimo.com/#/docs/news/token-plan-release
1•gainsurier•54m ago•0 comments

EmDash is not what the WordPress community requires

https://yosisubo.com/notes/emdash-is-not-what-the-wordpress-community-requires/
1•alprado50•55m ago•0 comments

A simplified presentation of Einstein's unified field equations (1929)

https://www.gutenberg.org/cache/epub/78343/pg78343-images.html
1•petethomas•56m ago•0 comments

Cleer AI – Phone-Triggered Desktop Automation with Zero Setup

https://cleer.archonic.dev
1•ypadamat•59m ago•0 comments

Can servers use elicitation for HITL scenarios?

https://realarcherl.github.io/posts/mcp_security/
1•ArcherL•1h ago•0 comments

Dlarc: The Radio Geek's Doomscrolling Antidote

https://www.radioworld.com/news-and-business/news-makers/dlarc-the-radio-geeks-doomscrolling-anti...
1•petethomas•1h ago•0 comments

A Rave Review of Superpowers (For Claude Code)

https://emschwartz.me/a-rave-review-of-superpowers-for-claude-code/
2•emschwartz•1h ago•0 comments

It's Time to Take Down Your Smart Cameras [video]

https://www.youtube.com/watch?v=UMIwNiwQewQ
4•latchkey•1h ago•1 comments

Emacs ATX April 2026 meetup [video]

https://www.youtube.com/watch?v=465GSalM6oI
4•iLemming•1h ago•0 comments

The Whispering Earring

https://gwern.net/doc/fiction/science-fiction/2012-10-03-yvain-thewhisperingearring.html
1•shpat•1h ago•0 comments

Microsoft Readies $10B AI Investment Plan in Japan

https://www.bloomberg.com/news/articles/2026-04-03/microsoft-drafts-10-billion-investment-plan-in...
2•petethomas•1h ago•1 comments

Pool compute to run powerful open models

https://docs.anarchai.org/
1•gasull•1h ago•0 comments

Show HN: Minimal Brain Teaser Web Game (Handcrafted, No AI)

https://mehuleo.github.io/encircle/
2•arttaboi•1h ago•0 comments

Government of Verdis

https://verdisgov.org/
2•skogstokig•1h ago•0 comments

Microdrive Anatomy(2008)

https://www.hjreggel.net/hdtechdat/hd-anatomy.html
1•o4c•1h ago•0 comments

How are people treating/deploying on-device AI?

https://minimal-light-theme.yliu.me/
1•romerocruzsa•1h ago•1 comments

Hacker News MOTD shell script

https://gist.github.com/brandonpollack23/db78386cb84389772974edeb9e9e29bc
5•brandonpollack2•1h ago•1 comments

The Grammar Is Not Its Own Ground

https://jimiwen.substack.com/p/si-wu-zi-c36
1•jimiwen•1h ago•0 comments