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

Using LLMs to find Python C-extension bugs

https://lwn.net/Articles/1067234/
1•PaulHoule•3m ago•0 comments

Gunshots fired in standoff at Philippine Senate over ICC suspect

https://www.reuters.com/world/asia-pacific/philippine-senator-says-arrest-is-imminent-urges-publi...
2•JumpCrisscross•3m ago•0 comments

Neanderthals used stone drills to treat cavities 59k years ago, tooth suggests

https://www.theguardian.com/science/2026/may/13/neanderthals-stone-drills-treat-cavities-tooth-si...
1•bookofjoe•3m ago•0 comments

Mandala: A low latency logistics event bridge for Samsara fleets

https://github.com/theoddden/Mandala
1•Facingsouth•4m ago•1 comments

Global Ammonia Infrastructure

https://ammoniaobservatory.com/infrastructure
2•leonidasrup•4m ago•0 comments

Anthropic tests Jupiter-v1-p ahead of its developer conference

https://www.testingcatalog.com/anthropic-tests-jupiter-v1-p-before-potential-launch-on-may-6/
1•gmays•5m ago•0 comments

'Pioneering' message that changed the world

https://www.bbc.co.uk/news/articles/cp84d5pl39zo
1•austinallegro•6m ago•0 comments

Neanderthals Performed Root Canals

https://www.wsj.com/science/archaeology/neanderthals-tooth-root-canal-dentist-study-dfa8a037
1•JumpCrisscross•6m ago•0 comments

CC-Ledger: anatomy of your Claude Code spend

https://ccledger.dev
1•tejpal-diffuse•8m ago•0 comments

How to Build Safe AI (Without Making the AI Safe)

https://whattotelltherobot.com/p/how-to-build-safe-ai-without-making
1•stefie10•9m ago•0 comments

AI as Social Technology

https://knightcolumbia.org/content/ai-as-social-technology
1•beepbooptheory•9m ago•1 comments

System2 – Multi-Agents for Data

https://github.com/diegoscarabelli/system2
2•diegoscara•10m ago•1 comments

Holos runs a complete ActivityPub server directly on your smartphone

https://holos.social/how-it-works
2•ZacnyLos•10m ago•0 comments

State media control influences large language models

https://www.nature.com/articles/s41586-026-10506-7
1•Timofeibu•11m ago•0 comments

China's NEV penetration hits historic 61.4% in April as ICE sales collapse

https://carnewschina.com/2026/05/13/chinas-nev-penetration-hits-historic-61-4-in-april-as-ice-sal...
4•martinpw•12m ago•0 comments

New Claude Code programmatic usage restrictions

https://twitter.com/i/status/2054610152817619388
3•martinald•12m ago•0 comments

Ask HN: Is Anthropic doing too much vibe coding?

1•terabytest•12m ago•0 comments

3D Gaussian Splatting in a Weekend

https://bfeldman.me/3dgs-weekend/
2•b__feldman•12m ago•0 comments

Claude Code weekly limits increasing 50% till July 13

https://twitter.com/ClaudeDevs/status/2054639777685934564
2•mesmertech•12m ago•3 comments

Points are an inconsistent unit of measurement

https://buttondown.com/hillelwayne/archive/points-are-a-weird-and-inconsistent-unit-of/
1•MillironX•13m ago•0 comments

Show HN: Brutal Audit, brutally honest AI site audit

https://brutalaudit.com
1•smakosh•14m ago•0 comments

Googlebook

https://en.wikipedia.org/wiki/Googlebook
1•wsgeorge•14m ago•0 comments

Why Some People Are Allergic to 'Peanut Butter Raises'

https://www.nytimes.com/2026/05/10/business/peanut-butter-raises.html
1•paulpauper•14m ago•0 comments

Data Centers and Local Economies in the Age of AI: A Shift–Share Approach

https://www.nber.org/papers/w35194
1•paulpauper•15m ago•0 comments

New way to use CLIs from your phone

https://apps.apple.com/us/app/mobilecli/id6757689455
1•AlexanderKnigge•15m ago•1 comments

Some non-obvious why AI will create transitional problems in employment

https://marginalrevolution.com/marginalrevolution/2026/05/some-non-obvious-reasons-why-ai-will-cr...
1•paulpauper•15m ago•0 comments

Overworked AI Agents Turn Marxist, Researchers Find

https://www.wired.com/story/overworked-ai-agents-turn-marxist-study/
1•littlexsparkee•18m ago•1 comments

CVE-2026-42945 – Critical heap buffer overflow in Nginx ngx_HTTP_rewrite_module

https://github.com/DepthFirstDisclosures/Nginx-Rift
1•882542F3884314B•22m ago•0 comments

OpenAI Flips the Script

https://every.to/context-window/openai-flips-the-script
1•gmays•22m ago•0 comments

Extract iOS backups using only stock macOS command line tools

https://github.com/paralevel/extract-ios-backups-from-terminal
1•trapf•24m ago•0 comments