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

The Art of Loop Engineering

https://www.langchain.com/blog/the-art-of-loop-engineering
1•doppp•22s ago•0 comments

Next-Latent Prediction Transformers Learn Compact World Models (2025)

https://arxiv.org/abs/2511.05963
1•optimalsolver•1m ago•0 comments

Mekton (1995), mech first-person game from SGI ahead of time

https://www.neogaf.com/threads/mekton-1995-a-mech-first-person-game-from-sgi-ahead-of-time-from-t...
1•theletterf•4m ago•0 comments

A universal basic income could rebuild social cohesion (AU)

https://independentaustralia.net/politics/politics-display/a-universal-basic-income-could-rebuild...
1•robtherobber•8m ago•0 comments

An Early Example of Super Bad AI Governance

https://computerlove.tech/blog/super-bad-ai-governance
1•juunge•8m ago•0 comments

The Rape Gang Inquiry Report [pdf]

https://static1.squarespace.com/static/6810978a41bbc42489eafa81/t/6a314bb1151e511944bd4421/178161...
1•Redoubts•11m ago•0 comments

Jyllands-Posten Muhammad cartoons controversy (2005)

https://en.wikipedia.org/wiki/Jyllands-Posten_Muhammad_cartoons_controversy
1•simonebrunozzi•15m ago•0 comments

How to Sparkle in Conversation with Strangers

https://www.newscientist.com/article/2530034-how-to-sparkle-in-conversation-with-strangers/
2•Anon84•15m ago•0 comments

Multiplayer Surf_ski_2 in the Browser

https://www.surfski2.com/
1•possiblelion•16m ago•1 comments

Need a Co-Founder

1•gangaplains•19m ago•1 comments

Captured Logs Reveal Hackers Using Claude and Codex to Breach Companies

https://research.openanalysis.net/claude/codex/hacking/ai%20hacking/llm/redteam/policy%20violatio...
1•Tiberium•19m ago•1 comments

The discovery that changed how scientists think about memory – IBM

https://www.ibm.com/think/news/discovery-changed-how-scientists-think-about-memory-kavli-prize
1•rbanffy•20m ago•0 comments

How the UK government is using AI to speed up the planning system

https://takes.jamesomalley.co.uk/p/build-gemini-build
1•writerJames•21m ago•0 comments

Url.computer – client side URL parser and cURL query builder

https://url.computer/
1•interweb_tube•22m ago•1 comments

Kepp – save anything in one tap, no folders (iOS/Android)

https://kepp.io/
2•palpalych•22m ago•0 comments

Smarter Charging, An AI controller treats batteries differently as they age

https://spectrum.ieee.org/ev-charging-strategy
1•oldnetguy•22m ago•0 comments

How to Hack a Superyacht

https://thewalrus.ca/how-to-hack-a-superyacht/
1•pseudolus•24m ago•0 comments

Entrepreneurs in Nairobi make the case for going solar

https://www.technologyreview.com/2026/06/17/1138600/entrepreneurs-nairobi-case-for-going-solar/
1•joozio•26m ago•0 comments

IBM Turns 115 Today

https://www.threads.com/@therab/post/DZqsiiWjI-k
2•rbanffy•26m ago•1 comments

AIs on their own found ways to exploit regulations and evade current safeguards

https://www.science.org/content/article/ai-models-have-troubling-knack-discovering-legal-loopholes
2•pseudolus•26m ago•0 comments

Show HN: Digital inspection reports for any rental property

https://kamerinspectie.nl/en
1•tjardo•28m ago•0 comments

Huall, autonomous AI agents

https://huall.dev
1•Kreshnik•29m ago•1 comments

Scientists Find Intriguing Link Between Ozempic and Violent Behavior

https://gizmodo.com/scientists-find-intriguing-link-between-ozempic-and-violent-behavior-2000772629
1•akyuu•32m ago•0 comments

Structural steel estimating: the steps were never the hard part

https://bidferra.com/blog/the-honest-guide-to-structural-steel-estimating
2•fazlerocks•35m ago•0 comments

Lenovo releases new 14-inch ThinkPad with 64 GB RAM and built-in pen

https://www.notebookcheck.net/Lenovo-releases-new-14-inch-ThinkPad-with-64-GB-RAM-and-built-in-pe...
1•teleforce•36m ago•0 comments

RFC 10008: The new HTTP Query Method

https://www.rfc-editor.org/info/rfc10008/
2•schappim•38m ago•0 comments

From Combinatorial Mess to Linear Elegance: Architecting a Conversion Engine

https://blog.minimal.app/conversion-engine/
1•arthurofbabylon•41m ago•0 comments

Could Earth have sent life to Jupiter's moon Europa?

https://phys.org/news/2026-06-earth-life-jupiter-moon-europa.html
1•pseudolus•43m ago•1 comments

Color Picking OKLCH for Mortals

https://hugodaniel.com/posts/color-picking-oklch/
2•hugodan•43m ago•0 comments

Is MCP a sign of the reopening of the internet?

https://bakkenbaeck.com/tech/is-mcp-the-reopening-of-the-internet
1•_n_nym__s•44m ago•1 comments