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

Show HN: Candle

https://peterburk.github.io/candle.html
1•peterburkimsher•30s ago•0 comments

Watch AI materials-science and bioscience abilities closely

https://www.lesswrong.com/posts/SCtkSz4nQ9icLZ4uq/watch-ai-materials-science-and-bioscience-abili...
1•joozio•3m ago•0 comments

Artificial Phenomenology and Machine Consciousness

https://leoferres.blog/artificial-phenomenology/
1•leoferres•4m ago•0 comments

Breakfast is served autonomously now

https://www.cheffy.ai/
1•soltanov•7m ago•1 comments

How Much Has Trump Made from Crypto? ($1.4B from 2025 Federal Disclosure)

https://www.thepricer.org/how-much-has-trump-made-from-crypto/
2•cinderelacinder•8m ago•0 comments

D-Matrix Joins the Nvidia NVLink Fusion Platform – ServeTheHome

https://www.servethehome.com/d-matrix-joins-the-nvidia-nvlink-fusion-platform/
1•rbanffy•10m ago•0 comments

Code for the People – The human story of the open web

https://codeforthepeople.com/
2•the-mitr•13m ago•1 comments

Nexus – Automating Lead Qualification via AI and Social Extraction

https://nexus-hit.netlify.app
1•HarroGoerndt•15m ago•0 comments

Ask HN: How much correlation should a privacy system preserve?

1•Securelytixdev•18m ago•0 comments

GreenNeural – Real‑time carbon intensity for cloud regions (AWS, Azure, GCP)

https://greenneural.up.railway.app/
1•Joshblvck•21m ago•0 comments

Who Aligns the Aligners?

https://prestonbyrne.com/2026/09/13/aligners/
2•timr•22m ago•0 comments

Doctor Doom Shows Up to Support Seattle's Surveillance Network

https://gizmodo.com/doctor-doom-shows-up-to-support-seattles-surveillance-network-2000809919
1•rdmuser•24m ago•0 comments

Mary Beard: 'There is a deeply far-right appropriation of the classics'

https://english.elpais.com/culture/2026-07-05/mary-beard-historian-there-is-a-deeply-far-right-ap...
2•robtherobber•30m ago•0 comments

Hello, how you guys doing

3•vanshsoni0027•30m ago•2 comments

Israel accused of eliminating living conditions for Palestinians in West Bank

https://www.theguardian.com/world/ng-interactive/2026/sep/14/israel-palestinian-living-conditions...
7•hebelehubele•31m ago•1 comments

A lesson in lighting through blade runner

https://nofilmschool.com/2013/07/a-lesson-in-lighting-through-blade-runner
1•srean•32m ago•0 comments

Free Polymarket whale tracker (client-side, $0 to run)

https://polymarket-whale-cockpit.pages.dev/
1•RedFoxxie•34m ago•0 comments

Big AI sets out its terms for regulatory capture

https://www.theregister.com/ai-and-ml/2026/09/14/big-ai-sets-out-its-terms-for-regulatory-capture...
3•joebuckwilliams•36m ago•0 comments

We tasted and ranked 17 different Mango varieties to find the best one

https://aakritwrites.com/best-mango-variety/
1•aakritpatel•36m ago•0 comments

What is an agent harness really?

https://tej.as/blog/what-is-an-agent-harness
1•tejaskumar_•37m ago•0 comments

The Index Structures of Fast C++ Hash Maps

https://martin.ankerl.com/2026/09/09/hash-map-index-structures/
1•wscott•38m ago•0 comments

How Is Compression Prediction?

https://lukefleed.xyz/posts/compression/
5•aziis98•42m ago•0 comments

The "Nonexistent" Research on AI's Benefits for Education

https://www.insidehighered.com/news/tech-innovation/artificial-intelligence/2026/09/14/nonexisten...
1•furcyd•52m ago•0 comments

Pragtical 3.12 Adds an Opt-In SDL GPU Back End to a 50MB Code Editor

https://news.lavx.hu/article/pragtical-3-12-adds-an-opt-in-sdl-gpu-backend-to-a-50mb-code-editor
1•rd07•52m ago•0 comments

Show HN: Busy Door

https://joaquimrocha.com/busy-pixoo/
1•kimr•53m ago•0 comments

The Whitest Page on the Internet

https://hakluke.com/white
1•federico3i•53m ago•0 comments

Companies are making education policy

https://www.thehomescreen.org/p/companies-are-making-education-policy
1•flail•54m ago•1 comments

An Archive of Colour Gradients

https://phillips.shef.ac.uk/pub/cpt-city/
2•ashitlerferad•56m ago•0 comments

Are They Using AI?

https://aretheyusingai.vercel.app
1•blurayfin•1h ago•0 comments

Show HN: ChaosTree – A zero-dependency Java tree library (AVL,RBT,B-Tree,B+Tree)

https://github.com/Chaos-vy/ChaosTree
2•chaos_vy•1h ago•2 comments