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

OpenAI preps for IPO in 2026, says ChatGPT must be 'productivity tool'

https://www.cnbc.com/2026/03/17/openai-preps-for-ipo-in-2026-says-chatgpt-must-be-productivity-to...
1•speckx•58s ago•0 comments

Claude Opened the Straight of Hormuz

https://www.chinatalk.media/p/how-claude-opened-the-strait-of-hormuz
1•whalesalad•2m ago•0 comments

Bypassing all Active Directory password policies with one RPC call (with PoC)

https://simpity.eu/blog/ad-password-policies-security-theater
1•alexei-belous•2m ago•1 comments

Fullstack AI developer in 6 weeks (satire)

https://xcancel.com/gothburz/status/2035863431106953679
1•zbycz•2m ago•0 comments

On Claude Code

https://docs.google.com/document/d/e/2PACX-1vRycHNEW3R3iFolIaxUebTobuHWNOzXRbq-tKEy00uhrglFl1A0-E...
1•love2read•3m ago•0 comments

A Visual Guide to Attention Variants in Modern LLMs

https://magazine.sebastianraschka.com/p/visual-attention-variants
2•Brajeshwar•4m ago•0 comments

Formally Verifying the Easy Part

https://brainflow.substack.com/p/formally-verifying-the-easy-part
1•hnipps•5m ago•0 comments

The ancient reason there are 60 minutes in an hour

https://www.bbc.com/future/article/20260320-the-ancient-reason-there-are-60-minutes-in-an-hour-an...
1•ranit•8m ago•1 comments

Surface contamination holds the key to a static electricity mystery

https://physicsworld.com/a/surface-contamination-holds-the-key-to-a-static-electricity-mystery/
1•sohkamyung•8m ago•0 comments

What Came After the 486?

https://dfarq.homeip.net/what-came-after-486/
1•jnord•10m ago•0 comments

AI-Assisted Development: How to Code Faster Without Losing Control

https://medium.com/@coderai/ai-assisted-development-how-to-code-faster-without-losing-control-be8...
1•coderai•11m ago•0 comments

Show HN: Build your own Redactle Wikipedia list in one sentence

https://redactle.net/c
1•brikym•12m ago•1 comments

These coders want AI to take their jobs

https://www.vox.com/podcasts/483368/vibe-coding-ai-software-claude-codex-gemini-explained
1•gloxkiqcza•13m ago•0 comments

HogPocket – A mobile companion app for PostHog analytics

https://apps.apple.com/app/hogpocket/id6743059498
1•omardak•13m ago•0 comments

What America Could Learn from Asia's Robot Revolution

https://thereader.mitpress.mit.edu/what-america-could-learn-from-asias-robot-revolution/
1•sohkamyung•15m ago•0 comments

The Bay Area's animal welfare movement wants to recruit AI

https://www.technologyreview.com/2026/03/23/1134491/the-bay-areas-animal-welfare-movement-wants-t...
1•joozio•16m ago•0 comments

Award-winning bird recognition device

https://www.raspberrypi.com/news/award-winning-bird-recognition-device/
1•Brajeshwar•17m ago•0 comments

Cybersecurity Changes I Expect in 2026

https://danielmiessler.com/blog/cybersecurity-ai-changes-2026
1•speckx•17m ago•1 comments

Ads Are Popping Up on the Fridge and It Isn't Goong Well

https://www.wsj.com/lifestyle/samsung-refrigerator-ads-lg-whirlpool-ge-10ea7bcc
2•fortran77•20m ago•1 comments

Man generated songs with AI then had bots stream them to make over $8M

https://www.pcgamer.com/software/ai/man-pleads-guilty-to-generating-songs-with-ai-then-having-bot...
1•stared•20m ago•0 comments

Automated Materials Design

https://alanyahya.com/writing/automated-materials-design
1•alansaber•21m ago•0 comments

Aqua Security locking down trivvy gh; Restricting to allowlist of IPs

1•KuhlMensch•22m ago•0 comments

Alan Smithee

https://en.wikipedia.org/wiki/Alan_Smithee
1•thomassmith65•24m ago•0 comments

The need for a censorship API for legal compliance reasons

https://lists.debian.org/debian-legal/2026/03/msg00018.html
3•teddyh•24m ago•1 comments

Gratidepth

https://nik.art/gratidepth/
1•herbertl•26m ago•0 comments

Payment Required and x402 and how to set it up

https://matija.eu/posts/402-payment-required-and-x402/
1•mmunj•26m ago•0 comments

Show HN: Chatvas:ChatGPT branches on an infinite canvas

https://github.com/Kaleab-Ayenew/chatvas
2•kalishayish•26m ago•0 comments

Boomerbill Is Live

https://boomerbill.net/
1•Burnsedia•27m ago•0 comments

"Systemd" Aternatives

3•qtabq•28m ago•0 comments

Starlette 1.0

https://marcelotryle.com/blog/2026/03/22/starlette-10-is-here/
2•Brajeshwar•28m ago•0 comments