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_•8mo 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: Free browser-based Imposter/Who is the Spy party game

https://www.playimposteronline.com/
1•henrygallen•31s ago•0 comments

Show HN: Travel Planner App for iOS

https://travel-stories.12f.dk/
1•rhjensen79•1m ago•0 comments

Verizon just had a big outage. Here's what we know

https://text.npr.org/nx-s1-5678889
1•mooreds•2m ago•0 comments

Ask HN: Why don't developers share their debugging/diagnostic tool results?

1•lpetronika•2m ago•0 comments

Astro Joining Cloudflare

https://astro.build/blog/joining-cloudflare/
2•todotask2•4m ago•0 comments

Gemini CLI bot infinite loop

https://github.com/google-gemini/gemini-cli/issues/16723
1•lukax•4m ago•0 comments

Do developers lose most of their time to tech debt and broken tooling?

1•Saurabh_Kumar_•5m ago•0 comments

The Power of Prolog

https://www.metalevel.at/prolog
1•andsoitis•6m ago•0 comments

I built the worst Jellyfin media server

https://ounapuu.ee/posts/2026/01/16/worst-media-server/
1•speckx•6m ago•0 comments

Ask HN: Where do you find single day software gigs?

1•publicdebates•7m ago•0 comments

MCP to Check LLM Prices Right from Claude Code and Cursor

https://pricepertoken.com/mcp
1•alexellman•9m ago•1 comments

Tesla built largest US lithium refinery in just 2 years and it's now operational [video]

https://www.youtube.com/watch?v=rxYTx6aj96k
1•7777777phil•9m ago•0 comments

Fine, I'll Do It Myself

https://dinosaurseateverybody.com/blog/fine-ill-do-it-myself
1•dorkrawk•10m ago•1 comments

Web Almanac 2025

https://almanac.httparchive.org/en/2025/
1•tricinel•10m ago•0 comments

The UK is losing the industry that makes everything [video]

https://www.youtube.com/watch?v=PQ3hT8tqZgo
2•skeltoac•11m ago•0 comments

Experimental High Dynamic Range Video Playback on Windows in Firefox Nightly 148

https://mozillagfx.wordpress.com/2026/01/16/experimental-high-dynamic-range-video-playback-on-win...
1•todsacerdoti•11m ago•0 comments

TranslateGemma: A new suite of open translation models

https://blog.google/innovation-and-ai/technology/developers-tools/translategemma/
1•taubek•13m ago•0 comments

LLM Authorization

https://docs.permify.co/use-cases/llm-authorization
1•mooreds•13m ago•0 comments

Mother of Elon Musk's child sues xAI over Grok deepfakes

https://www.bbc.com/news/articles/cp37erw0zwwo
2•vinni2•14m ago•0 comments

Show HN: I Claude coded a small open-source jj VSCode extension

https://marketplace.visualstudio.com/items?itemName=olup.open-jj
1•olup•17m ago•0 comments

I made a playable pitch deck

https://deck.blogcore.app
1•ash_rahman•17m ago•1 comments

Show HN: ShipMate- Find the 3 tech-debt fixes that will unblock feature

1•Saurabh_Kumar_•17m ago•0 comments

Rassumfrassum an Emacs LSP Multiplexer

https://github.com/joaotavora/rassumfrassum
1•vordoo•18m ago•1 comments

Astro is joining Cloudflare

https://blog.cloudflare.com/astro-joins-cloudflare/
4•dbelson•19m ago•0 comments

Alpine.js: Your new, lightweight, JavaScript framework

https://alpinejs.dev/
2•thunderbong•19m ago•0 comments

Scott Alexander: The Dilbert Afterlife

https://www.astralcodexten.com/p/the-dilbert-afterlife
1•rendall•20m ago•0 comments

Data Holds the Key in Slowing Age-Related Illnesses

https://www.wired.com/story/data-holds-the-key-in-slowing-age-related-illnesses/
1•rbanffy•24m ago•0 comments

ComcastifyJS

https://github.com/theonion/comcastifyjs
1•carlos-menezes•24m ago•0 comments

The Antarctic Snow Cruiser

https://www.amusingplanet.com/2026/01/the-antarctic-snow-cruiser.html
2•terryf•29m ago•0 comments

BigQuery: Partition and cluster your data for optimal performance (2020)

https://cloud.google.com/blog/topics/developers-practitioners/bigquery-explained-storage-overview
1•tosh•30m ago•0 comments