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

Seeds of doubt:The dark side of an Italian energy giant's green jet fuel promise

https://www.politico.eu/article/seeds-of-doubt-the-dark-side-of-enis-green-jet-fuel-promise/
1•leonidasrup•6m ago•0 comments

Sandflare – I built a sandbox that launches AI agent VMs in ~300ms

1•ajaysheoran2323•9m ago•0 comments

We Used to Think Everybody Heard a Voice Inside Their Heads – But We Were Wrong

https://www.sciencealert.com/we-used-to-think-everybody-heard-a-voice-inside-their-heads-but-we-w...
1•Anon84•10m ago•0 comments

EchoMind – AI Voice Notes

https://apps.apple.com/us/app/echomind-ai-voice-notes/id6760428216
1•srsstyle•11m ago•0 comments

Office, Messaging and Verbs (2015)

https://www.ben-evans.com/benedictevans/2015/5/21/office-messaging-and-verbs
1•simonebrunozzi•13m ago•0 comments

Pgit: I Imported the Linux Kernel into PostgreSQL

https://oseifert.ch/blog/linux-kernel-pgit
2•ImGajeed76•16m ago•0 comments

Cape Town Seeks to Emulate India's High-End Outsourcing Push

https://www.bloomberg.com/news/articles/2026-03-31/cape-town-seeks-to-emulate-india-s-high-end-ou...
2•alephnerd•17m ago•0 comments

What is AX?

https://sumato.ai/posts/2026-03-31-what-is-ax.html
1•jasonmoo•19m ago•0 comments

Using AI to forcast success of active clinical trials

https://warpspeed.sh/
1•obventio56•20m ago•0 comments

Show HN: Raincast – Describe an app, get a native desktop app (open source)

https://github.com/tihiera/raincast
3•tito777•24m ago•0 comments

Show HN: How many seasons does Melbourne (VIC) have?

1•bluemetal•28m ago•0 comments

LipoVive (Investigated) Why 2026 Metabolic Science Is a Rethink on Weight Loss

https://www.morningstar.com/news/accesswire/1138075msn/lipovive-reviews-shocking-2026-report-what...
1•tagyhans•29m ago•0 comments

China factories log fastest growth in a year as war risks loom large

https://www.reuters.com/world/asia-pacific/chinas-factory-activity-returns-expansion-pmi-shows-20...
2•defrost•32m ago•0 comments

Call.md

https://github.com/video-db/call.md
1•handfuloflight•37m ago•0 comments

PyTorch Primer

https://bitwise.land/
2•jackomelon•37m ago•0 comments

Spacecraft Heat Shields Could Violently "Burst" in Alien Atmospheres

https://www.universetoday.com/articles/spacecraft-heat-shields-could-violently-burst-when-plungin...
1•gostsamo•38m ago•1 comments

I Like Real Estate

https://www.sohum.com/why-i-like-real-estate/
1•Sohum•38m ago•0 comments

Google's 200M-parameter time-series foundation model with 16k context

https://github.com/google-research/timesfm
27•codepawl•41m ago•11 comments

Sony halts memory card shipments due to NAND shortage

https://www.techzine.eu/news/devices/140058/sony-halts-memory-card-shipments-due-to-nand-shortage/
12•methuselah_in•51m ago•2 comments

Gone (Almost) Phishin'

https://ma.tt/2026/03/gone-almost-phishin/
2•luu•52m ago•0 comments

Scientists say we've been looking in the wrong place for human origins

https://www.sciencedaily.com/releases/2026/03/260327230113.htm
1•DeathArrow•52m ago•0 comments

GitHub backs down, kills Copilot pull-request ads after backlash

https://www.theregister.com/2026/03/30/github_copilot_ads_pull_requests/
28•_____k•52m ago•2 comments

Information Flow Kernel for Claude Code Hooks

https://github.com/coproduct-opensource/nucleus/blob/main/docs/quickstart-hook.md
1•difc•52m ago•1 comments

Vector Databases Explained in 3 Levels of Difficulty

https://machinelearningmastery.com/vector-databases-explained-in-3-levels-of-difficulty/
1•eigenBasis•54m ago•0 comments

A Knowledge Graph

https://tjid3.org/test/kg12.74
1•TimothyMJones•54m ago•1 comments

Would you use a GitHub App that auto-generates changelogs from commit diffs?

1•mandeepsng•55m ago•4 comments

Run virtualized iOS with Private Cloud Compute drivers

https://github.com/wh1te4ever/super-tart-vphone-writeup
1•goranmoomin•56m ago•0 comments

Read-Only vs. Action AI: Why Most Odoo AI Tools Stop at the Report

https://www.odooclaw.ai/blog/read-only-vs-action-ai-why-most-odoo-ai-tools-stop-at-the-report
1•oktra_dev•59m ago•0 comments

Securing Elliptic Curve Cryptocurrencies Against Quantum Vulnerabilities [pdf]

https://quantumai.google/static/site-assets/downloads/cryptocurrency-whitepaper.pdf
2•nstj•1h ago•0 comments

Meta Testing Instagram Plus Subscription with Exclusive Features

https://techlomedia.in/2026/03/meta-testing-instagram-plus-subscription-with-exclusive-features-1...
1•deepanker70•1h ago•1 comments