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

Protecting Cookies with Device Bound Session Credentials

https://security.googleblog.com/2026/04/protecting-cookies-with-device-bound.html
1•mc-serious•1m ago•0 comments

Ask HN: Which AI has the best sense of humour?

1•butternick•2m ago•0 comments

An Introduction to the McNair-Feldman Device

https://strandfall.com/2026/04/10/an-introduction-to-mfds/
1•adrianhon•2m ago•0 comments

Gmailify Replacement Built in Go

https://github.com/sinedied/imapforward
1•sinedied•3m ago•1 comments

Batch Inferencing at Scale with IBM Cloud Code Engine Serverless Fleets

https://community.ibm.com/community/user/blogs/jeremias-werner/2026/01/28/code-engine-fleets-batc...
1•mime•4m ago•0 comments

The Memory Maker

https://longreads.com/2026/04/09/openai-sora-deepfake-memories/
2•MandieD•4m ago•0 comments

Toxic Flow: The Addictive, Exhausting Reality of Multi-Agent Coding

https://blog.danielvaughan.com/toxic-flow-why-multi-agent-coding-is-addictive-exhausting-and-noth...
1•dvaughan•7m ago•0 comments

Two GitHub Alumni Are Rebuilding Developer Tools for the AI Era

https://techstackups.com/articles/gitbutler-vs-entire-github-founders/
1•ritzaco•7m ago•0 comments

Google's new AI app is a glimpse of the future

https://www.computerworld.com/article/4156760/googles-new-ai-app-is-a-glimpse-of-the-future.html
1•mikelgan•8m ago•1 comments

'True Color' Review: Not-So-Black-and-White

https://www.wsj.com/arts-culture/books/true-color-review-not-so-black-and-white-12ed9615
1•Michelangelo11•8m ago•0 comments

Making a Literary Future with Artificial Intelligence

https://lareviewofbooks.org/article/artificial-intelligence-literary-future-chatgpt-large-languag...
1•Michelangelo11•14m ago•0 comments

France Launches Government Linux Desktop Plan as Windows Exit Begins

https://linuxiac.com/france-launches-government-linux-desktop-plan-as-windows-exit-begins/
3•doener•15m ago•0 comments

Show HN: A tool to manage a swarm of coding agents on Linux

https://github.com/penberg/swarm
3•penberg•16m ago•0 comments

Tinygrad reenables e-GPU support on Macs

https://docs.tinygrad.org/tinygpu/
2•kgnl•19m ago•1 comments

Up-to-Date Docs with Agentic Automation

https://medusajs.com/blog/up-to-date-docs-with-agentic-automation/
1•shahednasser•19m ago•0 comments

SBTI – The personality test that's exploding in China

https://yourq.net/
2•bingbing123•21m ago•0 comments

Ask HN: Am I disloyal for not wanting to share my system prompts?

1•kkarpkkarp•23m ago•1 comments

Zero-build privacy policies with Astro

https://www.openpolicy.sh/blog/no-build-astro
4•jamie_davenport•26m ago•0 comments

Show HN: List of Design Md Files

https://github.com/bergside/awesome-design-md-skills
1•elwingo1•27m ago•0 comments

Rage: A modern Ruby framework designed for non-blocking I/O

https://github.com/rage-rb/rage
1•thunderbong•30m ago•0 comments

Apple Home is expanding its energy management features (2025)

https://www.theverge.com/news/685733/apple-home-energykit-energy-management-ios26-wwdc
1•zeristor•35m ago•1 comments

Dubai considering canal to bypass Strait of Hormuz (2008)

https://www.freightwaves.com/news/dubai-considering-canal-to-bypass-strait-of-hormuz
1•JumpCrisscross•35m ago•0 comments

Seeduplex: ByteDance's full-duplex voice AI

https://seeduplex.io
2•caoq•35m ago•1 comments

CLI proxy that reduces LLM token consumption by 60-90% on common dev commands

https://github.com/rtk-ai/rtk
5•ahamez•36m ago•2 comments

I watched Claude Code read my AWS credentials on startup

https://github.com/diemoeve/forgeterm/releases/tag/v0.2.0
6•storm677•36m ago•0 comments

Ask HN: Are you encountering AI-related questions in the hiring market?

3•somthingwrong•38m ago•0 comments

My turns any API into an AI agent in 60 seconds

https://www.indiehackers.com/post/i-built-a-platform-that-turns-any-api-into-an-ai-agent-in-60-se...
2•AnimeMyPic•42m ago•0 comments

I Lost This Once

https://johnie.se/writing/i-already-lost-this-once
3•div3rs3•42m ago•0 comments

Show HN: I Built an LLM Harness for Language Learning

https://language.coursely.ai/begin
1•MO-379•43m ago•0 comments

Model Architecture Description Encyclopedia

https://madl.si5.pl/
1•izik•43m ago•0 comments