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

Adults Have Lost the Ability to Smile, Why?

https://livingkindfully.bearblog.dev/adults-have-lost-the-ability-to-smile-why/
1•obscurette•1m ago•0 comments

Show HN: I built a Slack-like reader for Hacker News

https://hn.shubhangsharma.com/
1•sss111•1m ago•0 comments

First person to swim the Strait of Hormuz

https://dailynewsofopenwaterswimming.com/marcia-cleveland-becomes-the-first-person-to-swim-the-st...
1•danieloj•4m ago•0 comments

Vega: Zero-knowledge proofs for digital identity in the age of AI

https://www.microsoft.com/en-us/research/blog/vega-zero-knowledge-proofs-for-digital-identity-in-...
1•furcyd•4m ago•0 comments

Fake it, or don't. There is no middle way – What being venture-backed demands

https://notanotherceo.substack.com/p/fake-it-or-dont-there-is-no-middle
1•sdoering•5m ago•0 comments

Everyone Is a Media Company Now. Most Just Don't Know It Yet

https://www.hauser.io/everyone-is-a-media-company-now-most-just-dont-know-it-yet/
1•bkfh•7m ago•0 comments

Cloudflare's "Ask AI" created an API token with read access to my account

https://www.frr.dev/posts/cloudflare-ask-ai-api-token/
2•frr149•7m ago•0 comments

Directus 12 Move to Monospace Sustainable Core License (MSCL)

https://directus.io/blog/directus-v12-license-change
1•wilsonfiifi•9m ago•0 comments

Unix Wars

https://en.wikipedia.org/wiki/Unix_wars
2•stevefan1999•10m ago•0 comments

Read the DNC's 2024 autopsy obtained by CNN

https://www.cnn.com/2026/05/21/politics/read-full-dnc-2024-autopsy-cnn
2•rawgabbit•11m ago•1 comments

Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap)

https://blog.simbastack.com/indexed-a-year-of-video-locally/
2•asenna•14m ago•0 comments

India's 'Cockroach' group gains mass online following, spotlights Gen Z worries

https://www.reuters.com/world/india/indias-cockroach-group-goes-viral-spotlights-gen-z-worries-20...
2•joskvw•14m ago•0 comments

Command A+: Making sovereign agentic capabilities available to all

https://cohere.com/blog/command-a-plus
1•mooreds•15m ago•0 comments

Fedora Retiring Its Deepin Desktop Packages

https://www.phoronix.com/news/Fedora-Removing-Deepin
3•AdmiralAsshat•15m ago•0 comments

What Is Driving US/White House Policy? Neo-Royalism [video]

https://www.youtube.com/watch?v=300k0WzYnqI
1•nickwalker•16m ago•0 comments

An illustrated field guide to qubits

https://www.scientificamerican.com/article/a-field-guide-to-quantum-computer-qubits/
1•chc2889•16m ago•0 comments

The stock market returns 4 %

https://entropicthoughts.com/stock-market-returns-4-percent
1•Tomte•17m ago•0 comments

Advice for 2026 commencement speakers: Don't bring up AI

https://text.npr.org/nx-s1-5822419
3•mooreds•17m ago•0 comments

My Therapist Gave Me an Assignment. It Changed My Life

https://notsalmon.substack.com/p/my-therapist-gave-me-a-strange-assignment
2•mooreds•17m ago•0 comments

Agent Credential Brokers in 2026

https://authsome.ai/blog/top-agent-proxy-tools-what-to-know
1•pkhodiyar•18m ago•0 comments

FCC Uses False Claims of Immigrant Fraud to Drive Up Broadband Cost for Everyone

https://www.techdirt.com/2026/05/21/trump-fcc-using-false-claims-of-immigrant-fraud-to-drive-up-c...
2•hn_acker•20m ago•1 comments

Rosalind: A genomics toolkit in Rust running whole-genome pipelines on a laptop

https://github.com/logannye/rosalind
1•samuell•21m ago•0 comments

Show HN: AI Manager

1•KaifKhan•21m ago•0 comments

70% of Faculty Vote to Overhaul Harvard Grading with A Cap

https://www.thecrimson.com/article/2026/5/20/fas-passes-a-grade-cap/
2•divbzero•24m ago•0 comments

Sorin – a calm, minimal iOS habit tracker

https://sorinapp.netlify.app/
2•WeebDeev•24m ago•0 comments

Google's Antigravity Bait and Switch

https://www.0xsid.com/blog/antigravity-bait-n-switch
13•ssiddharth•25m ago•1 comments

AI is killing All About Berlin

https://twitter.com/aboutberlin/status/2057423342496293243
2•mohsen1•25m ago•0 comments

Fasted Web Experience Possible?

https://ano.chat/blog/astro-6-specific-dev-website-magic
1•bill-cupid•26m ago•0 comments

Show HN: SubTrack – Find forgotten subscriptions via bank transaction scanning

https://www.thesubtrack.com/
1•svnk123•27m ago•0 comments

Highest Random Weight in Elixir

https://jola.dev/posts/highest-random-weight-in-elixir
1•shintoist•27m ago•0 comments