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

Show HN: AI blog system with human DNA

https://voicecite.com
1•iamkazihasanali•2m ago•0 comments

Show HN: Contextrot– Analyze where Claude Code degrades from its own session log

https://github.com/Priyanshu-byte-coder/contextrot
1•PriyanshuDoshi•3m ago•0 comments

AI coding jargon, explained in plain English

https://github.com/mattpocock/dictionary-of-ai-coding
1•saikatsg•4m ago•0 comments

Agent Torrent, can idle coding agents form a useful swarm?

https://devden.raghavan.studio/p/agent-torrent
1•raghavankl•6m ago•0 comments

Show HN: Plan your multi-day hut hikes in the alps

https://getcabinfever.com/
1•felixdoerp•7m ago•0 comments

SmartTAR 1.3.0

https://github.com/eco-by-different/smarttar-star
1•e_b_d•8m ago•1 comments

Show your hands honor for the power they bring you

https://aresluna.org/show-your-hands-honor/
1•Game_Ender•8m ago•0 comments

New World screwworm is disgusting. How could it not be a food safety issue?

https://www.cnn.com/2026/07/05/health/screwworm-food-safety
2•mooreds•11m ago•0 comments

Train and run transformers directly on Apple's Neural Engine

https://github.com/christopherkarani/Espresso
1•christkarani•11m ago•0 comments

Why DMARC's new "NP" tag can fail with DNSSEC

https://dmarcwise.io/blog/dmarc-np-incompatibility-with-dnssec
2•matteocontrini•14m ago•0 comments

Buckeye and Me

https://memoirland.substack.com/p/buckeye-and-me
1•mooreds•14m ago•0 comments

OpenAPI Initiative AI Policy

https://github.com/OAI/OpenAPI-Specification/blob/main/AI.md
1•mooreds•15m ago•0 comments

DNScanner (CLI)

https://github.com/ChinadaCam/DNScanner
1•ChinadaCam•15m ago•0 comments

Show HN: Santui, your terminal home base

https://github.com/sonyarianto/santui
1•sonyarianto•17m ago•0 comments

It's not about physical vs. digital games, it's about ownership

https://popcar.bearblog.dev/its-about-ownership/
1•popcar2•18m ago•0 comments

The Emoji Museum

https://emojistime.com/en/museum
1•kilroy123•19m ago•0 comments

Secure AI Sandboxes on Kubernetes

https://mitos.run/blog/ai-sandboxes-on-kubernetes
1•stubbi•20m ago•1 comments

Show HN: Small World – The "Preact" of 3D Web Engines (TypeScript, WebGPU)

https://rottensteiner-stefan.github.io/small-world/
1•DragonZoul•21m ago•0 comments

33434 Scottmanley (1999 FU)

https://ssd.jpl.nasa.gov/tools/sbdb_lookup.html#/?sstr=33434
1•root-parent•23m ago•0 comments

Show HN: AgentWatch – per-client cost tracking for LangChain agents

https://agentwatch-two.vercel.app/
1•hubi8120•23m ago•0 comments

Solar rail could become common in Europe after successful trial in Switzerland

https://www.euronews.com/2026/07/05/italy-could-be-the-next-country-to-build-a-solar-railway-afte...
3•neilfrndes•24m ago•2 comments

Show HN: microide, a 100% vibecoded IDE that LLM agents can drive

https://pablojimenezmateo.github.io/microide/
1•gef3233•25m ago•0 comments

OpenAI-Compatible DeepSeek API – No Chinese Phone Required

https://api.aifreeaistack.com
3•FreeAIStack•28m ago•0 comments

Infuriating Google commercial imagines the founding fathers embracing AI

https://www.theverge.com/ai-artificial-intelligence/961468/google-ai-commercial-founding-fathers-...
2•ilreb•30m ago•1 comments

Morphometrics: Introduction to the Analysis of Shape

https://www.geol.umd.edu/~tholtz/G331/lectures/331biomech.html
2•num42•30m ago•0 comments

Doorways do not always cause forgetting: a multimodal investigation (2021)

https://link.springer.com/article/10.1186/s40359-021-00536-3
2•bookofjoe•30m ago•0 comments

C programmers commit fresh crimes against readability

https://www.theregister.com/offbeat/2026/07/05/c-programmers-commit-fresh-crimes-against-readabil...
4•jjgreen•31m ago•1 comments

Challenging Caveman

https://pi-infected.github.io/token-harness-optimizer-leaderboard/
2•Tokenade•32m ago•1 comments

Female US rower completes historic solo journey from California to Hawaii

https://www.theguardian.com/us-news/2026/jul/04/california-hawaii-rowing-solo-journey
3•dwa3592•33m ago•0 comments

Self-hosted email client with an AI agent, running on Cloudflare Workers

https://github.com/cloudflare/agentic-inbox
3•Brajeshwar•35m ago•0 comments