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

More Than a Quarter of HBO Max Subscribers in the U.S. Have Paramount+

https://www.hollywoodreporter.com/tv/tv-news/hbo-max-paramount-plus-combination-how-many-subscrib...
1•indigodaddy•24s ago•0 comments

Exploring Maturity Models for Security

https://www.cloudsecuritypartners.com/blog/exploring-maturity-models
1•todsacerdoti•54s ago•0 comments

Data Talks on the Rocks: Elevating the Voice of Builders

https://datatalks.rilldata.com/
1•articsputnik•1m ago•0 comments

The Five Ways to Control a Coding Agent from Your Phone (and Where Each Breaks)

https://www.omnara.com/blog/mobile-coding-landscape
1•isehgal•1m ago•0 comments

An Age of Promethean Ambitions

https://brianschrader.com/archive/an-age-of-promethean-ambitions/
1•sonicrocketman•4m ago•0 comments

Lessons from CalyxOS signing process redesign

https://calyxos.org/news/2026/02/10/calyxos-hsm-signing/
1•PaulHoule•4m ago•0 comments

US Government Open Data MCP

https://github.com/lzinga/us-gov-open-data-mcp
1•Insight54•6m ago•1 comments

Trump Threatens to Cut Off Trade After Spain Denies Air Base Use

https://www.bloomberg.com/news/articles/2026-03-03/trump-threatens-to-cut-off-trade-after-spain-d...
5•akyuu•6m ago•0 comments

The Republic of Execution

https://blog.hermesloom.org/p/the-republic-of-execution
1•sigalor•6m ago•0 comments

Show HN: Homebrew tap for unsigned macOS apps rejected by official casks

https://github.com/SoftwareRat/homebrew-unsigned-tap
1•Enlarged9135•6m ago•0 comments

Patterns in AI-Augmented Software Development

https://library.chironcodex.com/books/patterns-in-ai-augmented-software-development
1•grahamlee•7m ago•0 comments

The six dumbest ideas in computer security (2005)

https://www.ranum.com/security/computer_security/editorials/dumb/
2•alcazar•8m ago•0 comments

Google accelerates Chrome release cycle

https://www.theverge.com/tech/888001/google-accelerates-chrome-releases-cutting-cycle-in-half
4•cdrnsf•9m ago•0 comments

You are going to get priced out of the best AI coding tools

https://newsletter.danielpaleka.com/p/you-are-going-to-get-priced-out-of
3•fi-le•9m ago•0 comments

Helicone Is Joining Mintlify

https://www.helicone.ai/blog/joining-mintlify
1•mgw•10m ago•0 comments

Show HN: Letting Claude automate fleets of browser sandboxes

https://twitter.com/steeldotdev/status/2028855809233526799
2•huss97•12m ago•0 comments

The 5am myth: Waking early won't make you more successful

https://www.rnz.co.nz/life/wellbeing/the-5am-myth-waking-early-won-t-make-you-more-successful
6•billybuckwheat•13m ago•1 comments

GPT‑5.3 Instant

https://openai.com/index/gpt-5-3-instant/
5•meetpateltech•14m ago•0 comments

Show HN: Qgate – Classical trajectory filtering for noisy quantum circuits

https://github.com/ranbuch/qgate-trajectory-filter
1•ranbuch•14m ago•0 comments

Show HN: BaseCFO – workbooks as a queryable dashboard for fractional CFOs

https://basecfo.com:443/early-access
1•mustafabagdatli•15m ago•0 comments

Someone Needs to Go to Jail

https://edwardelson.substack.com/p/someone-needs-to-go-to-jail
1•shimm723•16m ago•0 comments

Show HN: Viib – Generate production ready static ads from a single URL

https://viib.co
1•travelhead•16m ago•0 comments

1995: From Batman Forever's cinematic design to HTML tables

https://cybercultural.com/p/1995-web-design/
2•colinprince•17m ago•0 comments

Show HN: t-req – Open-source programmable API engine built on .http files

https://github.com/tensorix-labs/t-req
3•mad_poet•17m ago•0 comments

Lucent: YouTube Focus Mode and Auto 4K open source

https://chromewebstore.google.com/detail/lucent-youtube-focus-mode/bpciannhcoipobpfeofondnhiadfcbib
2•lvfrm•17m ago•0 comments

Show HN: MuninnDB – ACT-R decay and Hebbian memory for AI agents

https://github.com/scrypster/muninndb
2•mjbonanno•18m ago•2 comments

Microgpt on the ESP32 – But Why?

https://duggan.ie/posts/microgpt-on-the-esp32-but-why
2•duggan•19m ago•0 comments

Shattered Glass (1998)

https://www.vanityfair.com/magazine/1998/09/bissinger199809
2•thomassmith65•21m ago•1 comments

Upgrading the Samsung Trifold battery by 71% using SiC

https://www.youtube.com/watch?v=YCQLKhB2ywQ
2•luyu_wu•21m ago•0 comments

Ask HN: How do solo founders find academic co-founders for STTR grants?

2•Rao_Atreya•22m ago•1 comments