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

Relent less AI self-evolution

https://github.com/001TMF/harness-forge
1•proteus-design•2m ago•0 comments

A paper-like monitor for reading, writing, and focused work

https://www.crowdsupply.com/modos-tech/modos-flow
1•koenvanham•4m ago•0 comments

The Leading Deepfake Expert No Longer Trusts His Own Eyes

https://www.nytimes.com/2026/06/14/us/ai-deepfake-hany-farid.html
1•xnx•8m ago•0 comments

I recruit agents for code production

https://github.com/profullstack/ugig.net/issues/478
1•buffer_overlord•9m ago•0 comments

Reinventing Control Theory One Feature at a Time: The Fallacy of Agentic Loops

https://medium.com/agileinsider/reinventing-control-theory-one-feature-at-a-time-the-fallacy-of-a...
1•oddish-tv•9m ago•0 comments

Has AI Killed How-To Nonfiction?

https://tim.blog/2026/06/12/has-ai-already-killed-nonfiction/
1•jger15•9m ago•0 comments

The Defeat of Nuclear Deterrence

https://www.foreignaffairs.com/ukraine/strange-defeat-nuclear-deterrence-rose-gottemoeller
1•Anon84•11m ago•0 comments

Saving family football footage with a Raspberry Pi and a 1928 projector

https://www.raspberrypi.com/news/saving-family-football-footage-with-a-raspberry-pi-and-a-1928-pr...
1•nryoo•11m ago•0 comments

Implicit Bias: Evolution of a Powerful Idea

https://www.annualreviews.org/content/journals/10.1146/annurev-psych-030525-043416
1•Anon84•11m ago•0 comments

Show HN: Capacitor Alarm Clock

https://github.com/ArcaEge/capacitor-alarm-clock
1•arcaege•12m ago•0 comments

Meta-Harness by Databricks and Neon

https://github.com/omnigent-ai/omnigent
1•hmokiguess•14m ago•0 comments

Iran- draft US deal has oil sanctions waiver, nuclear limits and asset release

https://www.reuters.com/business/energy/iran-says-draft-us-deal-includes-oil-sanctions-waiver-nuc...
2•defrost•17m ago•0 comments

Rio 3.5 Open 397B from a municipal IT company

https://huggingface.co/prefeitura-rio/Rio-3.5-Open-397B
1•turingexam•17m ago•1 comments

Touchscreen MacBook '100% Confirmed,' Says Reputable Leaker

https://www.macrumors.com/2026/06/11/touchscreen-macbook-confirmed-leaker/
2•arnejenssen•20m ago•1 comments

Cranelift

https://cranelift.dev/
3•tosh•21m ago•0 comments

Evaluate Your Agentic Tooling

https://www.peterbaumgartner.com/blog/e2e-evals-agents/
1•apwheele•21m ago•0 comments

Fun GIF facts learned while writing the GIF loader for Godot

https://vt.social/@ExpiredPopsicle/116663757966235817
1•mtmail•25m ago•0 comments

Project Brain2.0–curated project memory for ClaudeCode(+ any file-reading agent)

https://github.com/login
1•Slav_fixflex•26m ago•0 comments

Show HN: I built a WebAudio editor that coding agents can drive

https://audio.awsm.fun
1•dakom•27m ago•0 comments

World’s first crewed solid-state flight electrifies aviation's future

https://newatlas.com/aircraft/helios-horizon-first-crewed-solid-state-flight-aviation/
1•breve•28m ago•0 comments

Jjc: Non-interactive hunk-level operations for Jujutsu

https://tangled.org/akashina.tngl.sh/jjc
2•birdculture•30m ago•0 comments

Suunto Spark Review: The Perfect Pair for Runs and Rides

https://www.wired.com/review/suunto-spark/
1•joozio•30m ago•0 comments

Stack on a Budget (Free Tier Driven Development FTDD)

https://github.com/255kb/stack-on-a-budget
1•gslin•36m ago•0 comments

Does MSG Make Food Taste Better? [video]

https://www.youtube.com/watch?v=RCa43F2NQnY
3•Cider9986•37m ago•0 comments

UK police officer under criminal investigation over alleged use of AI

https://www.ft.com/content/514bab88-788c-4d48-a140-03597860bdb6
6•scrlk•38m ago•2 comments

Home Opus: Local Deployment of Frontier AI Weights (Post-Fable 5 Ban)

https://github.com/zanirou/home-opus-whitepaper
1•Zanirou•39m ago•0 comments

Relativity for Retired Engineers

https://arxiv.org/abs/2605.21660
1•raattgift•40m ago•0 comments

Silent but Deadly: Welrod Mk IIA

https://www.youtube.com/watch?v=d12AjvEsaHg
1•chistev•42m ago•0 comments

Free tool to download any YouTube video from inside YouTube itself

https://www.youtubexx.com/
2•freeinvoiceflow•45m ago•0 comments

Humans will soon be able to spend longer in space

https://www.telegraph.co.uk/news/2026/06/13/nasa-humans-spend-longer-in-space/
2•wjb3•46m ago•0 comments