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

Pie Day at the Massachusetts Institute of Tasteology

https://mitadmissions.org/blogs/entry/pi-day-2026-food-institute/
1•d0able•1m ago•0 comments

The exploitation paradox in open source

https://lwn.net/Articles/1058031/
1•signa11•2m ago•0 comments

Show HN: DarkMatter – P2P mesh networking protocol for AI agents

https://loseylabs.ai/docs
1•DanielJLosey•5m ago•0 comments

xAI/SpaceX Poach Two Cursor Leaders

https://twitter.com/elonmusk/status/2032179883858932101
1•bkls•5m ago•0 comments

Microsoft AI Launches Copilot Health

https://microsoft.ai/news/introducing-copilot-health/
1•alexmorley•8m ago•1 comments

We Automated RL Environment Engineering for $10

https://arxiv.org/abs/2603.12145
1•milkkarten•8m ago•0 comments

You can't escape coordination costs by throwing more AI agents at a problem

https://chatbotkit.com/reflections/coordination-has-limits
1•_pdp_•11m ago•0 comments

Show HN: Collected 1000 real business problems that don't have good software yet

https://painsignal.net/
1•gzoo•14m ago•0 comments

Loss of U.S. KC-135 Over Iraq

https://www.centcom.mil/MEDIA/PRESS-RELEASES/Press-Release-View/Article/4432850/loss-of-us-kc-135...
1•beedeebeedee•15m ago•1 comments

FDA-Approved Seizure Drug May Stop Alzheimer's Before It Starts

https://scitechdaily.com/fda-approved-seizure-drug-may-stop-alzheimers-before-it-starts/
2•bilsbie•20m ago•0 comments

Trump Is "Strongly Considering" Pardoning Julian Assange and Edward Snowden

https://twitter.com/BBMagaMom/status/2031894649472758268
2•karp773•24m ago•4 comments

Japan's Comeback: The Race to Build the 2-Nanometer Chip [video]

https://www.youtube.com/watch?v=JzmU5X0R0I8
2•mgh2•26m ago•0 comments

Golden Sets: Regression Engineering for Probabilistic Systems

https://heavythoughtcloud.com/knowledge/designing-a-golden-set
1•ryan-s•29m ago•0 comments

My Website's API Was Flagged as Phishing–and I Still Don't Know Why

https://www.chrisvogt.me/meta/gcp-firebase-api-suspended/
2•valentinemsmith•30m ago•2 comments

Western AI models "fail spectacularly" in farms and forests abroad

https://restofworld.org/2026/ai-agriculture-local-data/
1•i7l•33m ago•0 comments

The War Trump Doesn't Want to Talk About

https://www.newyorker.com/news/letter-from-trumps-washington/the-war-trump-doesnt-want-to-talk-about
3•petethomas•38m ago•1 comments

The State of the Culture (2024)

https://www.honest-broker.com/p/the-state-of-the-culture-2024
1•dgudkov•40m ago•0 comments

"This Is Not the Computer for You"

https://samhenri.gold/blog/20260312-this-is-not-the-computer-for-you/
2•MBCook•42m ago•2 comments

AI Killed My Job: Educators

https://www.bloodinthemachine.com/p/if-ai-is-writing-the-work-and-ai
1•cdrnsf•42m ago•0 comments

Harvey Weinstein gives first interview in six years, says prison life is "hell"

https://www.nme.com/news/film/harvey-weinstein-gives-first-interview-in-six-years-says-prison-lif...
1•tartoran•43m ago•0 comments

AI is great at writing code. It's terrible at making decisions

https://untangle.work/blog/ai-writes-code-terrible-at-decisions/
4•kdbgng•45m ago•0 comments

Lies I was told about collaborative editing, Part 2: Why we don't use Yjs

https://www.moment.dev/blog/lies-i-was-told-pt-2
3•antics•49m ago•0 comments

AI assistant with web search and reasoning

https://chatbot-ai-assistant.netlify.app
2•arturgvieira•51m ago•1 comments

The Psychological Edge That Separates Consistent Traders from Everyone Else

https://dollarsplan.blogspot.com/2026/03/the-psychological-edge-that-separates.html
1•aamoudaamoud•54m ago•1 comments

AI is helping expand the frontier of theoretical physics

https://www.economist.com/science-and-technology/2026/03/11/ai-is-helping-expand-the-frontier-of-...
1•petethomas•55m ago•0 comments

Why Top-Down Orchestration Hits a Wall

https://nikogura.com/PuppetsAndOctopi.html
2•mooreds•59m ago•0 comments

Tool-Shaped Objects

https://minutes.substack.com/p/tool-shaped-objects
1•pocksuppet•59m ago•0 comments

Just tell me, when do we collectively f*cking this company?

https://twitter.com/i/status/2032265184610320628
1•egesabanci•1h ago•0 comments

Legacy Post

https://old.reddit.com/r/PisequaltoNP/comments/1rs9pmm/a_deterministic_oracle_machine_resolving_n...
1•KaoruAK•1h ago•1 comments

Competing for growth post singularity – when agents run firms

https://twitter.com/OttoZastrow/status/2025809384769737014
2•OttoZastrow•1h ago•1 comments