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_•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

Prosecutors Investigating Drugs-for-Votes Scheme Were Told Not to Pursue Charges

https://www.propublica.org/article/trump-doj-puerto-rico-election-fraud-prison-drugs-votes
1•hn_acker•31s ago•1 comments

Iran's two-tier internet access fuels anger and exposes cracks in the regime

https://www.cnn.com/2026/05/10/middleeast/iran-internet-pro-blackout-access-vpn-intl
1•mohi-kalantari•2m ago•0 comments

AI Targeting Firm Faces Protests for Shipments to Israeli Military

https://theintercept.com/2026/05/05/portland-sightline-ai-surveillance-drones-israel/
1•speckx•3m ago•0 comments

BuzzFeed (Still Exists) Missed a Debt Payment, Could Default

https://www.amediaoperator.com/news/buzzfeed-still-exists-missed-a-debt-payment-could-default/
3•thm•3m ago•0 comments

Software engineering may no longer be a lifetime career

https://www.seangoedecke.com/software-engineering-may-no-longer-be-a-lifetime-career/
1•movis•3m ago•0 comments

The Interstitium, the Human Body's Hidden Pathways

https://www.nytimes.com/interactive/2026/05/11/magazine/interstitium-anatomy-acupuncture-medicine...
1•tmoertel•4m ago•0 comments

Mechanical Pencil: An illustrated celebration of the engineering around us

https://mechanical-pencil.com/
1•herbertl•5m ago•0 comments

Our Horizon of Possibilities: How Algorithms Contract Our World

https://cardcatalogforlife.substack.com/p/our-horizon-of-possibilities-how
1•speckx•7m ago•0 comments

Show HN: BrowserCode – Run Claude Code in the Browser via WebAssembly

https://github.com/leaningtech/browsercode
1•multimillion•7m ago•0 comments

TypeScript framework for building reactive AI agents

https://github.com/jigjoy-ai/mozaik
1•mijura•7m ago•0 comments

The Biochemical Beauty of Retatrutide: How GLP-1s Work

https://acesounderglass.com/2025/10/13/the-biochemical-beauty-of-retatrutide-how-glp-1s-actually-...
1•surprisetalk•8m ago•0 comments

OpenAI, Anthropic, and Google, private equity giants threatens IT services work

https://www.moneycontrol.com/artificial-intelligence/openai-anthropic-and-google-s-enterprise-pus...
2•mooreds•8m ago•0 comments

Killed by Apple

https://killedbyapple.theden.sh/
15•theden•9m ago•2 comments

The (Next) Gulf War Is Coming (2024) [video]

https://www.youtube.com/watch?v=03MM0hKGlSc
1•mooreds•9m ago•0 comments

Own Something and Be Happy

https://hunterirving.com/blog/own_something_and_be_happy
1•hunterirving•9m ago•0 comments

HN Frontpage ranked using only votes from accounts over a year old

https://news.ycombinator.com/classic
1•nathanh•9m ago•1 comments

Genomic Reconstruction of a Feralized Bovine Population (2024)

https://academic.oup.com/mbe/article/41/7/msae121/7695851?login=false
1•mooreds•9m ago•0 comments

Show HN: LLM post-training to speak like GenZ, costing less than a cup of coffee

https://github.com/aidarbek/genz-qwen
3•aidarbek•11m ago•1 comments

Incident with high errors on Git Operations

https://www.githubstatus.com/incidents/81b05nqkhylj
4•Wingy•11m ago•0 comments

Rivian downsizes DOE loan to $4.5B, while boosting capacity of Georgia factory

https://techcrunch.com/2026/04/30/rivian-downsizes-doe-loan-to-4-5b-of-georgia-factory/
1•PaulHoule•11m ago•0 comments

North Korea drops references to unification from constitution

https://www.channelnewsasia.com/east-asia/north-korea-revises-constitution-removes-unification-re...
1•t-3•12m ago•0 comments

Show HN: SQLite-columnar, a column-oriented analytics extension for SQLite

https://github.com/sqliteai/sqlite-columnar
1•marcobambini•12m ago•0 comments

The Tendon and the Gearbox

https://atomsfrontier.substack.com/p/the-tendon-and-the-gearbox
1•jpatel3•13m ago•0 comments

Codex downloaded by Xcode 26.4.1 reported as Malware

https://old.reddit.com/r/Xcode/comments/1t8bdf2/codex_downloaded_by_xcode_2641_reported_as_malware/
1•williamstein•13m ago•0 comments

Stop designing your CLI for humans

https://camil-haroune.com/blog/code/cli-agentic-design/
1•1000k•13m ago•0 comments

JetBrains Junie – an LLM-agnostic AI coding agent

https://www.jetbrains.com/junie/
1•dude250711•15m ago•0 comments

How the Heck Do Solar Panels Work?

https://perthirtysix.com/how-the-heck-do-solar-panels-work
2•dg-ac•15m ago•1 comments

How to bring a company up to speed on AI

https://www.theaithinker.com/p/how-to-bring-a-company-up-to-speed
1•adamfaik•17m ago•0 comments

Out with the JavaScript, in with the HTML

https://blog.jim-nielsen.com/2026/out-with-js-in-with-html/
3•Brajeshwar•18m ago•0 comments

Anthropic says 'evil' portrayal of AI responsible for Claude blackmail attempts

https://techcrunch.com/2026/05/10/anthropic-says-evil-portrayals-of-ai-were-responsible-for-claud...
1•jerezzprime•18m ago•0 comments