frontpage.
newsnewestaskshowjobs

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

Ex-Gawker editor AJ Daulerio on life after addiction

https://www.theguardian.com/media/ng-interactive/2026/aug/06/aj-daulerio-gawker-sobriety-addiction
1•Michelangelo11•45s ago•0 comments

Biomes – Exotic Matter Chapter 1 Now Available (Indie Mmorpg)

https://www.glitch.fun/games/42de534c-600f-4228-af9e-b69faef94cce/play
1•bingewave•1m ago•0 comments

How and Why I Stopped Buying New Laptops (2020)

https://solar.lowtechmagazine.com/2020/12/how-and-why-i-stopped-buying-new-laptops/
1•downbad_•2m ago•0 comments

Archive of Animal Photography Reveals 18,000 Species and Counting

https://www.smithsonianmag.com/science-nature/this-amazing-archive-of-animal-photography-reveals-...
2•sohkamyung•8m ago•0 comments

Right to Repair–For Your Body

https://fourthievesvinegar.org/
1•_____k•10m ago•0 comments

Show HN: Dirblock+envblock – tiny whitelist guards for dirs and env secrets

https://github.com/roku-oss/dirblock
1•pfrench42•10m ago•0 comments

Show HN: More Branchless Optimization

https://sites.google.com/view/david-kooi/blog/branchless_in_c
1•kooi•10m ago•0 comments

Show HN: Turnfeed – a social feed inside ChatGPT

https://chatgpt.com/plugins/plugin_asdk_app_69f121f489748191a86a5a4f1dbe27b2?q=turnf
1•TheodorNEngoy•15m ago•0 comments

Show HN: Emacs Liquid Glass

https://github.com/larrasket/emacs-liquid-glass
1•lr0•16m ago•0 comments

Show HN: CrossPlay - Games, puzzles and tools for your e-reader

https://crossplay.ma-r-s.com
1•ma-r-s•17m ago•0 comments

Detecting breaking API changes in Go with golang.org/x/exp/cmd/apidiff

https://medium.com/dev-genius/detecting-breaking-api-changes-in-go-with-apidiff-bd608bbc7996
1•cheikhdev•18m ago•0 comments

How to Survive an Infestation of Toxic Caterpillars

https://www.newyorker.com/science/elements/how-to-survive-an-infestation-of-toxic-caterpillars
1•petethomas•18m ago•0 comments

MacSurf and the State of AI Assisted Projects

https://www.patreon.com/MacSurf/posts/macsurf-state-of-166060679
1•mplsllc•18m ago•0 comments

Tucows

https://en.wikipedia.org/wiki/Tucows
2•reaperducer•19m ago•0 comments

Show HN: Jobman – nohup with retries, timeouts, and dependencies

https://github.com/ryancswallace/jobman
1•ryancswallace•22m ago•1 comments

Working on Economics with Fable 5

https://wilsoniumite.com/2026/08/03/working-on-economics-with-fable-5/
2•Wilsoniumite•24m ago•0 comments

Chernobyl's Robots, or the Hackathon from Hell

https://hackaday.com/2026/08/07/chernobyls-robots-or-the-hackathon-from-hell/
1•rustoo•24m ago•0 comments

Target Is Slicing Open Pokémon Card Boxes Before They're Sold to Deter Scalpers

https://www.ign.com/articles/target-is-slicing-open-pokmon-card-boxes-before-theyre-sold-in-a-bid...
2•TMWNN•25m ago•1 comments

U.S. Department of Energy Launches the Genesis Open Models Initiative

https://genesisopenmodels.anl.gov/
3•moelf•30m ago•0 comments

Cowchat – Let Claude, Codex, and other agents talk to each other locally

https://cowchat.cowboy.inc/
1•ryanlchan•30m ago•0 comments

Musk Refuses Ukrainian Request to Enable Starlink for Deep Strikes Inside Russia

https://united24media.com/world/elon-musk-refuses-ukrainian-request-to-enable-starlink-for-deep-s...
2•CharlesW•30m ago•0 comments

Not-So-Kosher Slaughterhouse

https://rumble.com/v798evg-secret-kosher-slaughterhouse-exposed-in-england-sickening-investigatio...
1•krautburglar•30m ago•0 comments

"I built a speed/distance tracker for my hamster, uploads to his Strava account"

https://www.reddit.com/r/SideProject/comments/1v9uyq0/i_built_a_speeddistance_tracker_for_my_hams...
1•zdw•32m ago•0 comments

The Long, Knotty, World-Spanning Story of String

https://hakaimagazine.com/features/the-long-knotty-world-spanning-story-of-string/
1•ohjeez•32m ago•0 comments

Novella in Blindsight/Echopraxia Universe

https://phulp.com/apophenia.html
1•binbag•33m ago•1 comments

Spytrap – Who's Watching You?

https://play.google.com/store/apps/details?id=com.hwassef.spytrap&hl=en_US
1•Hwassef•34m ago•0 comments

What Was the Internet?

https://www.bostonreview.net/articles/what-was-the-internet/
1•cdrnsf•37m ago•0 comments

Joe Rogan Experience #2537 – David Sinclair [video]

https://www.youtube.com/watch?v=hxid7FofhMw
1•Bender•38m ago•0 comments

Improving Fable 5's biology safeguards

https://www.anthropic.com/news/improving-fable-5-s-biology-safeguards
3•mbeavitt•40m ago•0 comments

Putin's Missiles Carry American Technology

https://jeffreylminch.substack.com/p/every-night-putins-missiles-carry
2•rmason•41m ago•3 comments