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

Cursor drops mandatory arbitration and class-action waiver, sends disputes to TX

https://tostracker.app/briefing/anysphere-cursor-arbitration-removed-2026-08
1•tldrthelaw•1m ago•0 comments

Agentic Context Management: Memory and Cost as Architecture Problems

https://arxiv.org/abs/2607.21503
1•gdad•3m ago•1 comments

Curves of Constant Width

https://www.ztlawton.com/socw/curves-of-constant-width.html
1•vismit2000•4m ago•0 comments

Wikinews

https://en.wikipedia.org/wiki/Wikinews
1•wseqyrku•5m ago•1 comments

Dog Can Tell When You're Happy

https://time.com/article/2026/08/10/your-dog-can-tell-when-youre-happy/
1•gmays•7m ago•0 comments

Managed Deep Agents is now in public beta

https://www.langchain.com/blog/managed-deep-agents-is-now-in-public-beta
1•gmays•14m ago•0 comments

Think, Don't Speak

https://sspai.net/think-dont-speak/
1•firexcy•16m ago•0 comments

Terafab by Tesla

https://terafab.ai/
2•dhruv3006•17m ago•1 comments

Musk's SpaceX to build $100B launch facility in Louisiana

https://www.bbc.com/news/articles/cq5xel4v642o
2•nativeit•18m ago•4 comments

Buying power. Do Duke Energy's NC campaign donations fuel influence?

https://carolinapublicpress.org/75549/buying-power-do-dukes-energys-nc-campaign-donations-fuel-in...
1•newsomix9xl•19m ago•0 comments

Show HN: Weavit UI – A Weaviate GUI for macOS, Windows and Linux

https://github.com/XenoraAI/weavit-ui
1•srnathan•21m ago•0 comments

Linear probing for confidence estimation of simulations

https://www.simile.com/blog/confidence
1•wesel•23m ago•0 comments

The Commodore 77, an All-New Cyberpunk 2077 Collaboration

https://commodore.net/commodore-jacks-into-night-city-with-the-commodore-77-an-all-new-cyberpunk-...
3•binarycrusader•26m ago•1 comments

Big Tech's Frantic Race to Quell the Growing Backlash to AI

https://www.wsj.com/tech/inside-big-techs-frantic-race-to-quell-the-growing-backlash-to-ai-2a717339
6•newsomix9xl•28m ago•2 comments

Letter from Dolly Parton to Eminem

https://twitter.com/Eminem/status/2092367272891310482
9•tibbar•29m ago•1 comments

Dependencies in the LLM API Reseller Ecosystem

https://arxiv.org/abs/2608.20732
1•sbulaev•31m ago•0 comments

Show HN: Building a marketplace where you post a need and pick who helps

https://beebranchly.com
1•BeeBranchly•32m ago•0 comments

Locking 1B coins for 200 years with OP_CHECKLOCKTIMEVERIFY

https://github.com/goldcoin/goldcoin-timelock
1•microguy•33m ago•0 comments

Show HN: Declaude

https://speak-english.tenken.co/
2•rryoung98•35m ago•1 comments

US consumer spending on Apple's App Store fell for the first time in a decade

https://www.ft.com/content/e5533f32-e4c2-4ce1-9d2e-a831e96546b4
4•nreece•36m ago•0 comments

Novel class of medications, orexin receptor antagonists, for insomnia

https://pmc.ncbi.nlm.nih.gov/articles/PMC4948724/
1•Alien1Being•36m ago•0 comments

Show HN: Using Golang to Speed Up Monte Carlo Simulations

https://www.range.com/blog/using-golang-to-speed-up-monte-carlo-simulations
2•knair97•37m ago•2 comments

Nvidia Is Speedrunning the Creation of a Synthetic Hyperscaler

https://taekim.substack.com/p/nvidia-is-speedrunning-the-creation
1•gmays•37m ago•1 comments

Amazon announced it's shuttering Mechanical Turk on Sept. 30

https://www.cnbc.com/2026/08/25/amazon-service-that-jeff-bezos-called-artificial-ai-is-shutting-d...
3•pgrote•41m ago•1 comments

Self-Hosting Email: Achieving Proton's Zero-Access with Stalwart and WKD

https://remoterails.com/stalwart-mail-vs-protonmail-a-technical-deep-dive-into-modern-email-secur...
1•bluequills•45m ago•0 comments

Tom Robbins' Remington SL3 Typewriter from "Still Life with Woodpecker"

https://typecast.munk.org/2015/08/01/tom-robbins-remington-sl3-typewriter-from-still-life-with-wo...
1•pcfwik•47m ago•0 comments

Ask HN: Interesting Tech Adjacent Jobs?

3•njandh•52m ago•2 comments

Europe Built a Single Market–Now It's Packaging It Away

https://fee.org/articles/europe-built-a-single-market-now-its-packaging-it-away/
2•WaitWaitWha•55m ago•0 comments

Native Java with GraalVM and Virtual Threads on Kubernetes

https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/
1•ejboy•55m ago•0 comments

US halts all immigrant visa applications amid tightening restrictions

https://www.theguardian.com/us-news/2026/aug/25/us-immigrant-visa-application-trump-crackdwon
4•andsoitis•57m ago•4 comments