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

Mouse tops FrontierHarness at 24/30 with Kimi K3 using completion loops

https://mouse.dev/blog/mouse-on-frontierharness/
1•Aeroi•3m ago•1 comments

Catalan's Constant Is Irrational

https://arxiv.org/abs/2609.04176
2•bananaflag•11m ago•0 comments

High Oil Prices Speed Up China's Shift Away from Crude

https://oilprice.com/Latest-Energy-News/World-News/High-Oil-Prices-Speed-Up-Chinas-Shift-Away-Fro...
1•thelastgallon•12m ago•0 comments

Switcher

https://www.folklore.org/Switcher.html
2•tambourine_man•14m ago•0 comments

Hugging Face open-sources Funes, a local-first memory layer for coding agents

https://huggingface.co/blog/funes
4•fourfire•18m ago•1 comments

After OpenAI's Bots Went Rogue, Watchdogs Were Kept on a Short Leash

https://www.nytimes.com/2026/09/03/technology/openai-hugging-face-hack.html
2•jaredwiener•20m ago•0 comments

Confronting Risks of Mirror Life

https://www.science.org/doi/10.1126/science.ads9158
2•mhb•22m ago•0 comments

Grep beats LSP? Why coding agents ignore your fancier tools

https://www.agentconnect.md/blog/grep-beat-lsp-harness/
6•kaonashi-tyc-01•23m ago•0 comments

Inside Gabe Newell’s 111m superyacht Leviathan

https://www.boatinternational.com/yachts/reports/gabe-newell-111m-superyacht-leviathan-oceanco
4•papa-whisky•24m ago•0 comments

Gemini 3.8 Flash

https://deepmind.google/models/model-cards/gemini-3-8-flash/
3•KinetiNode•24m ago•0 comments

Making LEDs from an Epiwafer

https://www.semiconductor.diy/guides/making-leds/
3•quantumwannabe•27m ago•0 comments

Show HN: JarPeek – Online JAR viewer, decompile classes locally (no upload)

https://jarpeek.com/
2•xooch_95•32m ago•0 comments

Rust 1.98.1

https://blog.rust-lang.org/2026/09/03/Rust-1.98.1/
3•theemathas•34m ago•0 comments

The 1990s Web vs. today's AI

https://arnoldkling.substack.com/p/the-1990s-web-vs-todays-ai
4•paulpauper•37m ago•0 comments

Ask HN: Why do many websites use a sign-in code instead of a password?

4•bariumbitmap•37m ago•2 comments

Is controllability becoming the real bottleneck for computer-use agents?

https://twitter.com/markchen90/status/2095597534412673109
2•oliviayii•40m ago•0 comments

Agentic Search

https://mistral.ai/news/agentic-search/
6•gmays•45m ago•0 comments

An 'Exercise Pill' Just Cleared Its First Human Test

https://gizmodo.com/an-exercise-pill-just-cleared-its-first-human-test-2000800380
4•tempestn•48m ago•1 comments

Tesla opens search for Cybercab fleet sales, but FSD owners are still left out

https://electrek.co/2026/09/03/tesla-opens-search-for-cybercab-fleet-sales-but-fsd-owners-are-sti...
3•jijojv•49m ago•0 comments

Nvidia Acquiring HuggingFace

https://blogs.nvidia.com/blog/nvidia-to-acquire-hugging-face/
4•zezaggering•51m ago•0 comments

The Impact of AI-Generated Text on the Internet

https://ai-on-the-internet.github.io
5•alphabetatango•53m ago•0 comments

How Much of the Internet Is Written with AI?

https://www.pewresearch.org/data-labs/2026/08/20/how-much-of-the-internet-is-written-with-ai/
4•alphabetatango•56m ago•0 comments

Post-Training Language Models for Gold-Medal Performance in Coding Competitions

https://arxiv.org/abs/2609.02849
2•sbulaev•56m ago•0 comments

Wan 3.0 – 30-second native-audio video from text, images, docs, or web

https://wan30.io
2•yoxi1•58m ago•0 comments

DEF Con 34 – Hacking AI – Bruce Schneier [video]

https://www.youtube.com/watch?v=eEBv0STiYhI
5•jonbaer•1h ago•0 comments

Probabilistic population forecasting: Short to long-term

https://www.sciencedirect.com/science/article/pii/S0169207021001394
2•andsoitis•1h ago•0 comments

Study projects human population up to 2300

https://populationconnection.org/blog/study-projects-human-population-up-to-2300/
3•andsoitis•1h ago•0 comments

A Mysterious Kidney Disease Has Arrived in Texas

https://www.texasmonthly.com/news-politics/ckdu-kidney-disease-immigration/
13•johntfella•1h ago•17 comments

Why Does Rust Need Send and Sync?

https://gmcgoldr.github.io/2026/09/03/send-sync-rust.html
3•garrinm•1h ago•0 comments

WireGuard Protocol Implementation in D

https://github.com/Geod24/wireguard
4•mhh__•1h ago•0 comments