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

The Most Important Software Innovations (2021)

https://dwheeler.com/innovation/innovation.html
1•birdculture•1m ago•0 comments

The Cassandra of 'The Machine'

https://www.thenewatlantis.com/publications/the-cassandra-of-the-machine
1•Hooke•2m ago•0 comments

Ask HN: The trickiest bug you've encountered?

1•chistev•4m ago•1 comments

Data Centers in Space? (With Dr. Adam Becker), 2026.03.02

https://www.buzzsprout.com/2126417/episodes/18844094-data-centers-in-space-with-dr-adam-becker-20...
1•ibobev•5m ago•0 comments

Lagrange v1.20: SOCKS5, Handheld Port, Gamepads, UI/Audio Improvements

https://gmi.skyjake.fi/gemlog/2026-03_lagrange-1.20.gmi
2•ibobev•5m ago•0 comments

NeXTWorld Interviews Bud Tribble, One of the NeXT Founders (1994)

https://computeradsfromthepast.substack.com/p/nextworld-interviews-bud-tribble
1•ibobev•5m ago•0 comments

FBI is buying data that can be used to track people, Patel says

https://www.politico.com/news/2026/03/18/fbi-buying-data-track-people-patel-00834080
2•elsewhen•5m ago•0 comments

Nvidia Dynamo 1.0 Powers Multi-Node Inference at Production Scale

https://developer.nvidia.com/blog/nvidia-dynamo-1-production-ready/
1•gmays•6m ago•0 comments

The Data Structures of Roads

https://sandboxspirit.com/blog/data-structures-of-roads/
1•matt_d•6m ago•0 comments

VibePod adds Ollama/vLLM back end support for Claude Code and Codex

https://vibepod.dev/docs/llm/
1•nezhar•6m ago•0 comments

Zettelkasten

https://en.wikipedia.org/wiki/Zettelkasten
1•simonebrunozzi•7m ago•0 comments

Val Kilmer in 'As Deep as the Grave, His Performance Was AI Generated

https://variety.com/2026/film/news/val-kilmer-ai-film-as-deep-as-the-grave-1236691042/
2•admp•9m ago•0 comments

Rep. Goldman Unveils File About Trump/Epstein Relationship [video]

https://www.youtube.com/watch?v=OLnU9IWEIgw
3•surprisetalk•10m ago•0 comments

Building Liberal Compute

https://simongrimm.substack.com/p/building-liberal-compute
1•surprisetalk•12m ago•0 comments

Soul.md

https://soul.md/
1•rishikeshs•13m ago•0 comments

Cooling Datacenters in Space – Doing the Math

https://www.patreon.com/posts/cooling-in-space-153358848
1•trothamel•14m ago•0 comments

NYC High School Student Freed After 10 Months in ICE Detention

https://www.nytimes.com/2026/03/18/nyregion/nyc-high-school-student-ice-freed.html
3•KnuthIsGod•15m ago•0 comments

22,000 Lines of Human Code. One Bug. VueCode Found It

https://vuecode.dev/blog/22000-lines-of-human-code-one-bug-vuecode-found-it
1•scillt•15m ago•0 comments

Invasion of the Body Snatchers

https://www.ahalbert.com/reviews/2026/03/18/the_body_snatchers.html
1•ahalbert4•16m ago•0 comments

Why Smart Engineers Still Miss What Makes Enterprise AI Work

https://kimura.yumiwillems.com/p/the-missing-layer-between-ai-pilots
2•yumiatlead•19m ago•0 comments

Ask HN: AI vs. .com for a Startup

1•Eawrig05•20m ago•0 comments

Israel Is Hunting Down Iranian Regime Members in Their Hideouts, One by One

https://www.wsj.com/world/middle-east/israel-iran-leadership-528c6114
4•mhb•20m ago•0 comments

Redux for Enterprise Context

https://deadneurons.substack.com/p/redux-for-enterprise-context
1•nr378•24m ago•0 comments

GitHub permanently banned my account for using Actions to validate VPN nodes

1•shray88•25m ago•1 comments

Meet the $9B AI Company Reimagining Vibe Coding

https://www.forbes.com/sites/richardnieva/2026/03/11/meet-the-9-billion-ai-company-reimagining-vi...
2•indigodaddy•26m ago•0 comments

Work_mem: It's a Trap

https://mydbanotebook.org/posts/work_mem-its-a-trap/
1•enz•27m ago•0 comments

An industrial piping contractor on Claude Code [video]

https://twitter.com/toddsaunders/status/2034243420147859716
2•mighty-fine•29m ago•0 comments

Show HN: Real-time local TTS (31M params, 5.6x CPU, voice cloning, ONNX)

https://github.com/ZDisket/vits-evo
2•ZDisket•31m ago•0 comments

Every app you've built is an ETL pipeline (you just didn't call it that)

https://www.inngest.com/blog/etl-via-inngest
1•PaulHoule•31m ago•0 comments

Reasons to be pessimistic (and optimistic) on the future of biosecurity

https://www.owlposting.com/p/reasons-to-be-pessimistic-and-optimistic
2•abhishaike•32m ago•0 comments