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

North Mini Code: Cohere's First Model for Developers

https://huggingface.co/blog/CohereLabs/introducing-north-mini-code
1•maxloh•4m ago•0 comments

Anyone building a local-first companion for Google Fitbit Air straps?

1•joalavedra•5m ago•0 comments

HTML is a native image format, hear me out

https://hmml.eddocu.com
1•yeargun•6m ago•1 comments

Memory and personalization make AI more likely to tell you what you want to hear

https://www.theregister.com/ai-and-ml/2026/06/11/memory-and-personalization-make-ai-more-likely-t...
1•dijksterhuis•9m ago•0 comments

UK Wants Message Scanning on Phones, Jail CEOs Who Refuse

https://reclaimthenet.org/uk-wants-message-scanning-on-phones
3•bushwart•12m ago•0 comments

I asked AI to make a page about itself and published it unchanged

https://isanyoneinthere.com
1•kampiotrow•13m ago•0 comments

Angry bug hunter with Microsoft beef drops new Windows 0-day

https://www.theregister.com/security/2026/06/10/nightmare-eclipse-publishes-new-windows-defender-...
2•dijksterhuis•14m ago•0 comments

Hacking Google with A.I. For $500k

https://brutecat.com/articles/hacking-google-with-ai/
1•brutecat•18m ago•0 comments

An Interview with Ben Bajarin About Apple, AI, and Compute

https://stratechery.com/2026/an-interview-with-ben-bajarin-about-apple-ai-and-compute/
1•swolpers•19m ago•0 comments

Show HN: JustOpenFile – Preview files locally in the browser without uploading

https://justopenfile.com/en
1•zxcholmes•20m ago•0 comments

Using the Epson Perfection V39 II Scanner on Ubuntu

https://patches.joao.town/using-epson-perfection-v39ii-scanner-ubuntu/
1•joaopalmeiro•21m ago•0 comments

The Agora Companies – Finding Success at the Edges of the Bell Curve

https://theagora.com/about/
1•peter_d_sherman•24m ago•0 comments

Helping brand to make creative assets

1•tanmay7_•24m ago•0 comments

Minimax M3 weights to be released on Friday

https://huggingface.co/MiniMaxAI/MiniMax-M2.7/discussions/33
1•theanonymousone•25m ago•0 comments

Job titles of the future: Nature's drug designer

https://www.technologyreview.com/2026/06/11/1138502/job-titles-natures-drug-designer-tim-cernak/
2•ilreb•26m ago•0 comments

SwiftUI Only Makes It Easy to Develop Bad Apps

https://daringfireball.net/2026/06/swiftui_only_makes_it_easy_to_develop_bad_apps
2•zombot•26m ago•0 comments

Summer Word Search

https://www.summerwordsearch.com/
1•onion92•27m ago•0 comments

Anthropic's AI Jobs Paper

https://www.vincentschmalbach.com/anthropics-ai-jobs-paper/
1•vincent_s•27m ago•0 comments

A Native GeForce Now Client for Apple TV and Apple Vision Pro

https://github.com/owenselles/CloudNow
1•cromka•27m ago•0 comments

We managed to glean some interesting details about the Artemis III mission

https://arstechnica.com/space/2026/06/we-managed-to-glean-some-interesting-details-about-the-arte...
1•rbanffy•30m ago•0 comments

Outpost – Capability-based API access for AI agents

https://github.com/sausin/outpost
1•saurabhsinghvi•30m ago•0 comments

Malware devs added text to trigger LLM safety refusal, to avoid detection

https://twitter.com/jsrailton/status/2064661778978533571
3•MrBuddyCasino•33m ago•0 comments

World economy visualizer – $110T GDP broken down to country level

https://iamwick.github.io/world-economy-repository/
1•gilfoyle_7•33m ago•0 comments

macOS/iOS/TvOS/watchOS QR Generator/Detector (SwiftUI/Swift/Obj-C)

https://github.com/dagronf/QRCode
1•petecooper•36m ago•0 comments

An Early Step on the Long Road to Photosynthesis

https://www.quantamagazine.org/an-early-step-on-the-long-strange-road-to-photosynthesis-20260610/
1•pseudolus•38m ago•0 comments

Stop Backtesting in Theory, Simulate the Real Crypto Market with DolphinDB

https://medium.com/@DolphinDB_Inc/stop-backtesting-in-theory-simulate-the-real-crypto-market-with...
2•dbaa4real•40m ago•0 comments

AI Just Got Better Than a Fable

https://altshiftx.tech/blog/unlock-the-future-of-intelligent-systems-with-yottajoule-sui-q8e0
1•Magna_Dev•41m ago•0 comments

Claude "Fable" won't answer basic biology questions

https://www.theverge.com/ai-artificial-intelligence/947973/fable-wont-answer-basic-biology-questions
1•dude250711•41m ago•0 comments

Apple Removes Walkie-Talkie from Apple Watch in watchOS 27 Beta

https://www.macrumors.com/2026/06/10/watchos-27-removes-walkie-talkie/
1•cromka•42m ago•0 comments

Show HN: ARB – A Differentiable Rigid Body Simulation Library Using C++23

https://github.com/wbyates777/Articulated-Rigid-Body
2•wbyates777•44m ago•1 comments